src/eric7/Plugins/WizardPlugins/EricPluginWizard/Ui_PluginWizardDialog.py

branch
eric7
changeset 10797
81f885140d2b
parent 10745
2921faddeaec
child 10800
c6ce5522be30
equal deleted inserted replaced
10796:125a9caa538f 10797:81f885140d2b
174 self.verticalLayout_2.addWidget(self.exeListRadioButton) 174 self.verticalLayout_2.addWidget(self.exeListRadioButton)
175 self.verticalLayout_4.addWidget(self.exeGroup) 175 self.verticalLayout_4.addWidget(self.exeGroup)
176 self.apiFilesCheckBox = QtWidgets.QCheckBox(parent=self.variousTab) 176 self.apiFilesCheckBox = QtWidgets.QCheckBox(parent=self.variousTab)
177 self.apiFilesCheckBox.setObjectName("apiFilesCheckBox") 177 self.apiFilesCheckBox.setObjectName("apiFilesCheckBox")
178 self.verticalLayout_4.addWidget(self.apiFilesCheckBox) 178 self.verticalLayout_4.addWidget(self.apiFilesCheckBox)
179 self.installDependenciesCheckBox = QtWidgets.QCheckBox(parent=self.variousTab)
180 self.installDependenciesCheckBox.setObjectName("installDependenciesCheckBox")
181 self.verticalLayout_4.addWidget(self.installDependenciesCheckBox)
179 spacerItem2 = QtWidgets.QSpacerItem(20, 377, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding) 182 spacerItem2 = QtWidgets.QSpacerItem(20, 377, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
180 self.verticalLayout_4.addItem(spacerItem2) 183 self.verticalLayout_4.addItem(spacerItem2)
181 self.dataTabWidget.addTab(self.variousTab, "") 184 self.dataTabWidget.addTab(self.variousTab, "")
182 self.verticalLayout_5.addWidget(self.dataTabWidget) 185 self.verticalLayout_5.addWidget(self.dataTabWidget)
183 self.horizontalLayout = QtWidgets.QHBoxLayout() 186 self.horizontalLayout = QtWidgets.QHBoxLayout()
193 self.buttonBox.setObjectName("buttonBox") 196 self.buttonBox.setObjectName("buttonBox")
194 self.horizontalLayout.addWidget(self.buttonBox) 197 self.horizontalLayout.addWidget(self.buttonBox)
195 self.verticalLayout_5.addLayout(self.horizontalLayout) 198 self.verticalLayout_5.addLayout(self.horizontalLayout)
196 199
197 self.retranslateUi(PluginWizardDialog) 200 self.retranslateUi(PluginWizardDialog)
198 self.dataTabWidget.setCurrentIndex(0) 201 self.dataTabWidget.setCurrentIndex(2)
199 self.buttonBox.accepted.connect(PluginWizardDialog.accept) # type: ignore 202 self.buttonBox.accepted.connect(PluginWizardDialog.accept) # type: ignore
200 self.buttonBox.rejected.connect(PluginWizardDialog.reject) # type: ignore 203 self.buttonBox.rejected.connect(PluginWizardDialog.reject) # type: ignore
201 self.autoActivateCheckBox.toggled['bool'].connect(self.ondemandFrame.setDisabled) # type: ignore 204 self.autoActivateCheckBox.toggled['bool'].connect(self.ondemandFrame.setDisabled) # type: ignore
202 QtCore.QMetaObject.connectSlotsByName(PluginWizardDialog) 205 QtCore.QMetaObject.connectSlotsByName(PluginWizardDialog)
203 PluginWizardDialog.setTabOrder(self.projectButton, self.dataTabWidget) 206 PluginWizardDialog.setTabOrder(self.projectButton, self.dataTabWidget)
273 self.exeInfoRadioButton.setText(_translate("PluginWizardDialog", "\'exeDisplayData()\' function returning version information")) 276 self.exeInfoRadioButton.setText(_translate("PluginWizardDialog", "\'exeDisplayData()\' function returning version information"))
274 self.exeListRadioButton.setToolTip(_translate("PluginWizardDialog", "Select to create an \'exeDisplayDataList()\' function skeleton")) 277 self.exeListRadioButton.setToolTip(_translate("PluginWizardDialog", "Select to create an \'exeDisplayDataList()\' function skeleton"))
275 self.exeListRadioButton.setText(_translate("PluginWizardDialog", "\'exeDisplayDataList()\' function")) 278 self.exeListRadioButton.setText(_translate("PluginWizardDialog", "\'exeDisplayDataList()\' function"))
276 self.apiFilesCheckBox.setToolTip(_translate("PluginWizardDialog", "Select to create an \'apiFiles()\' function skeleton")) 279 self.apiFilesCheckBox.setToolTip(_translate("PluginWizardDialog", "Select to create an \'apiFiles()\' function skeleton"))
277 self.apiFilesCheckBox.setText(_translate("PluginWizardDialog", "Include \'apiFiles()\' function")) 280 self.apiFilesCheckBox.setText(_translate("PluginWizardDialog", "Include \'apiFiles()\' function"))
281 self.installDependenciesCheckBox.setToolTip(_translate("PluginWizardDialog", "Select to create an \'installDependencies()\' function skeleton"))
282 self.installDependenciesCheckBox.setText(_translate("PluginWizardDialog", "Include \'installDependencies()\' function"))
278 self.dataTabWidget.setTabText(self.dataTabWidget.indexOf(self.variousTab), _translate("PluginWizardDialog", "Various")) 283 self.dataTabWidget.setTabText(self.dataTabWidget.indexOf(self.variousTab), _translate("PluginWizardDialog", "Various"))
279 self.projectButton.setToolTip(_translate("PluginWizardDialog", "Press to populate entry fields from project data")) 284 self.projectButton.setToolTip(_translate("PluginWizardDialog", "Press to populate entry fields from project data"))
280 self.projectButton.setText(_translate("PluginWizardDialog", "Populate from Project")) 285 self.projectButton.setText(_translate("PluginWizardDialog", "Populate from Project"))
281 from eric7.EricWidgets.EricSpellCheckedTextEdit import EricSpellCheckedPlainTextEdit 286 from eric7.EricWidgets.EricSpellCheckedTextEdit import EricSpellCheckedPlainTextEdit

eric ide

mercurial