Example #1
0
 def OnNormalSwitch(self, e):
     from gui import mainWindow
     profile.putPreference('startMode', 'Normal')
     mainWindow.mainWindow()
     self.Close()
Example #2
0
	def OnNormalSwitch(self, e):
		from gui import mainWindow
		profile.putPreference('startMode', 'Normal')
		mainWindow.mainWindow()
		self.Close()
Example #3
0
def main():

    mw.mainWindow()