Plugins/WizardPlugins/QRegExpWizard/QRegExpWizardCharactersDialog.ui

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

eric ide

mercurial