예제 #1
0
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/project_presets.ui")
예제 #2
0
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/board_select.ui")
     self.setTitle(self.tr("Select your development board"))
예제 #3
0
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/board_select.ui")
     self.setTitle(self.tr("Select your development board"))
예제 #4
0
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/project_presets.ui")