source: tspsg-svn/trunk/ui/mainwindow.ce.ui @ 27

Last change on this file since 27 was 27, checked in by laleppa, 15 years ago

+ Language is automatically loaded at application startup (based on user's locale name).
+ Full Ukrainian and Russian translation.

  • English is now default language.
File size: 15.1 KB
RevLine 
[17]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
[27]5  <property name="enabled">
6   <bool>true</bool>
7  </property>
[17]8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>234</width>
13    <height>292</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
[27]17   <string>Travelling salesman problem</string>
[17]18  </property>
19  <property name="windowIcon">
20   <iconset resource="../resources/tspsg.qrc">
21    <normaloff>:/images/Icon.png</normaloff>:/images/Icon.png</iconset>
22  </property>
23  <widget class="QWidget" name="centralwidget">
24   <property name="enabled">
25    <bool>true</bool>
26   </property>
27   <widget class="QTabWidget" name="tabWidget">
28    <property name="enabled">
29     <bool>true</bool>
30    </property>
31    <property name="geometry">
32     <rect>
33      <x>0</x>
34      <y>0</y>
35      <width>235</width>
36      <height>240</height>
37     </rect>
38    </property>
39    <property name="sizePolicy">
40     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
41      <horstretch>0</horstretch>
42      <verstretch>0</verstretch>
43     </sizepolicy>
44    </property>
45    <property name="tabPosition">
46     <enum>QTabWidget::North</enum>
47    </property>
48    <property name="tabShape">
49     <enum>QTabWidget::Rounded</enum>
50    </property>
51    <property name="currentIndex">
52     <number>0</number>
53    </property>
54    <widget class="QWidget" name="tabTask">
55     <attribute name="title">
[27]56      <string>Task</string>
[17]57     </attribute>
58     <layout class="QVBoxLayout" name="verticalLayout">
59      <item>
60       <layout class="QHBoxLayout" name="_2">
61        <item>
62         <spacer>
63          <property name="orientation">
64           <enum>Qt::Horizontal</enum>
65          </property>
66          <property name="sizeHint" stdset="0">
67           <size>
68            <width>40</width>
69            <height>20</height>
70           </size>
71          </property>
72         </spacer>
73        </item>
74        <item>
75         <widget class="QLabel" name="labelVariant">
76          <property name="text">
[27]77           <string>&amp;Variant:</string>
[17]78          </property>
79          <property name="buddy">
80           <cstring>spinVariant</cstring>
81          </property>
82         </widget>
83        </item>
84        <item>
85         <widget class="QSpinBox" name="spinVariant">
86          <property name="cursor">
87           <cursorShape>PointingHandCursor</cursorShape>
88          </property>
89          <property name="statusTip">
[27]90           <string>Number of variant</string>
[17]91          </property>
92          <property name="minimum">
93           <number>1</number>
94          </property>
95         </widget>
96        </item>
97        <item>
98         <widget class="QLabel" name="labelCities">
99          <property name="text">
[27]100           <string>&amp;Cities:</string>
[17]101          </property>
102          <property name="buddy">
103           <cstring>spinCities</cstring>
104          </property>
105         </widget>
106        </item>
107        <item>
108         <widget class="QSpinBox" name="spinCities">
109          <property name="cursor">
110           <cursorShape>PointingHandCursor</cursorShape>
111          </property>
112          <property name="statusTip">
[27]113           <string>Number of cities</string>
[17]114          </property>
115          <property name="minimum">
116           <number>3</number>
117          </property>
118          <property name="maximum">
119           <number>5</number>
120          </property>
121          <property name="value">
122           <number>5</number>
123          </property>
124         </widget>
125        </item>
126        <item>
127         <spacer>
128          <property name="orientation">
129           <enum>Qt::Horizontal</enum>
130          </property>
131          <property name="sizeHint" stdset="0">
132           <size>
133            <width>40</width>
134            <height>20</height>
135           </size>
136          </property>
137         </spacer>
138        </item>
139       </layout>
140      </item>
141      <item>
142       <widget class="QTableView" name="taskView">
143        <property name="statusTip">
[27]144         <string>Cost of travel from city to city</string>
[17]145        </property>
146        <property name="selectionMode">
147         <enum>QAbstractItemView::NoSelection</enum>
148        </property>
149       </widget>
150      </item>
151      <item>
152       <layout class="QHBoxLayout" name="_3">
153        <item>
154         <spacer>
155          <property name="orientation">
156           <enum>Qt::Horizontal</enum>
157          </property>
158          <property name="sizeHint" stdset="0">
159           <size>
160            <width>40</width>
161            <height>20</height>
162           </size>
163          </property>
164         </spacer>
165        </item>
166        <item>
167         <widget class="QPushButton" name="buttonRandom">
168          <property name="cursor">
169           <cursorShape>PointingHandCursor</cursorShape>
170          </property>
171          <property name="statusTip">
[27]172           <string>Fill table with random numbers</string>
[17]173          </property>
174          <property name="text">
[27]175           <string>Random</string>
[17]176          </property>
177         </widget>
178        </item>
179        <item>
180         <widget class="QPushButton" name="buttonSolve">
181          <property name="cursor">
182           <cursorShape>PointingHandCursor</cursorShape>
183          </property>
184          <property name="statusTip">
[27]185           <string>Solve current task</string>
[17]186          </property>
187          <property name="text">
[27]188           <string>Solve</string>
[17]189          </property>
190          <property name="icon">
191           <iconset resource="../resources/tspsg.qrc">
192            <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
193          </property>
194         </widget>
195        </item>
196       </layout>
197      </item>
198     </layout>
199    </widget>
200    <widget class="QWidget" name="tabSolution">
201     <attribute name="title">
[27]202      <string>Solution</string>
[17]203     </attribute>
204     <layout class="QVBoxLayout" name="_4">
205      <item>
206       <layout class="QHBoxLayout" name="_5">
207        <property name="spacing">
208         <number>0</number>
209        </property>
210        <item>
211         <widget class="QTextEdit" name="textEdit">
212          <property name="sizePolicy">
213           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
214            <horstretch>0</horstretch>
215            <verstretch>0</verstretch>
216           </sizepolicy>
217          </property>
218          <property name="statusTip">
[27]219           <string>Solution steps</string>
[17]220          </property>
221          <property name="readOnly">
222           <bool>true</bool>
223          </property>
224         </widget>
225        </item>
226        <item>
227         <widget class="QGraphicsView" name="graphicsView">
228          <property name="statusTip">
[27]229           <string>Solution graph</string>
[17]230          </property>
231         </widget>
232        </item>
233       </layout>
234      </item>
235     </layout>
236    </widget>
237   </widget>
238  </widget>
239  <widget class="QMenuBar" name="menubar">
240   <property name="geometry">
241    <rect>
242     <x>0</x>
243     <y>0</y>
244     <width>234</width>
245     <height>22</height>
246    </rect>
247   </property>
248   <widget class="QMenu" name="menuFile">
249    <property name="windowIcon">
250     <iconset>
251      <normaloff/>
252     </iconset>
253    </property>
254    <property name="title">
[27]255     <string>&amp;File</string>
[17]256    </property>
257    <widget class="QMenu" name="menuFileSave">
258     <property name="statusTip">
259      <string/>
260     </property>
261     <property name="title">
[27]262      <string>&amp;Save</string>
[17]263     </property>
264     <property name="icon">
265      <iconset resource="../resources/tspsg.qrc">
266       <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
267     </property>
268     <addaction name="actionFileSaveTask"/>
269     <addaction name="separator"/>
270     <addaction name="actionFileSaveResultAll"/>
271     <addaction name="actionFileSaveResultMatrices"/>
272     <addaction name="actionFileSaveResultGraph"/>
273    </widget>
274    <addaction name="actionFileNew"/>
275    <addaction name="actionFileOpen"/>
276    <addaction name="menuFileSave"/>
277    <addaction name="separator"/>
278    <addaction name="actionFileExit"/>
279   </widget>
280   <widget class="QMenu" name="menuSettings">
281    <property name="title">
[27]282     <string>&amp;Settings</string>
[17]283    </property>
284    <addaction name="actionSettingsSettings"/>
285   </widget>
286   <widget class="QMenu" name="menuHelp">
287    <property name="title">
[27]288     <string>&amp;Help</string>
[17]289    </property>
290    <addaction name="actionHelpContents"/>
291    <addaction name="actionHelpContextual"/>
292    <addaction name="separator"/>
293    <addaction name="actionHelpAbout"/>
294   </widget>
295   <addaction name="menuFile"/>
296   <addaction name="menuSettings"/>
297   <addaction name="menuHelp"/>
298  </widget>
299  <widget class="QToolBar" name="toolBar">
300   <property name="cursor">
301    <cursorShape>ArrowCursor</cursorShape>
302   </property>
303   <property name="iconSize">
304    <size>
305     <width>17</width>
306     <height>18</height>
307    </size>
308   </property>
309   <attribute name="toolBarArea">
310    <enum>TopToolBarArea</enum>
311   </attribute>
312   <attribute name="toolBarBreak">
313    <bool>false</bool>
314   </attribute>
315   <addaction name="actionFileNew"/>
316   <addaction name="actionFileOpen"/>
317   <addaction name="actionFileSaveTask"/>
318   <addaction name="separator"/>
319   <addaction name="actionSettingsSettings"/>
320   <addaction name="separator"/>
321   <addaction name="actionFileExit"/>
322  </widget>
323  <action name="actionFileSaveResultMatrices">
324   <property name="enabled">
325    <bool>false</bool>
326   </property>
327   <property name="text">
[27]328    <string>Solution st&amp;eps</string>
[17]329   </property>
[27]330   <property name="toolTip">
331    <string>Save solution steps</string>
332   </property>
[17]333   <property name="statusTip">
[27]334    <string>Save solution steps only</string>
[17]335   </property>
336  </action>
337  <action name="actionFileSaveResultGraph">
338   <property name="enabled">
339    <bool>false</bool>
340   </property>
341   <property name="text">
[27]342    <string>Solution &amp;graph</string>
[17]343   </property>
[27]344   <property name="toolTip">
345    <string>Save solution graph</string>
346   </property>
[17]347   <property name="statusTip">
[27]348    <string>Save solution graph only</string>
[17]349   </property>
350  </action>
351  <action name="actionFileSaveResultAll">
352   <property name="enabled">
353    <bool>false</bool>
354   </property>
355   <property name="text">
[27]356    <string>&amp;Solution</string>
[17]357   </property>
[27]358   <property name="toolTip">
359    <string>Save solution</string>
360   </property>
[17]361   <property name="statusTip">
[27]362    <string>Save solution steps and graph</string>
[17]363   </property>
364  </action>
365  <action name="actionFileNew">
366   <property name="icon">
367    <iconset resource="../resources/tspsg.qrc">
368     <normaloff>:/images/buttons/buttons/Document.png</normaloff>:/images/buttons/buttons/Document.png</iconset>
369   </property>
370   <property name="text">
[27]371    <string>&amp;New</string>
[17]372   </property>
[27]373   <property name="iconText">
374    <string>New</string>
375   </property>
376   <property name="toolTip">
377    <string>New task</string>
378   </property>
[17]379   <property name="statusTip">
[27]380    <string>Create new task</string>
[17]381   </property>
382   <property name="shortcut">
383    <string>Ctrl+N</string>
384   </property>
385  </action>
386  <action name="actionFileOpen">
[27]387   <property name="enabled">
388    <bool>false</bool>
389   </property>
[17]390   <property name="icon">
391    <iconset resource="../resources/tspsg.qrc">
392     <normaloff>:/images/buttons/buttons/OpenFolder.png</normaloff>:/images/buttons/buttons/OpenFolder.png</iconset>
393   </property>
394   <property name="text">
[27]395    <string>&amp;Open...</string>
[17]396   </property>
[27]397   <property name="iconText">
398    <string>Open...</string>
399   </property>
[17]400   <property name="toolTip">
[27]401    <string>Open task</string>
[17]402   </property>
403   <property name="statusTip">
[27]404    <string>Open saved task</string>
[17]405   </property>
406   <property name="shortcut">
407    <string>Ctrl+O</string>
408   </property>
409  </action>
410  <action name="actionSettingsSettings">
411   <property name="icon">
412    <iconset resource="../resources/tspsg.qrc">
413     <normaloff>:/images/buttons/buttons/Properties.png</normaloff>:/images/buttons/buttons/Properties.png</iconset>
414   </property>
415   <property name="text">
[27]416    <string>&amp;Preferences...</string>
[17]417   </property>
[27]418   <property name="iconText">
419    <string>Preferences...</string>
420   </property>
[17]421   <property name="statusTip">
[27]422    <string>Application preferences</string>
[17]423   </property>
424  </action>
425  <action name="actionHelpContents">
[27]426   <property name="enabled">
427    <bool>false</bool>
428   </property>
[17]429   <property name="icon">
430    <iconset resource="../resources/tspsg.qrc">
431     <normaloff>:/images/buttons/buttons/book_open.png</normaloff>:/images/buttons/buttons/book_open.png</iconset>
432   </property>
433   <property name="text">
[27]434    <string>&amp;Contents</string>
[17]435   </property>
436   <property name="statusTip">
[27]437    <string>Open help contents</string>
[17]438   </property>
439  </action>
440  <action name="actionHelpContextual">
[27]441   <property name="enabled">
442    <bool>false</bool>
443   </property>
[17]444   <property name="icon">
445    <iconset resource="../resources/tspsg.qrc">
446     <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
447   </property>
448   <property name="text">
[27]449    <string>&amp;Context help</string>
[17]450   </property>
451   <property name="statusTip">
[27]452    <string>Open context help</string>
[17]453   </property>
454  </action>
455  <action name="actionHelpAbout">
456   <property name="icon">
457    <iconset resource="../resources/tspsg.qrc">
458     <normaloff>:/images/buttons/buttons/infoBubble.png</normaloff>:/images/buttons/buttons/infoBubble.png</iconset>
459   </property>
460   <property name="text">
[27]461    <string>&amp;About...</string>
[17]462   </property>
[27]463   <property name="iconText">
464    <string>About...</string>
465   </property>
[17]466   <property name="statusTip">
[27]467    <string>About application</string>
[17]468   </property>
469  </action>
470  <action name="actionFileExit">
471   <property name="icon">
472    <iconset resource="../resources/tspsg.qrc">
473     <normaloff>:/images/buttons/buttons/NoAction.png</normaloff>:/images/buttons/buttons/NoAction.png</iconset>
474   </property>
475   <property name="text">
[27]476    <string>E&amp;xit</string>
[17]477   </property>
478   <property name="statusTip">
[27]479    <string>Exit application</string>
[17]480   </property>
481  </action>
482  <action name="actionFileSaveTask">
[27]483   <property name="enabled">
484    <bool>false</bool>
485   </property>
[17]486   <property name="icon">
487    <iconset resource="../resources/tspsg.qrc">
488     <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
489   </property>
490   <property name="text">
[27]491    <string>&amp;Task...</string>
[17]492   </property>
493   <property name="iconText">
[27]494    <string>Task...</string>
[17]495   </property>
496   <property name="toolTip">
[27]497    <string>Save task</string>
[17]498   </property>
499   <property name="statusTip">
[27]500    <string>Save task to file</string>
[17]501   </property>
502   <property name="shortcut">
503    <string>Ctrl+S</string>
504   </property>
505  </action>
506 </widget>
507 <resources>
508  <include location="../resources/tspsg.qrc"/>
509 </resources>
510 <connections>
511  <connection>
512   <sender>actionFileExit</sender>
513   <signal>triggered()</signal>
514   <receiver>MainWindow</receiver>
515   <slot>close()</slot>
516   <hints>
517    <hint type="sourcelabel">
518     <x>-1</x>
519     <y>-1</y>
520    </hint>
521    <hint type="destinationlabel">
522     <x>251</x>
523     <y>229</y>
524    </hint>
525   </hints>
526  </connection>
527 </connections>
528</ui>
Note: See TracBrowser for help on using the repository browser.