Plugins/WizardPlugins/PyRegExpWizard/PyRegExpWizardCharactersDialog.ui

changeset 0
de9c2efb9d02
child 5508
30626def80dc
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
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 <layoutdefault spacing="6" margin="6" />
116 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
117 <tabstops>
118 <tabstop>negativeCheckBox</tabstop>
119 <tabstop>wordCharCheckBox</tabstop>
120 <tabstop>nonWordCharCheckBox</tabstop>
121 <tabstop>digitsCheckBox</tabstop>
122 <tabstop>nonDigitsCheckBox</tabstop>
123 <tabstop>whitespaceCheckBox</tabstop>
124 <tabstop>nonWhitespaceCheckBox</tabstop>
125 </tabstops>
126 <resources/>
127 <connections>
128 <connection>
129 <sender>buttonBox</sender>
130 <signal>accepted()</signal>
131 <receiver>PyRegExpWizardCharactersDialog</receiver>
132 <slot>accept()</slot>
133 <hints>
134 <hint type="sourcelabel" >
135 <x>157</x>
136 <y>476</y>
137 </hint>
138 <hint type="destinationlabel" >
139 <x>157</x>
140 <y>498</y>
141 </hint>
142 </hints>
143 </connection>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>rejected()</signal>
147 <receiver>PyRegExpWizardCharactersDialog</receiver>
148 <slot>reject()</slot>
149 <hints>
150 <hint type="sourcelabel" >
151 <x>269</x>
152 <y>477</y>
153 </hint>
154 <hint type="destinationlabel" >
155 <x>269</x>
156 <y>499</y>
157 </hint>
158 </hints>
159 </connection>
160 </connections>
161 </ui>

eric ide

mercurial