Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
 def __init__(self, parent=None):
     SimpleWizard.__init__(self, 'connect_to_existing',
                           parent=parent)
Esempio n. 4
0
 def __init__(self, parent=None):
     SimpleWizard.__init__(self, 'connect_to_existing', parent=parent)