Preferences/ToolConfigurationDialog.py

changeset 97
c4086afea02b
parent 55
b5c84934de9c
child 537
72b32daeb8d6
child 792
a13346916170
equal deleted inserted replaced
96:9624a110667d 97:c4086afea02b
5 5
6 """ 6 """
7 Module implementing a configuration dialog for the tools menu. 7 Module implementing a configuration dialog for the tools menu.
8 """ 8 """
9 9
10 import sys
11 import os
12 import copy 10 import copy
13 11
14 from PyQt4.QtCore import * 12 from PyQt4.QtCore import *
15 from PyQt4.QtGui import * 13 from PyQt4.QtGui import *
16 14

eric ide

mercurial