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