Russian translation. Gui fix.
[qstardict] / qstardict / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QStarDict::MainWindow</class>
4  <widget class="QMainWindow" name="QStarDict::MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>742</width>
10     <height>511</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>QStarDict</string>
15   </property>
16   <property name="windowIcon">
17    <iconset resource="pixmaps/pixmaps.qrc">
18     <normaloff>:/icons/qstardict.png</normaloff>:/icons/qstardict.png</iconset>
19   </property>
20   <widget class="QWidget" name="centralwidget">
21    <layout class="QGridLayout">
22     <property name="margin">
23      <number>9</number>
24     </property>
25     <property name="spacing">
26      <number>6</number>
27     </property>
28     <item row="1" column="0">
29      <layout class="QHBoxLayout">
30       <property name="spacing">
31        <number>6</number>
32       </property>
33       <property name="margin">
34        <number>0</number>
35       </property>
36       <item>
37        <widget class="QToolButton" name="searchClearButton">
38         <property name="sizePolicy">
39          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
40           <horstretch>0</horstretch>
41           <verstretch>0</verstretch>
42          </sizepolicy>
43         </property>
44         <property name="minimumSize">
45          <size>
46           <width>70</width>
47           <height>60</height>
48          </size>
49         </property>
50         <property name="toolTip">
51          <string>Clear the search box</string>
52         </property>
53         <property name="text">
54          <string>Clear</string>
55         </property>
56         <property name="icon">
57          <iconset resource="pixmaps/pixmaps.qrc">
58           <normaloff>:/icons/clear-right.png</normaloff>:/icons/clear-right.png</iconset>
59         </property>
60         <property name="iconSize">
61          <size>
62           <width>70</width>
63           <height>60</height>
64          </size>
65         </property>
66         <property name="toolButtonStyle">
67          <enum>Qt::ToolButtonIconOnly</enum>
68         </property>
69        </widget>
70       </item>
71       <item>
72        <widget class="QLineEdit" name="searchBox">
73         <property name="minimumSize">
74          <size>
75           <width>0</width>
76           <height>55</height>
77          </size>
78         </property>
79         <property name="font">
80          <font>
81           <pointsize>18</pointsize>
82          </font>
83         </property>
84        </widget>
85       </item>
86       <item>
87        <widget class="QToolButton" name="queryButton">
88         <property name="sizePolicy">
89          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
90           <horstretch>0</horstretch>
91           <verstretch>0</verstretch>
92          </sizepolicy>
93         </property>
94         <property name="minimumSize">
95          <size>
96           <width>80</width>
97           <height>60</height>
98          </size>
99         </property>
100         <property name="font">
101          <font>
102           <pointsize>14</pointsize>
103          </font>
104         </property>
105         <property name="toolTip">
106          <string>Fuzzy query</string>
107         </property>
108         <property name="text">
109          <string>Search</string>
110         </property>
111         <property name="icon">
112          <iconset resource="pixmaps/pixmaps.qrc">
113           <normaloff>:/icons/search-filter.png</normaloff>:/icons/search-filter.png</iconset>
114         </property>
115         <property name="iconSize">
116          <size>
117           <width>80</width>
118           <height>60</height>
119          </size>
120         </property>
121         <property name="toolButtonStyle">
122          <enum>Qt::ToolButtonTextBesideIcon</enum>
123         </property>
124        </widget>
125       </item>
126      </layout>
127     </item>
128     <item row="0" column="0">
129      <widget class="DictWidget" name="translationView" native="true"/>
130     </item>
131    </layout>
132   </widget>
133   <widget class="QMenuBar" name="menubar">
134    <property name="geometry">
135     <rect>
136      <x>0</x>
137      <y>0</y>
138      <width>742</width>
139      <height>34</height>
140     </rect>
141    </property>
142    <property name="font">
143     <font>
144      <pointsize>16</pointsize>
145     </font>
146    </property>
147    <widget class="QMenu" name="menu_File">
148     <property name="title">
149      <string>&amp;File</string>
150     </property>
151     <addaction name="actionQuit"/>
152    </widget>
153    <widget class="QMenu" name="menuHelp">
154     <property name="title">
155      <string>&amp;Help</string>
156     </property>
157     <addaction name="actionHelp"/>
158     <addaction name="actionAbout"/>
159     <addaction name="actionAboutQt"/>
160    </widget>
161    <widget class="QMenu" name="menu_Options">
162     <property name="title">
163      <string>&amp;Settings</string>
164     </property>
165     <addaction name="actionScan"/>
166     <addaction name="actionToolBar"/>
167     <addaction name="actionSettings"/>
168    </widget>
169    <addaction name="menu_File"/>
170    <addaction name="menu_Options"/>
171    <addaction name="menuHelp"/>
172   </widget>
173   <widget class="QDockWidget" name="wordsListDock">
174    <property name="features">
175     <set>QDockWidget::NoDockWidgetFeatures</set>
176    </property>
177    <property name="allowedAreas">
178     <set>Qt::NoDockWidgetArea</set>
179    </property>
180    <property name="windowTitle">
181     <string>Words list</string>
182    </property>
183    <attribute name="dockWidgetArea">
184     <number>1</number>
185    </attribute>
186    <widget class="QWidget" name="dockWidgetContents">
187     <layout class="QGridLayout">
188      <property name="margin">
189       <number>9</number>
190      </property>
191      <property name="spacing">
192       <number>6</number>
193      </property>
194      <item row="0" column="0">
195       <widget class="QListWidget" name="wordsList">
196        <property name="font">
197         <font>
198          <pointsize>20</pointsize>
199         </font>
200        </property>
201       </widget>
202      </item>
203     </layout>
204    </widget>
205   </widget>
206   <action name="actionQuit">
207    <property name="icon">
208     <iconset resource="pixmaps/pixmaps.qrc">
209      <normaloff>:/icons/application-exit.png</normaloff>:/icons/application-exit.png</iconset>
210    </property>
211    <property name="text">
212     <string>&amp;Quit</string>
213    </property>
214    <property name="font">
215     <font>
216      <pointsize>16</pointsize>
217     </font>
218    </property>
219    <property name="shortcut">
220     <string>Ctrl+Q</string>
221    </property>
222   </action>
223   <action name="actionAbout">
224    <property name="text">
225     <string>About</string>
226    </property>
227    <property name="font">
228     <font>
229      <pointsize>16</pointsize>
230     </font>
231    </property>
232   </action>
233   <action name="actionAboutQt">
234    <property name="text">
235     <string>About &amp;Qt</string>
236    </property>
237    <property name="font">
238     <font>
239      <pointsize>16</pointsize>
240     </font>
241    </property>
242   </action>
243   <action name="actionSettings">
244    <property name="icon">
245     <iconset resource="pixmaps/pixmaps.qrc">
246      <normaloff>:/icons/configure.png</normaloff>:/icons/configure.png</iconset>
247    </property>
248    <property name="text">
249     <string>&amp;Configure</string>
250    </property>
251    <property name="font">
252     <font>
253      <pointsize>16</pointsize>
254     </font>
255    </property>
256   </action>
257   <action name="actionScan">
258    <property name="checkable">
259     <bool>true</bool>
260    </property>
261    <property name="text">
262     <string>&amp;Scan</string>
263    </property>
264    <property name="font">
265     <font>
266      <pointsize>16</pointsize>
267     </font>
268    </property>
269   </action>
270   <action name="actionHelp">
271    <property name="icon">
272     <iconset resource="pixmaps/pixmaps.qrc">
273      <normaloff>:/icons/help-contents.png</normaloff>:/icons/help-contents.png</iconset>
274    </property>
275    <property name="text">
276     <string>Help</string>
277    </property>
278    <property name="font">
279     <font>
280      <pointsize>16</pointsize>
281     </font>
282    </property>
283    <property name="shortcut">
284     <string>F1</string>
285    </property>
286   </action>
287   <action name="actionToolBar">
288    <property name="checkable">
289     <bool>true</bool>
290    </property>
291    <property name="checked">
292     <bool>true</bool>
293    </property>
294    <property name="text">
295     <string>ToolBar</string>
296    </property>
297   </action>
298  </widget>
299  <customwidgets>
300   <customwidget>
301    <class>DictWidget</class>
302    <extends>QWidget</extends>
303    <header>dictwidget.h</header>
304   </customwidget>
305  </customwidgets>
306  <tabstops>
307   <tabstop>searchBox</tabstop>
308   <tabstop>queryButton</tabstop>
309   <tabstop>wordsList</tabstop>
310   <tabstop>searchClearButton</tabstop>
311  </tabstops>
312  <resources>
313   <include location="pixmaps/pixmaps.qrc"/>
314  </resources>
315  <connections>
316   <connection>
317    <sender>searchClearButton</sender>
318    <signal>clicked()</signal>
319    <receiver>searchBox</receiver>
320    <slot>clear()</slot>
321    <hints>
322     <hint type="sourcelabel">
323      <x>315</x>
324      <y>59</y>
325     </hint>
326     <hint type="destinationlabel">
327      <x>647</x>
328      <y>61</y>
329     </hint>
330    </hints>
331   </connection>
332   <connection>
333    <sender>searchClearButton</sender>
334    <signal>clicked()</signal>
335    <receiver>searchBox</receiver>
336    <slot>setFocus()</slot>
337    <hints>
338     <hint type="sourcelabel">
339      <x>315</x>
340      <y>59</y>
341     </hint>
342     <hint type="destinationlabel">
343      <x>647</x>
344      <y>61</y>
345     </hint>
346    </hints>
347   </connection>
348   <connection>
349    <sender>searchBox</sender>
350    <signal>returnPressed()</signal>
351    <receiver>queryButton</receiver>
352    <slot>click()</slot>
353    <hints>
354     <hint type="sourcelabel">
355      <x>438</x>
356      <y>50</y>
357     </hint>
358     <hint type="destinationlabel">
359      <x>661</x>
360      <y>51</y>
361     </hint>
362    </hints>
363   </connection>
364  </connections>
365 </ui>