src/eric7/Plugins/WizardPlugins/QRegularExpressionWizard/QRegularExpressionWizardCharactersDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>QRegularExpressionWizardCharactersDialog</class>
4 <widget class="QDialog" name="QRegularExpressionWizardCharactersDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>850</width>
10 <height>500</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Editor for character sets</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QCheckBox" name="negativeCheckBox">
22 <property name="text">
23 <string>The defined characters should not match</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QGroupBox" name="groupBox">
29 <property name="title">
30 <string>Predefined character ranges</string>
31 </property>
32 <layout class="QGridLayout" name="gridLayout">
33 <item row="0" column="0">
34 <widget class="QCheckBox" name="wordCharCheckBox">
35 <property name="text">
36 <string>Word character</string>
37 </property>
38 </widget>
39 </item>
40 <item row="0" column="1">
41 <widget class="QCheckBox" name="digitsCheckBox">
42 <property name="text">
43 <string>Digit</string>
44 </property>
45 </widget>
46 </item>
47 <item row="0" column="2">
48 <widget class="QCheckBox" name="newlineCheckBox">
49 <property name="text">
50 <string>Newline</string>
51 </property>
52 </widget>
53 </item>
54 <item row="1" column="0">
55 <widget class="QCheckBox" name="nonWordCharCheckBox">
56 <property name="text">
57 <string>Non-word character</string>
58 </property>
59 </widget>
60 </item>
61 <item row="1" column="1">
62 <widget class="QCheckBox" name="nonDigitsCheckBox">
63 <property name="text">
64 <string>Non-digit</string>
65 </property>
66 </widget>
67 </item>
68 <item row="1" column="2">
69 <widget class="QCheckBox" name="nonNewlineCheckBox">
70 <property name="text">
71 <string>Non-newline</string>
72 </property>
73 </widget>
74 </item>
75 <item row="2" column="0">
76 <widget class="QCheckBox" name="whitespaceCheckBox">
77 <property name="text">
78 <string>Whitespace character</string>
79 </property>
80 </widget>
81 </item>
82 <item row="2" column="1">
83 <widget class="QCheckBox" name="horizontalWhitespaceCheckBox">
84 <property name="text">
85 <string>Horizontal whitespace character</string>
86 </property>
87 </widget>
88 </item>
89 <item row="2" column="2">
90 <widget class="QCheckBox" name="verticalWhitespaceCheckBox">
91 <property name="text">
92 <string>Vertical whitespace character</string>
93 </property>
94 </widget>
95 </item>
96 <item row="3" column="0">
97 <widget class="QCheckBox" name="nonWhitespaceCheckBox">
98 <property name="text">
99 <string>Non-whitespace character</string>
100 </property>
101 </widget>
102 </item>
103 <item row="3" column="1">
104 <widget class="QCheckBox" name="nonHorizontalWhitespaceCheckBox">
105 <property name="text">
106 <string>Non-horizontal whitespace character</string>
107 </property>
108 </widget>
109 </item>
110 <item row="3" column="2">
111 <widget class="QCheckBox" name="nonVerticalWhitespaceCheckBox">
112 <property name="text">
113 <string>Non-vertical whitespace character</string>
114 </property>
115 </widget>
116 </item>
117 </layout>
118 </widget>
119 </item>
120 <item>
121 <widget class="QGroupBox" name="singlesBox">
122 <property name="sizePolicy">
123 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
124 <horstretch>0</horstretch>
125 <verstretch>0</verstretch>
126 </sizepolicy>
127 </property>
128 <property name="title">
129 <string>Single character</string>
130 </property>
131 </widget>
132 </item>
133 <item>
134 <widget class="QGroupBox" name="rangesBox">
135 <property name="sizePolicy">
136 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
137 <horstretch>0</horstretch>
138 <verstretch>0</verstretch>
139 </sizepolicy>
140 </property>
141 <property name="title">
142 <string>Character ranges</string>
143 </property>
144 </widget>
145 </item>
146 <item>
147 <widget class="QDialogButtonBox" name="buttonBox">
148 <property name="orientation">
149 <enum>Qt::Horizontal</enum>
150 </property>
151 <property name="standardButtons">
152 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
159 <tabstops>
160 <tabstop>negativeCheckBox</tabstop>
161 <tabstop>wordCharCheckBox</tabstop>
162 <tabstop>nonWordCharCheckBox</tabstop>
163 <tabstop>digitsCheckBox</tabstop>
164 <tabstop>nonDigitsCheckBox</tabstop>
165 <tabstop>newlineCheckBox</tabstop>
166 <tabstop>nonNewlineCheckBox</tabstop>
167 <tabstop>whitespaceCheckBox</tabstop>
168 <tabstop>nonWhitespaceCheckBox</tabstop>
169 <tabstop>horizontalWhitespaceCheckBox</tabstop>
170 <tabstop>nonHorizontalWhitespaceCheckBox</tabstop>
171 <tabstop>verticalWhitespaceCheckBox</tabstop>
172 <tabstop>nonVerticalWhitespaceCheckBox</tabstop>
173 <tabstop>buttonBox</tabstop>
174 </tabstops>
175 <resources/>
176 <connections>
177 <connection>
178 <sender>buttonBox</sender>
179 <signal>accepted()</signal>
180 <receiver>QRegularExpressionWizardCharactersDialog</receiver>
181 <slot>accept()</slot>
182 <hints>
183 <hint type="sourcelabel">
184 <x>157</x>
185 <y>476</y>
186 </hint>
187 <hint type="destinationlabel">
188 <x>157</x>
189 <y>498</y>
190 </hint>
191 </hints>
192 </connection>
193 <connection>
194 <sender>buttonBox</sender>
195 <signal>rejected()</signal>
196 <receiver>QRegularExpressionWizardCharactersDialog</receiver>
197 <slot>reject()</slot>
198 <hints>
199 <hint type="sourcelabel">
200 <x>269</x>
201 <y>477</y>
202 </hint>
203 <hint type="destinationlabel">
204 <x>269</x>
205 <y>499</y>
206 </hint>
207 </hints>
208 </connection>
209 </connections>
210 </ui>

eric ide

mercurial