示例#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")