Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui

changeset 446
69aac6eeba9b
parent 0
de9c2efb9d02
child 3119
8b19074bb239
equal deleted inserted replaced
444:6f3b2099858e 446:69aac6eeba9b
30 </property> 30 </property>
31 <property name="text"> 31 <property name="text">
32 <string>Python 2</string> 32 <string>Python 2</string>
33 </property> 33 </property>
34 <property name="checked"> 34 <property name="checked">
35 <bool>true</bool> 35 <bool>false</bool>
36 </property> 36 </property>
37 </widget> 37 </widget>
38 </item> 38 </item>
39 <item> 39 <item>
40 <widget class="QRadioButton" name="py3Button"> 40 <widget class="QRadioButton" name="py3Button">
41 <property name="text"> 41 <property name="text">
42 <string>Python 3</string> 42 <string>Python 3</string>
43 </property>
44 <property name="checked">
45 <bool>true</bool>
43 </property> 46 </property>
44 </widget> 47 </widget>
45 </item> 48 </item>
46 <item> 49 <item>
47 <spacer name="horizontalSpacer"> 50 <spacer name="horizontalSpacer">
483 </widget> 486 </widget>
484 </item> 487 </item>
485 <item row="1" column="2"> 488 <item row="1" column="2">
486 <widget class="QCheckBox" name="unicodeCheckBox"> 489 <widget class="QCheckBox" name="unicodeCheckBox">
487 <property name="text"> 490 <property name="text">
488 <string>Unicode</string> 491 <string>ASCII</string>
489 </property> 492 </property>
490 </widget> 493 </widget>
491 </item> 494 </item>
492 <item row="1" column="0"> 495 <item row="1" column="0">
493 <widget class="QCheckBox" name="verboseCheckBox"> 496 <widget class="QCheckBox" name="verboseCheckBox">

eric ide

mercurial