コード例 #1
0
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/project_presets.ui")
コード例 #2
0
ファイル: BBoardPage.py プロジェクト: ericyao2013/RTOS-BeRTOS
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/board_select.ui")
     self.setTitle(self.tr("Select your development board"))
コード例 #3
0
ファイル: BBoardPage.py プロジェクト: aurelien-rainone/bertos
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/board_select.ui")
     self.setTitle(self.tr("Select your development board"))
コード例 #4
0
ファイル: BProjectPresets.py プロジェクト: DINKIN/bertos
 def __init__(self):
     BWizardPage.__init__(self, const.UI_LOCATION + "/project_presets.ui")