eric7/Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui

branch
eric7
changeset 8312
800c432b34c8
parent 6942
2602857055c5
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 <ui version="4.0" >
2 <class>PyRegExpWizardCharactersDialog</class>
3 <widget class="QDialog" name="PyRegExpWizardCharactersDialog" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>800</width>
9 <height>500</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>Editor for character sets</string>
14 </property>
15 <property name="sizeGripEnabled" >
16 <bool>true</bool>
17 </property>
18 <layout class="QVBoxLayout" >
19 <item>
20 <widget class="QCheckBox" name="negativeCheckBox" >
21 <property name="text" >
22 <string>The defined characters should not match</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <widget class="QGroupBox" name="groupBox" >
28 <property name="title" >
29 <string>Predefined character ranges</string>
30 </property>
31 <layout class="QGridLayout" >
32 <item row="1" column="2" >
33 <widget class="QCheckBox" name="nonWhitespaceCheckBox" >
34 <property name="text" >
35 <string>Non-whitespace characters</string>
36 </property>
37 </widget>
38 </item>
39 <item row="1" column="1" >
40 <widget class="QCheckBox" name="nonDigitsCheckBox" >
41 <property name="text" >
42 <string>Non-digits</string>
43 </property>
44 </widget>
45 </item>
46 <item row="0" column="2" >
47 <widget class="QCheckBox" name="whitespaceCheckBox" >
48 <property name="text" >
49 <string>Whitespace characters</string>
50 </property>
51 </widget>
52 </item>
53 <item row="0" column="1" >
54 <widget class="QCheckBox" name="digitsCheckBox" >
55 <property name="text" >
56 <string>Digits</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="0" >
61 <widget class="QCheckBox" name="nonWordCharCheckBox" >
62 <property name="text" >
63 <string>Non-word characters</string>
64 </property>
65 </widget>
66 </item>
67 <item row="0" column="0" >
68 <widget class="QCheckBox" name="wordCharCheckBox" >
69 <property name="text" >
70 <string>Word character</string>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </widget>
76 </item>
77 <item>
78 <widget class="QGroupBox" name="singlesBox" >
79 <property name="sizePolicy" >
80 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
81 <horstretch>0</horstretch>
82 <verstretch>0</verstretch>
83 </sizepolicy>
84 </property>
85 <property name="title" >
86 <string>Single character</string>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QGroupBox" name="rangesBox" >
92 <property name="sizePolicy" >
93 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
96 </sizepolicy>
97 </property>
98 <property name="title" >
99 <string>Character ranges</string>
100 </property>
101 </widget>
102 </item>
103 <item>
104 <widget class="QDialogButtonBox" name="buttonBox" >
105 <property name="orientation" >
106 <enum>Qt::Horizontal</enum>
107 </property>
108 <property name="standardButtons" >
109 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </widget>
115 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
116 <tabstops>
117 <tabstop>negativeCheckBox</tabstop>
118 <tabstop>wordCharCheckBox</tabstop>
119 <tabstop>nonWordCharCheckBox</tabstop>
120 <tabstop>digitsCheckBox</tabstop>
121 <tabstop>nonDigitsCheckBox</tabstop>
122 <tabstop>whitespaceCheckBox</tabstop>
123 <tabstop>nonWhitespaceCheckBox</tabstop>
124 </tabstops>
125 <resources/>
126 <connections>
127 <connection>
128 <sender>buttonBox</sender>
129 <signal>accepted()</signal>
130 <receiver>PyRegExpWizardCharactersDialog</receiver>
131 <slot>accept()</slot>
132 <hints>
133 <hint type="sourcelabel" >
134 <x>157</x>
135 <y>476</y>
136 </hint>
137 <hint type="destinationlabel" >
138 <x>157</x>
139 <y>498</y>
140 </hint>
141 </hints>
142 </connection>
143 <connection>
144 <sender>buttonBox</sender>
145 <signal>rejected()</signal>
146 <receiver>PyRegExpWizardCharactersDialog</receiver>
147 <slot>reject()</slot>
148 <hints>
149 <hint type="sourcelabel" >
150 <x>269</x>
151 <y>477</y>
152 </hint>
153 <hint type="destinationlabel" >
154 <x>269</x>
155 <y>499</y>
156 </hint>
157 </hints>
158 </connection>
159 </connections>
160 </ui>

eric ide

mercurial