eric6/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardDialog.ui

branch
without_py2_and_pyqt4
changeset 7192
a22eee00b052
parent 6942
2602857055c5
equal deleted inserted replaced
7191:960850ec284c 7192:a22eee00b052
16 <property name="sizeGripEnabled" stdset="0"> 16 <property name="sizeGripEnabled" stdset="0">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="versionGroup">
22 <property name="title">
23 <string>Python Version</string>
24 </property>
25 <layout class="QHBoxLayout" name="horizontalLayout">
26 <item>
27 <widget class="QRadioButton" name="py2Button">
28 <property name="statusTip">
29 <string/>
30 </property>
31 <property name="text">
32 <string>Python 2</string>
33 </property>
34 <property name="checked">
35 <bool>false</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QRadioButton" name="py3Button">
41 <property name="text">
42 <string>Python 3</string>
43 </property>
44 <property name="checked">
45 <bool>true</bool>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <spacer name="horizontalSpacer">
51 <property name="orientation">
52 <enum>Qt::Horizontal</enum>
53 </property>
54 <property name="sizeHint" stdset="0">
55 <size>
56 <width>535</width>
57 <height>20</height>
58 </size>
59 </property>
60 </spacer>
61 </item>
62 </layout>
63 </widget>
64 </item>
65 <item>
66 <layout class="QHBoxLayout"> 21 <layout class="QHBoxLayout">
67 <item> 22 <item>
68 <widget class="QLabel" name="variableLabel"> 23 <widget class="QLabel" name="variableLabel">
69 <property name="text"> 24 <property name="text">
70 <string>Variable Name:</string> 25 <string>Variable Name:</string>
426 <property name="text"> 381 <property name="text">
427 <string>Match Linebreaks</string> 382 <string>Match Linebreaks</string>
428 </property> 383 </property>
429 </widget> 384 </widget>
430 </item> 385 </item>
431 <item row="1" column="2">
432 <widget class="QCheckBox" name="unicodeCheckBox">
433 <property name="text">
434 <string>ASCII</string>
435 </property>
436 </widget>
437 </item>
438 <item row="1" column="0"> 386 <item row="1" column="0">
439 <widget class="QCheckBox" name="verboseCheckBox"> 387 <widget class="QCheckBox" name="verboseCheckBox">
440 <property name="text"> 388 <property name="text">
441 <string>Verbose Regexp</string> 389 <string>Verbose Regexp</string>
442 </property> 390 </property>
451 <bool>true</bool> 399 <bool>true</bool>
452 </property> 400 </property>
453 </widget> 401 </widget>
454 </item> 402 </item>
455 <item row="1" column="1"> 403 <item row="1" column="1">
456 <widget class="QCheckBox" name="localeCheckBox"> 404 <widget class="QCheckBox" name="unicodeCheckBox">
457 <property name="enabled">
458 <bool>false</bool>
459 </property>
460 <property name="text"> 405 <property name="text">
461 <string>Observe Locale</string> 406 <string>ASCII</string>
462 </property> 407 </property>
463 </widget> 408 </widget>
464 </item> 409 </item>
465 <item row="0" column="2"> 410 <item row="0" column="2">
466 <widget class="QCheckBox" name="dotallCheckBox"> 411 <widget class="QCheckBox" name="dotallCheckBox">
511 </item> 456 </item>
512 </layout> 457 </layout>
513 </widget> 458 </widget>
514 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 459 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
515 <tabstops> 460 <tabstops>
516 <tabstop>py2Button</tabstop>
517 <tabstop>py3Button</tabstop>
518 <tabstop>variableLineEdit</tabstop> 461 <tabstop>variableLineEdit</tabstop>
519 <tabstop>importCheckBox</tabstop> 462 <tabstop>importCheckBox</tabstop>
520 <tabstop>commentButton</tabstop> 463 <tabstop>commentButton</tabstop>
521 <tabstop>charButton</tabstop> 464 <tabstop>charButton</tabstop>
522 <tabstop>anycharButton</tabstop> 465 <tabstop>anycharButton</tabstop>
537 <tabstop>undoButton</tabstop> 480 <tabstop>undoButton</tabstop>
538 <tabstop>redoButton</tabstop> 481 <tabstop>redoButton</tabstop>
539 <tabstop>regexpTextEdit</tabstop> 482 <tabstop>regexpTextEdit</tabstop>
540 <tabstop>textTextEdit</tabstop> 483 <tabstop>textTextEdit</tabstop>
541 <tabstop>caseSensitiveCheckBox</tabstop> 484 <tabstop>caseSensitiveCheckBox</tabstop>
485 <tabstop>multilineCheckBox</tabstop>
486 <tabstop>dotallCheckBox</tabstop>
542 <tabstop>verboseCheckBox</tabstop> 487 <tabstop>verboseCheckBox</tabstop>
543 <tabstop>multilineCheckBox</tabstop>
544 <tabstop>localeCheckBox</tabstop>
545 <tabstop>dotallCheckBox</tabstop>
546 <tabstop>unicodeCheckBox</tabstop> 488 <tabstop>unicodeCheckBox</tabstop>
547 <tabstop>resultTable</tabstop> 489 <tabstop>resultTable</tabstop>
548 <tabstop>buttonBox</tabstop>
549 </tabstops> 490 </tabstops>
550 <resources/> 491 <resources/>
551 <connections/> 492 <connections/>
552 </ui> 493 </ui>

eric ide

mercurial