Created icons.qrc qt resource file, no nead for extra Windows ui and pro files. Updat...
[qtdict.git] / dictionary.ui
blob368781316900bcb9246b5dff963b599f2a722809
1 <ui version="4.0" >
2  <author>Andrew Becsi</author>
3  <class>Form</class>
4  <widget class="QWidget" name="Form" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>644</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle" >
14    <string>Qtdict</string>
15   </property>
16   <property name="windowIcon" >
17    <iconset resource="icons.qrc" >:/icons/pic/dic_small.png</iconset>
18   </property>
19   <layout class="QVBoxLayout" >
20    <item>
21     <layout class="QHBoxLayout" >
22      <item>
23       <widget class="QLineEdit" name="lineEdit" >
24        <property name="sizePolicy" >
25         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
26          <horstretch>0</horstretch>
27          <verstretch>0</verstretch>
28         </sizepolicy>
29        </property>
30        <property name="acceptDrops" >
31         <bool>false</bool>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <spacer>
37        <property name="orientation" >
38         <enum>Qt::Horizontal</enum>
39        </property>
40        <property name="sizeType" >
41         <enum>QSizePolicy::Fixed</enum>
42        </property>
43        <property name="sizeHint" >
44         <size>
45          <width>40</width>
46          <height>20</height>
47         </size>
48        </property>
49       </spacer>
50      </item>
51      <item>
52       <widget class="QPushButton" name="prev" >
53        <property name="text" >
54         <string/>
55        </property>
56        <property name="icon" >
57         <iconset resource="icons.qrc" >:/icons/pic/back.png</iconset>
58        </property>
59        <property name="flat" >
60         <bool>false</bool>
61        </property>
62       </widget>
63      </item>
64      <item>
65       <widget class="QPushButton" name="next" >
66        <property name="text" >
67         <string/>
68        </property>
69        <property name="icon" >
70         <iconset resource="icons.qrc" >:/icons/pic/next.png</iconset>
71        </property>
72        <property name="flat" >
73         <bool>false</bool>
74        </property>
75       </widget>
76      </item>
77      <item>
78       <spacer>
79        <property name="orientation" >
80         <enum>Qt::Horizontal</enum>
81        </property>
82        <property name="sizeType" >
83         <enum>QSizePolicy::Fixed</enum>
84        </property>
85        <property name="sizeHint" >
86         <size>
87          <width>10</width>
88          <height>20</height>
89         </size>
90        </property>
91       </spacer>
92      </item>
93      <item>
94       <widget class="QPushButton" name="pushButton" >
95        <property name="text" >
96         <string>Fordít</string>
97        </property>
98        <property name="icon" >
99         <iconset resource="icons.qrc" >:/icons/pic/find.png</iconset>
100        </property>
101        <property name="autoDefault" >
102         <bool>true</bool>
103        </property>
104        <property name="default" >
105         <bool>true</bool>
106        </property>
107       </widget>
108      </item>
109     </layout>
110    </item>
111    <item>
112     <layout class="QHBoxLayout" >
113      <item>
114       <widget class="QComboBox" name="dictionaryBox" >
115        <property name="sizePolicy" >
116         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
117          <horstretch>0</horstretch>
118          <verstretch>0</verstretch>
119         </sizepolicy>
120        </property>
121        <item>
122         <property name="text" >
123          <string>Angol-Magyar</string>
124         </property>
125        </item>
126        <item>
127         <property name="text" >
128          <string>Magyar-Angol</string>
129         </property>
130        </item>
131        <item>
132         <property name="text" >
133          <string>Német-Magyar</string>
134         </property>
135        </item>
136        <item>
137         <property name="text" >
138          <string>Magyar-Német</string>
139         </property>
140        </item>
141       </widget>
142      </item>
143      <item>
144       <spacer>
145        <property name="orientation" >
146         <enum>Qt::Horizontal</enum>
147        </property>
148        <property name="sizeType" >
149         <enum>QSizePolicy::MinimumExpanding</enum>
150        </property>
151        <property name="sizeHint" >
152         <size>
153          <width>40</width>
154          <height>20</height>
155         </size>
156        </property>
157       </spacer>
158      </item>
159      <item>
160       <widget class="QLabel" name="label" >
161        <property name="sizePolicy" >
162         <sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
163          <horstretch>0</horstretch>
164          <verstretch>0</verstretch>
165         </sizepolicy>
166        </property>
167        <property name="text" >
168         <string>Megjelenítendő találatok száma:</string>
169        </property>
170       </widget>
171      </item>
172      <item>
173       <widget class="QComboBox" name="hitBox" >
174        <property name="sizePolicy" >
175         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
176          <horstretch>0</horstretch>
177          <verstretch>0</verstretch>
178         </sizepolicy>
179        </property>
180        <item>
181         <property name="text" >
182          <string>20</string>
183         </property>
184        </item>
185        <item>
186         <property name="text" >
187          <string>50</string>
188         </property>
189        </item>
190        <item>
191         <property name="text" >
192          <string>100</string>
193         </property>
194        </item>
195        <item>
196         <property name="text" >
197          <string>200</string>
198         </property>
199        </item>
200       </widget>
201      </item>
202      <item>
203       <spacer>
204        <property name="orientation" >
205         <enum>Qt::Horizontal</enum>
206        </property>
207        <property name="sizeType" >
208         <enum>QSizePolicy::Fixed</enum>
209        </property>
210        <property name="sizeHint" >
211         <size>
212          <width>45</width>
213          <height>20</height>
214         </size>
215        </property>
216       </spacer>
217      </item>
218      <item>
219       <widget class="QComboBox" name="modeBox" >
220        <property name="sizePolicy" >
221         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
222          <horstretch>0</horstretch>
223          <verstretch>0</verstretch>
224         </sizepolicy>
225        </property>
226        <property name="minimumSize" >
227         <size>
228          <width>165</width>
229          <height>0</height>
230         </size>
231        </property>
232        <property name="frame" >
233         <bool>true</bool>
234        </property>
235        <item>
236         <property name="text" >
237          <string>Teljes egyezés</string>
238         </property>
239        </item>
240        <item>
241         <property name="text" >
242          <string>Szó eleji egyezés</string>
243         </property>
244        </item>
245        <item>
246         <property name="text" >
247          <string>Szó végi egyezés</string>
248         </property>
249        </item>
250        <item>
251         <property name="text" >
252          <string>Bármilyen egyezés</string>
253         </property>
254        </item>
255        <item>
256         <property name="text" >
257          <string>Elírást megengedve</string>
258         </property>
259        </item>
260        <item>
261         <property name="text" >
262          <string>Oda-vissza keresés</string>
263         </property>
264        </item>
265       </widget>
266      </item>
267     </layout>
268    </item>
269    <item>
270     <widget class="QTableWidget" name="tableWidget" >
271      <property name="cursor" stdset="0" >
272       <cursorShape>ArrowCursor</cursorShape>
273      </property>
274      <property name="frameShape" >
275       <enum>QFrame::WinPanel</enum>
276      </property>
277      <property name="frameShadow" >
278       <enum>QFrame::Sunken</enum>
279      </property>
280      <property name="editTriggers" >
281       <set>QAbstractItemView::NoEditTriggers</set>
282      </property>
283      <property name="dragEnabled" >
284       <bool>false</bool>
285      </property>
286      <property name="dragDropOverwriteMode" >
287       <bool>false</bool>
288      </property>
289      <property name="alternatingRowColors" >
290       <bool>true</bool>
291      </property>
292      <property name="selectionMode" >
293       <enum>QAbstractItemView::SingleSelection</enum>
294      </property>
295      <property name="selectionBehavior" >
296       <enum>QAbstractItemView::SelectItems</enum>
297      </property>
298      <property name="sortingEnabled" >
299       <bool>false</bool>
300      </property>
301      <property name="columnCount" >
302       <number>2</number>
303      </property>
304      <column/>
305      <column/>
306     </widget>
307    </item>
308    <item>
309     <layout class="QHBoxLayout" >
310      <item>
311       <widget class="QLabel" name="statusLabel" >
312        <property name="font" >
313         <font>
314          <family>Arial Narrow</family>
315          <pointsize>10</pointsize>
316          <weight>50</weight>
317          <italic>true</italic>
318          <bold>false</bold>
319         </font>
320        </property>
321        <property name="text" >
322         <string>Qtdict</string>
323        </property>
324       </widget>
325      </item>
326      <item>
327       <widget class="QPushButton" name="deleteHistory" >
328        <property name="sizePolicy" >
329         <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
330          <horstretch>0</horstretch>
331          <verstretch>0</verstretch>
332         </sizepolicy>
333        </property>
334        <property name="text" >
335         <string>Előzmények törlése</string>
336        </property>
337        <property name="flat" >
338         <bool>false</bool>
339        </property>
340       </widget>
341      </item>
342      <item>
343       <widget class="QToolButton" name="aboutButton" >
344        <property name="font" >
345         <font>
346          <family>AquaBase</family>
347          <pointsize>10</pointsize>
348          <weight>75</weight>
349          <bold>true</bold>
350         </font>
351        </property>
352        <property name="text" >
353         <string>Info</string>
354        </property>
355        <property name="icon" >
356         <iconset resource="icons.qrc" >:/icons/pic/info.png</iconset>
357        </property>
358       </widget>
359      </item>
360     </layout>
361    </item>
362   </layout>
363  </widget>
364  <resources>
365   <include location="icons.qrc" />
366  </resources>
367  <connections>
368   <connection>
369    <sender>lineEdit</sender>
370    <signal>returnPressed()</signal>
371    <receiver>pushButton</receiver>
372    <slot>click()</slot>
373    <hints>
374     <hint type="sourcelabel" >
375      <x>127</x>
376      <y>23</y>
377     </hint>
378     <hint type="destinationlabel" >
379      <x>292</x>
380      <y>23</y>
381     </hint>
382    </hints>
383   </connection>
384  </connections>
385  <designerdata>
386   <property name="gridDeltaX" >
387    <number>10</number>
388   </property>
389   <property name="gridDeltaY" >
390    <number>10</number>
391   </property>
392   <property name="gridSnapX" >
393    <bool>true</bool>
394   </property>
395   <property name="gridSnapY" >
396    <bool>true</bool>
397   </property>
398   <property name="gridVisible" >
399    <bool>true</bool>
400   </property>
401  </designerdata>
402 </ui>