|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SpellingDictionaryEditDialog</class> |
|
4 <widget class="QDialog" name="SpellingDictionaryEditDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>500</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Edit Spelling Dictionary</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QLabel" name="infoLabel"> |
|
22 <property name="font"> |
|
23 <font> |
|
24 <weight>75</weight> |
|
25 <bold>true</bold> |
|
26 </font> |
|
27 </property> |
|
28 <property name="text"> |
|
29 <string notr="true"/> |
|
30 </property> |
|
31 <property name="wordWrap"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="Line" name="line_2"> |
|
38 <property name="orientation"> |
|
39 <enum>Qt::Horizontal</enum> |
|
40 </property> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
45 <item> |
|
46 <spacer name="horizontalSpacer"> |
|
47 <property name="orientation"> |
|
48 <enum>Qt::Horizontal</enum> |
|
49 </property> |
|
50 <property name="sizeHint" stdset="0"> |
|
51 <size> |
|
52 <width>40</width> |
|
53 <height>20</height> |
|
54 </size> |
|
55 </property> |
|
56 </spacer> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="E5ClearableLineEdit" name="searchEdit"> |
|
60 <property name="minimumSize"> |
|
61 <size> |
|
62 <width>300</width> |
|
63 <height>0</height> |
|
64 </size> |
|
65 </property> |
|
66 <property name="toolTip"> |
|
67 <string/> |
|
68 </property> |
|
69 <property name="placeholderText"> |
|
70 <string>Enter search term</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 </layout> |
|
75 </item> |
|
76 <item> |
|
77 <layout class="QGridLayout" name="gridLayout"> |
|
78 <item row="1" column="1"> |
|
79 <widget class="Line" name="line"> |
|
80 <property name="orientation"> |
|
81 <enum>Qt::Horizontal</enum> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="0" column="1"> |
|
86 <widget class="QPushButton" name="addButton"> |
|
87 <property name="toolTip"> |
|
88 <string>Press to add an entry</string> |
|
89 </property> |
|
90 <property name="text"> |
|
91 <string>&Add</string> |
|
92 </property> |
|
93 <property name="autoDefault"> |
|
94 <bool>false</bool> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="2" column="1"> |
|
99 <widget class="QPushButton" name="removeButton"> |
|
100 <property name="toolTip"> |
|
101 <string>Press to remove the selected entries</string> |
|
102 </property> |
|
103 <property name="text"> |
|
104 <string>&Remove</string> |
|
105 </property> |
|
106 <property name="autoDefault"> |
|
107 <bool>false</bool> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item row="3" column="1"> |
|
112 <widget class="QPushButton" name="removeAllButton"> |
|
113 <property name="toolTip"> |
|
114 <string>Press to remove all entries</string> |
|
115 </property> |
|
116 <property name="text"> |
|
117 <string>R&emove All</string> |
|
118 </property> |
|
119 <property name="autoDefault"> |
|
120 <bool>false</bool> |
|
121 </property> |
|
122 </widget> |
|
123 </item> |
|
124 <item row="4" column="1"> |
|
125 <spacer name="verticalSpacer"> |
|
126 <property name="orientation"> |
|
127 <enum>Qt::Vertical</enum> |
|
128 </property> |
|
129 <property name="sizeHint" stdset="0"> |
|
130 <size> |
|
131 <width>20</width> |
|
132 <height>28</height> |
|
133 </size> |
|
134 </property> |
|
135 </spacer> |
|
136 </item> |
|
137 <item row="0" column="0" rowspan="5"> |
|
138 <widget class="E5ListView" name="wordList"> |
|
139 <property name="alternatingRowColors"> |
|
140 <bool>true</bool> |
|
141 </property> |
|
142 <property name="selectionMode"> |
|
143 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
144 </property> |
|
145 </widget> |
|
146 </item> |
|
147 </layout> |
|
148 </item> |
|
149 <item> |
|
150 <widget class="QDialogButtonBox" name="buttonBox"> |
|
151 <property name="orientation"> |
|
152 <enum>Qt::Horizontal</enum> |
|
153 </property> |
|
154 <property name="standardButtons"> |
|
155 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 </layout> |
|
160 </widget> |
|
161 <customwidgets> |
|
162 <customwidget> |
|
163 <class>E5ClearableLineEdit</class> |
|
164 <extends>QLineEdit</extends> |
|
165 <header>E5Gui/E5LineEdit.h</header> |
|
166 </customwidget> |
|
167 <customwidget> |
|
168 <class>E5ListView</class> |
|
169 <extends>QListView</extends> |
|
170 <header>E5Gui/E5ListView.h</header> |
|
171 </customwidget> |
|
172 </customwidgets> |
|
173 <tabstops> |
|
174 <tabstop>searchEdit</tabstop> |
|
175 <tabstop>wordList</tabstop> |
|
176 <tabstop>removeButton</tabstop> |
|
177 <tabstop>removeAllButton</tabstop> |
|
178 <tabstop>buttonBox</tabstop> |
|
179 </tabstops> |
|
180 <resources/> |
|
181 <connections> |
|
182 <connection> |
|
183 <sender>buttonBox</sender> |
|
184 <signal>accepted()</signal> |
|
185 <receiver>SpellingDictionaryEditDialog</receiver> |
|
186 <slot>accept()</slot> |
|
187 <hints> |
|
188 <hint type="sourcelabel"> |
|
189 <x>248</x> |
|
190 <y>254</y> |
|
191 </hint> |
|
192 <hint type="destinationlabel"> |
|
193 <x>157</x> |
|
194 <y>274</y> |
|
195 </hint> |
|
196 </hints> |
|
197 </connection> |
|
198 <connection> |
|
199 <sender>buttonBox</sender> |
|
200 <signal>rejected()</signal> |
|
201 <receiver>SpellingDictionaryEditDialog</receiver> |
|
202 <slot>reject()</slot> |
|
203 <hints> |
|
204 <hint type="sourcelabel"> |
|
205 <x>316</x> |
|
206 <y>260</y> |
|
207 </hint> |
|
208 <hint type="destinationlabel"> |
|
209 <x>286</x> |
|
210 <y>274</y> |
|
211 </hint> |
|
212 </hints> |
|
213 </connection> |
|
214 </connections> |
|
215 </ui> |