src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui

branch
eric7
changeset 10906
a398053bede2
parent 10800
c6ce5522be30
equal deleted inserted replaced
10905:487adcd8dfa7 10906:a398053bede2
219 <property name="toolTip"> 219 <property name="toolTip">
220 <string>Select to indicate a restart is needed when updated</string> 220 <string>Select to indicate a restart is needed when updated</string>
221 </property> 221 </property>
222 <property name="text"> 222 <property name="text">
223 <string>Needs Restart</string> 223 <string>Needs Restart</string>
224 </property>
225 </widget>
226 </item>
227 <item row="1" column="1">
228 <widget class="QCheckBox" name="compiledFormsCheckBox">
229 <property name="toolTip">
230 <string>Select to indicate the presence of compiled forms</string>
231 </property>
232 <property name="text">
233 <string>Contains Compiled Forms</string>
234 </property>
235 <property name="checked">
236 <bool>true</bool>
224 </property> 237 </property>
225 </widget> 238 </widget>
226 </item> 239 </item>
227 </layout> 240 </layout>
228 </item> 241 </item>
521 <tabstop>shortDescriptionEdit</tabstop> 534 <tabstop>shortDescriptionEdit</tabstop>
522 <tabstop>longDescriptionEdit</tabstop> 535 <tabstop>longDescriptionEdit</tabstop>
523 <tabstop>autoActivateCheckBox</tabstop> 536 <tabstop>autoActivateCheckBox</tabstop>
524 <tabstop>deactivateableCheckBox</tabstop> 537 <tabstop>deactivateableCheckBox</tabstop>
525 <tabstop>restartCheckBox</tabstop> 538 <tabstop>restartCheckBox</tabstop>
539 <tabstop>compiledFormsCheckBox</tabstop>
526 <tabstop>pluginTypeCombo</tabstop> 540 <tabstop>pluginTypeCombo</tabstop>
527 <tabstop>pluginTypeNameEdit</tabstop> 541 <tabstop>pluginTypeNameEdit</tabstop>
528 <tabstop>configurationGroup</tabstop> 542 <tabstop>configurationGroup</tabstop>
529 <tabstop>preferencesKeyEdit</tabstop> 543 <tabstop>preferencesKeyEdit</tabstop>
530 <tabstop>pixmapCheckBox</tabstop> 544 <tabstop>pixmapCheckBox</tabstop>
532 <tabstop>exeGroup</tabstop> 546 <tabstop>exeGroup</tabstop>
533 <tabstop>exeRadioButton</tabstop> 547 <tabstop>exeRadioButton</tabstop>
534 <tabstop>exeInfoRadioButton</tabstop> 548 <tabstop>exeInfoRadioButton</tabstop>
535 <tabstop>exeListRadioButton</tabstop> 549 <tabstop>exeListRadioButton</tabstop>
536 <tabstop>apiFilesCheckBox</tabstop> 550 <tabstop>apiFilesCheckBox</tabstop>
551 <tabstop>installDependenciesCheckBox</tabstop>
552 <tabstop>clearPrivateDataCheckBox</tabstop>
537 </tabstops> 553 </tabstops>
538 <resources/> 554 <resources/>
539 <connections> 555 <connections>
540 <connection> 556 <connection>
541 <sender>buttonBox</sender> 557 <sender>buttonBox</sender>

eric ide

mercurial