示例#1
0
 def __init__(self, adminWindow):
     self._adminWindow = adminWindow
     SimpleWizard.__init__(self, 'initial', parent=adminWindow.getWindow())
     # Set the name of the toplevel window, this is used by the
     # ui unittest framework
     self.window1.set_name('Greeter')
     self.window1.set_size_request(-1, 450)
示例#2
0
 def __init__(self, adminWindow):
     self._adminWindow = adminWindow
     SimpleWizard.__init__(self, "initial", parent=adminWindow.getWindow())
     # Set the name of the toplevel window, this is used by the
     # ui unittest framework
     self.window1.set_name("Greeter")
     self.window1.set_size_request(-1, 450)
示例#3
0
文件: greeter.py 项目: flyapen/UgFlu
 def __init__(self, parent=None):
     SimpleWizard.__init__(self, 'connect_to_existing',
                           parent=parent)
示例#4
0
 def __init__(self, parent=None):
     SimpleWizard.__init__(self, 'connect_to_existing', parent=parent)