Révision 13 prepareQMX/prepareQMX.GUI.py
prepareQMX.GUI.py (revision 13) | ||
---|---|---|
123 | 123 |
self.frames.append(frame) |
124 | 124 |
|
125 | 125 |
icol+=1 |
126 |
for label in ['High-Level', 'Low-Level']:
|
|
126 |
for label in ['Low-Level', 'High-Level']:
|
|
127 | 127 |
def_list=calcDefinitions |
128 | 128 |
frame=MyLabelFrame(self, bigFrame, label, def_list, None) |
129 | 129 |
frame.doLayout() |
... | ... | |
152 | 152 |
|
153 | 153 |
frame = Frame(self) |
154 | 154 |
|
155 |
image = PhotoImage(file="exit.gif") |
|
156 |
buttonExit=Button(frame, image=image, command=self.quit)
|
|
157 |
buttonExit.image = image |
|
155 |
#image = PhotoImage(file="exit.gif")
|
|
156 |
buttonExit=Button(frame, text="Quit!", command=self.quit)
|
|
157 |
#buttonExit.image = image
|
|
158 | 158 |
buttonExit.grid(row=1, column = 1, rowspan=2, sticky= W+E+N+S) |
159 | 159 |
|
160 | 160 |
buttonSave=Button(frame, text='save settings', state=DISABLED) |
Formats disponibles : Unified diff