source: tspsg/ui/mainwindow.ui @ aaf2113307

0.1.3.145-beta1-symbian0.1.4.170-beta2-bb10appveyorimgbotreadme
Last change on this file since aaf2113307 was aaf2113307, checked in by Oleksii Serdiuk, 15 years ago

+ Implemented File/Save? action.
+ Added "Save Solution" and "Back to Task" buttons to Solution tab for better usability.

  • Increased maximum number of cities to 20. Solving for 18-20 cities is already takes much time, so I thought it doesn't make sense to increase more.
  • Columns and rows are now resized to contents on all platforms.
  • Property mode set to 100644
File size: 19.9 KB
RevLine 
[5354a01311]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
[5515c2c2a7]3 <class>MainWindow</class>
[5354a01311]4 <widget class="QMainWindow" name="MainWindow">
5  <property name="geometry">
[5515c2c2a7]6   <rect>
7    <x>0</x>
8    <y>0</y>
[aaf2113307]9    <width>502</width>
10    <height>407</height>
[5515c2c2a7]11   </rect>
12  </property>
[5354a01311]13  <property name="windowTitle">
[b424a7e320]14   <string>Travelling Salesman Problem</string>
[5515c2c2a7]15  </property>
[5354a01311]16  <property name="windowIcon">
17   <iconset resource="../resources/tspsg.qrc">
[b424a7e320]18    <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
[5515c2c2a7]19  </property>
[5354a01311]20  <widget class="QWidget" name="centralwidget">
[430bd7f7e9]21   <widget class="QTabWidget" name="tabWidget">
22    <property name="geometry">
23     <rect>
24      <x>0</x>
25      <y>0</y>
[aaf2113307]26      <width>287</width>
27      <height>298</height>
[430bd7f7e9]28     </rect>
29    </property>
30    <property name="sizePolicy">
31     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
32      <horstretch>0</horstretch>
33      <verstretch>0</verstretch>
34     </sizepolicy>
35    </property>
36    <property name="currentIndex">
37     <number>0</number>
38    </property>
39    <widget class="QWidget" name="tabTask">
40     <attribute name="title">
41      <string>Task</string>
42     </attribute>
43     <layout class="QVBoxLayout">
44      <item>
45       <layout class="QHBoxLayout">
46        <item>
47         <spacer>
48          <property name="orientation">
49           <enum>Qt::Horizontal</enum>
50          </property>
51          <property name="sizeHint" stdset="0">
52           <size>
53            <width>40</width>
54            <height>20</height>
55           </size>
56          </property>
57         </spacer>
58        </item>
[5515c2c2a7]59        <item>
[430bd7f7e9]60         <widget class="QLabel" name="labelVariant">
61          <property name="text">
62           <string>&amp;Variant:</string>
63          </property>
64          <property name="buddy">
65           <cstring>spinVariant</cstring>
66          </property>
67         </widget>
[5515c2c2a7]68        </item>
69        <item>
[430bd7f7e9]70         <widget class="QSpinBox" name="spinVariant">
71          <property name="cursor">
72           <cursorShape>PointingHandCursor</cursorShape>
73          </property>
[5354a01311]74          <property name="statusTip">
[430bd7f7e9]75           <string>Number of variant</string>
[7177744fc7]76          </property>
[430bd7f7e9]77          <property name="minimum">
78           <number>1</number>
[003e4193be]79          </property>
80         </widget>
[5515c2c2a7]81        </item>
82        <item>
[430bd7f7e9]83         <widget class="QLabel" name="labelCities">
84          <property name="text">
85           <string>&amp;Cities:</string>
86          </property>
87          <property name="buddy">
88           <cstring>spinCities</cstring>
89          </property>
90         </widget>
91        </item>
92        <item>
93         <widget class="QSpinBox" name="spinCities">
94          <property name="cursor">
95           <cursorShape>PointingHandCursor</cursorShape>
96          </property>
97          <property name="statusTip">
98           <string>Number of cities</string>
99          </property>
100          <property name="minimum">
101           <number>3</number>
102          </property>
103          <property name="value">
104           <number>5</number>
105          </property>
106         </widget>
107        </item>
108        <item>
109         <spacer>
110          <property name="orientation">
111           <enum>Qt::Horizontal</enum>
112          </property>
113          <property name="sizeHint" stdset="0">
114           <size>
115            <width>40</width>
116            <height>20</height>
117           </size>
118          </property>
119         </spacer>
[5515c2c2a7]120        </item>
121       </layout>
[430bd7f7e9]122      </item>
123      <item>
124       <widget class="QTableView" name="taskView">
125        <property name="statusTip">
126         <string>Cost of travel from city to city</string>
127        </property>
128        <property name="selectionMode">
129         <enum>QAbstractItemView::NoSelection</enum>
130        </property>
131       </widget>
132      </item>
133      <item>
134       <layout class="QHBoxLayout">
[5515c2c2a7]135        <item>
[430bd7f7e9]136         <spacer>
137          <property name="orientation">
138           <enum>Qt::Horizontal</enum>
[5515c2c2a7]139          </property>
[430bd7f7e9]140          <property name="sizeHint" stdset="0">
141           <size>
142            <width>40</width>
143            <height>20</height>
144           </size>
145          </property>
146         </spacer>
147        </item>
148        <item>
149         <widget class="QPushButton" name="buttonRandom">
150          <property name="cursor">
151           <cursorShape>PointingHandCursor</cursorShape>
152          </property>
153          <property name="statusTip">
154           <string>Fill table with random numbers</string>
155          </property>
156          <property name="text">
157           <string>Random</string>
158          </property>
159          <property name="icon">
160           <iconset resource="../resources/tspsg.qrc">
161            <normaloff>:/images/icons/roll.png</normaloff>:/images/icons/roll.png</iconset>
162          </property>
163         </widget>
164        </item>
165        <item>
166         <widget class="QPushButton" name="buttonSolve">
167          <property name="cursor">
168           <cursorShape>PointingHandCursor</cursorShape>
169          </property>
170          <property name="statusTip">
171           <string>Solve current task</string>
172          </property>
173          <property name="text">
174           <string>Solve</string>
175          </property>
176          <property name="icon">
177           <iconset resource="../resources/tspsg.qrc">
178            <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
179          </property>
180         </widget>
[5515c2c2a7]181        </item>
182       </layout>
[430bd7f7e9]183      </item>
184     </layout>
185    </widget>
186    <widget class="QWidget" name="tabSolution">
187     <attribute name="title">
188      <string>Solution</string>
189     </attribute>
190     <layout class="QVBoxLayout" name="verticalLayout">
191      <item>
192       <widget class="QTextEdit" name="solutionText">
193        <property name="enabled">
194         <bool>false</bool>
195        </property>
196        <property name="statusTip">
197         <string>Solution steps</string>
198        </property>
199        <property name="readOnly">
200         <bool>true</bool>
201        </property>
202        <property name="textInteractionFlags">
203         <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
204        </property>
205       </widget>
206      </item>
[aaf2113307]207      <item>
208       <layout class="QHBoxLayout" name="horizontalLayout">
209        <item>
210         <widget class="QPushButton" name="buttonSaveSolution">
211          <property name="enabled">
212           <bool>false</bool>
213          </property>
214          <property name="cursor">
215           <cursorShape>PointingHandCursor</cursorShape>
216          </property>
217          <property name="statusTip">
218           <string>Save solution to a file</string>
219          </property>
220          <property name="text">
221           <string>Save Solution</string>
222          </property>
223          <property name="icon">
224           <iconset resource="../resources/tspsg.qrc">
225            <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
226          </property>
227         </widget>
228        </item>
229        <item>
230         <spacer name="horizontalSpacer">
231          <property name="orientation">
232           <enum>Qt::Horizontal</enum>
233          </property>
234          <property name="sizeHint" stdset="0">
235           <size>
236            <width>40</width>
237            <height>20</height>
238           </size>
239          </property>
240         </spacer>
241        </item>
242        <item>
243         <widget class="QPushButton" name="buttonBackToTask">
244          <property name="cursor">
245           <cursorShape>PointingHandCursor</cursorShape>
246          </property>
247          <property name="statusTip">
248           <string>Go back to Task tab</string>
249          </property>
250          <property name="text">
251           <string>Back to Task</string>
252          </property>
253          <property name="icon">
254           <iconset resource="../resources/tspsg.qrc">
255            <normaloff>:/images/icons/back.png</normaloff>:/images/icons/back.png</iconset>
256          </property>
257         </widget>
258        </item>
259       </layout>
260      </item>
[430bd7f7e9]261     </layout>
262    </widget>
263   </widget>
[5515c2c2a7]264  </widget>
[5354a01311]265  <widget class="QMenuBar" name="menubar">
266   <property name="geometry">
[5515c2c2a7]267    <rect>
268     <x>0</x>
269     <y>0</y>
[aaf2113307]270     <width>502</width>
[430bd7f7e9]271     <height>22</height>
[5515c2c2a7]272    </rect>
273   </property>
[5354a01311]274   <widget class="QMenu" name="menuFile">
275    <property name="windowIcon">
276     <iconset>
277      <normaloff/>
278     </iconset>
[5515c2c2a7]279    </property>
[5354a01311]280    <property name="title">
[5587b87fac]281     <string>&amp;File</string>
[5515c2c2a7]282    </property>
[993d5af6f6]283    <widget class="QMenu" name="menuFileSaveAs">
[5354a01311]284     <property name="title">
[aaf2113307]285      <string>Save &amp;As</string>
[5515c2c2a7]286     </property>
[5354a01311]287     <property name="icon">
288      <iconset resource="../resources/tspsg.qrc">
[134a9158bd]289       <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
[5515c2c2a7]290     </property>
[430bd7f7e9]291     <addaction name="actionFileSaveAsTask"/>
292     <addaction name="actionFileSaveAsSolution"/>
[5515c2c2a7]293    </widget>
[5354a01311]294    <addaction name="actionFileNew"/>
295    <addaction name="actionFileOpen"/>
[993d5af6f6]296    <addaction name="actionFileSave"/>
297    <addaction name="menuFileSaveAs"/>
[5354a01311]298    <addaction name="separator"/>
299    <addaction name="actionFilePrintSetup"/>
300    <addaction name="actionFilePrint"/>
301    <addaction name="separator"/>
302    <addaction name="actionFileExit"/>
[5515c2c2a7]303   </widget>
[5354a01311]304   <widget class="QMenu" name="menuSettings">
305    <property name="title">
[5587b87fac]306     <string>&amp;Settings</string>
[5515c2c2a7]307    </property>
[899d1b8e15]308    <widget class="QMenu" name="menuSettingsLanguage">
309     <property name="toolTip">
310      <string>Select language</string>
311     </property>
312     <property name="statusTip">
313      <string>Select application language</string>
314     </property>
315     <property name="title">
[430bd7f7e9]316      <string comment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
[899d1b8e15]317     </property>
[ac4cb71650]318     <property name="icon">
319      <iconset resource="../resources/tspsg.qrc">
[134a9158bd]320       <normaloff>:/images/icons/locale.png</normaloff>:/images/icons/locale.png</iconset>
[ac4cb71650]321     </property>
[899d1b8e15]322     <addaction name="actionSettingsLanguageAutodetect"/>
[ac4cb71650]323     <addaction name="separator"/>
324     <addaction name="actionSettingsLanguageEnglish"/>
[899d1b8e15]325    </widget>
326    <addaction name="menuSettingsLanguage"/>
327    <addaction name="separator"/>
328    <addaction name="actionSettingsPreferences"/>
[5515c2c2a7]329   </widget>
[5354a01311]330   <widget class="QMenu" name="menuHelp">
331    <property name="title">
[5587b87fac]332     <string>&amp;Help</string>
[5515c2c2a7]333    </property>
[5354a01311]334    <addaction name="actionHelpContents"/>
335    <addaction name="actionHelpContextual"/>
336    <addaction name="separator"/>
[690f6939a7]337    <addaction name="actionHelpAboutQt"/>
[5354a01311]338    <addaction name="actionHelpAbout"/>
[5515c2c2a7]339   </widget>
[5354a01311]340   <addaction name="menuFile"/>
341   <addaction name="menuSettings"/>
342   <addaction name="menuHelp"/>
[5515c2c2a7]343  </widget>
[5354a01311]344  <widget class="QStatusBar" name="statusbar"/>
345  <widget class="QToolBar" name="toolBar">
346   <property name="cursor">
[5515c2c2a7]347    <cursorShape>ArrowCursor</cursorShape>
348   </property>
[5354a01311]349   <attribute name="toolBarArea">
[5515c2c2a7]350    <enum>TopToolBarArea</enum>
351   </attribute>
[5354a01311]352   <attribute name="toolBarBreak">
[5515c2c2a7]353    <bool>false</bool>
354   </attribute>
[5354a01311]355   <addaction name="actionFileNew"/>
356   <addaction name="actionFileOpen"/>
[b24a5a054a]357   <addaction name="actionFileSave"/>
[5354a01311]358   <addaction name="separator"/>
359   <addaction name="actionFilePrint"/>
[899d1b8e15]360   <addaction name="actionSettingsPreferences"/>
[5354a01311]361   <addaction name="separator"/>
362   <addaction name="actionFileExit"/>
[5515c2c2a7]363  </widget>
[5354a01311]364  <action name="actionFilePrintSetup">
[430bd7f7e9]365   <property name="enabled">
366    <bool>false</bool>
367   </property>
[5354a01311]368   <property name="icon">
369    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]370     <normaloff>:/images/icons/fileprint.png</normaloff>:/images/icons/fileprint.png</iconset>
[5515c2c2a7]371   </property>
[5354a01311]372   <property name="text">
[b24a5a054a]373    <string>P&amp;rint Setup...</string>
[5515c2c2a7]374   </property>
[5354a01311]375   <property name="statusTip">
[5587b87fac]376    <string>Setup printing</string>
[7177744fc7]377   </property>
[5515c2c2a7]378  </action>
[5354a01311]379  <action name="actionFilePrint">
380   <property name="enabled">
[7177744fc7]381    <bool>false</bool>
382   </property>
[5354a01311]383   <property name="icon">
384    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]385     <normaloff>:/images/icons/fileprint.png</normaloff>:/images/icons/fileprint.png</iconset>
[5515c2c2a7]386   </property>
[5354a01311]387   <property name="text">
[5587b87fac]388    <string>&amp;Print...</string>
[5515c2c2a7]389   </property>
[5354a01311]390   <property name="statusTip">
[5587b87fac]391    <string>Print solution results</string>
[7177744fc7]392   </property>
[5354a01311]393   <property name="shortcut">
[5515c2c2a7]394    <string>Ctrl+P</string>
395   </property>
396  </action>
[899d1b8e15]397  <action name="actionFileSaveSolutionMatrices">
[5354a01311]398   <property name="enabled">
[7177744fc7]399    <bool>false</bool>
400   </property>
[5354a01311]401   <property name="text">
[b24a5a054a]402    <string>Solution S&amp;teps</string>
[5587b87fac]403   </property>
404   <property name="toolTip">
405    <string>Save solution steps</string>
[5515c2c2a7]406   </property>
[5354a01311]407   <property name="statusTip">
[5587b87fac]408    <string>Save solution steps only</string>
[7177744fc7]409   </property>
[5515c2c2a7]410  </action>
[899d1b8e15]411  <action name="actionFileSaveSolutionGraph">
[5354a01311]412   <property name="enabled">
[7177744fc7]413    <bool>false</bool>
414   </property>
[5354a01311]415   <property name="text">
[b24a5a054a]416    <string>Solution &amp;Graph</string>
[5587b87fac]417   </property>
418   <property name="toolTip">
419    <string>Save solution graph</string>
[5515c2c2a7]420   </property>
[5354a01311]421   <property name="statusTip">
[5587b87fac]422    <string>Save solution graph only</string>
[7177744fc7]423   </property>
[5515c2c2a7]424  </action>
[430bd7f7e9]425  <action name="actionFileSaveAsSolution">
[5354a01311]426   <property name="enabled">
[7177744fc7]427    <bool>false</bool>
[5515c2c2a7]428   </property>
[5354a01311]429   <property name="text">
[430bd7f7e9]430    <string>&amp;Solution...</string>
[5587b87fac]431   </property>
[aaf2113307]432   <property name="iconText">
433    <string>Solution...</string>
434   </property>
[5587b87fac]435   <property name="toolTip">
436    <string>Save solution</string>
[7177744fc7]437   </property>
[5354a01311]438   <property name="statusTip">
[aaf2113307]439    <string>Save solution to a file</string>
[5515c2c2a7]440   </property>
441  </action>
[5354a01311]442  <action name="actionFileNew">
443   <property name="icon">
444    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]445     <normaloff>:/images/icons/filenew.png</normaloff>:/images/icons/filenew.png</iconset>
[5515c2c2a7]446   </property>
[5354a01311]447   <property name="text">
[5587b87fac]448    <string>&amp;New</string>
449   </property>
450   <property name="iconText">
451    <string>New</string>
452   </property>
453   <property name="toolTip">
454    <string>New task</string>
[5515c2c2a7]455   </property>
[5354a01311]456   <property name="statusTip">
[5587b87fac]457    <string>Create new task</string>
[7177744fc7]458   </property>
[5354a01311]459   <property name="shortcut">
[5515c2c2a7]460    <string>Ctrl+N</string>
461   </property>
462  </action>
[5354a01311]463  <action name="actionFileOpen">
464   <property name="icon">
465    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]466     <normaloff>:/images/icons/fileopen.png</normaloff>:/images/icons/fileopen.png</iconset>
[5515c2c2a7]467   </property>
[5354a01311]468   <property name="text">
[5587b87fac]469    <string>&amp;Open...</string>
470   </property>
471   <property name="iconText">
472    <string>Open...</string>
[5515c2c2a7]473   </property>
[5354a01311]474   <property name="toolTip">
[5587b87fac]475    <string>Open task</string>
[7177744fc7]476   </property>
[5354a01311]477   <property name="statusTip">
[5587b87fac]478    <string>Open saved task</string>
[7177744fc7]479   </property>
[5354a01311]480   <property name="shortcut">
[5515c2c2a7]481    <string>Ctrl+O</string>
482   </property>
483  </action>
[899d1b8e15]484  <action name="actionSettingsPreferences">
[5354a01311]485   <property name="icon">
486    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]487     <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
[5515c2c2a7]488   </property>
[5354a01311]489   <property name="text">
[5587b87fac]490    <string>&amp;Preferences...</string>
491   </property>
492   <property name="iconText">
493    <string>Preferences...</string>
[5515c2c2a7]494   </property>
[5354a01311]495   <property name="statusTip">
[5587b87fac]496    <string>Application preferences</string>
[7177744fc7]497   </property>
[5515c2c2a7]498  </action>
[5354a01311]499  <action name="actionHelpContents">
[5587b87fac]500   <property name="enabled">
501    <bool>false</bool>
502   </property>
[5354a01311]503   <property name="icon">
504    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]505     <normaloff>:/images/icons/contents.png</normaloff>:/images/icons/contents.png</iconset>
[5515c2c2a7]506   </property>
[5354a01311]507   <property name="text">
[5587b87fac]508    <string>&amp;Contents</string>
[5515c2c2a7]509   </property>
[5354a01311]510   <property name="statusTip">
[5587b87fac]511    <string>Open help contents</string>
[7177744fc7]512   </property>
[aaf2113307]513   <property name="shortcut">
514    <string>Ctrl+F1</string>
515   </property>
[5515c2c2a7]516  </action>
[5354a01311]517  <action name="actionHelpContextual">
[5587b87fac]518   <property name="enabled">
519    <bool>false</bool>
520   </property>
[5354a01311]521   <property name="icon">
522    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]523     <normaloff>:/images/icons/help_browser.png</normaloff>:/images/icons/help_browser.png</iconset>
[5515c2c2a7]524   </property>
[5354a01311]525   <property name="text">
[134a9158bd]526    <string>Context &amp;Help</string>
[5515c2c2a7]527   </property>
[5354a01311]528   <property name="statusTip">
[5587b87fac]529    <string>Open context help</string>
[7177744fc7]530   </property>
[aaf2113307]531   <property name="shortcut">
532    <string>F1</string>
533   </property>
[5515c2c2a7]534  </action>
[5354a01311]535  <action name="actionHelpAbout">
536   <property name="icon">
537    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]538     <normaloff>:/images/icons/help_about.png</normaloff>:/images/icons/help_about.png</iconset>
[5515c2c2a7]539   </property>
[5354a01311]540   <property name="text">
[5587b87fac]541    <string>&amp;About...</string>
542   </property>
543   <property name="iconText">
544    <string>About...</string>
[5515c2c2a7]545   </property>
[5354a01311]546   <property name="statusTip">
[5587b87fac]547    <string>About application</string>
[fc9f661ded]548   </property>
[5515c2c2a7]549  </action>
[5354a01311]550  <action name="actionFileExit">
551   <property name="icon">
552    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]553     <normaloff>:/images/icons/exit.png</normaloff>:/images/icons/exit.png</iconset>
[5515c2c2a7]554   </property>
[5354a01311]555   <property name="text">
[5587b87fac]556    <string>E&amp;xit</string>
[5515c2c2a7]557   </property>
[5354a01311]558   <property name="statusTip">
[5587b87fac]559    <string>Exit application</string>
[5515c2c2a7]560   </property>
561  </action>
[430bd7f7e9]562  <action name="actionFileSaveAsTask">
[5354a01311]563   <property name="text">
[5587b87fac]564    <string>&amp;Task...</string>
[7177744fc7]565   </property>
[5354a01311]566   <property name="iconText">
[5587b87fac]567    <string>Task...</string>
[7177744fc7]568   </property>
[5354a01311]569   <property name="toolTip">
[5587b87fac]570    <string>Save task</string>
[7177744fc7]571   </property>
[5354a01311]572   <property name="statusTip">
[5587b87fac]573    <string>Save task to file</string>
[7177744fc7]574   </property>
575  </action>
[899d1b8e15]576  <action name="actionSettingsLanguageAutodetect">
577   <property name="checkable">
578    <bool>true</bool>
579   </property>
580   <property name="checked">
581    <bool>true</bool>
582   </property>
583   <property name="text">
584    <string>&amp;Autodetect</string>
585   </property>
586   <property name="toolTip">
587    <string>Detect language automatically</string>
588   </property>
589   <property name="statusTip">
590    <string>Detect language automatically based on regional settings</string>
591   </property>
592  </action>
[ac4cb71650]593  <action name="actionSettingsLanguageEnglish">
594   <property name="checkable">
595    <bool>true</bool>
596   </property>
597   <property name="checked">
598    <bool>true</bool>
599   </property>
600   <property name="text">
[aaf2113307]601    <string notr="true">&amp;English</string>
[ac4cb71650]602   </property>
[6b3d3c1bbb]603   <property name="iconText">
604    <string notr="true">English</string>
605   </property>
[ac4cb71650]606  </action>
[993d5af6f6]607  <action name="actionFileSave">
608   <property name="icon">
609    <iconset resource="../resources/tspsg.qrc">
[134a9158bd]610     <normaloff>:/images/icons/filesave.png</normaloff>:/images/icons/filesave.png</iconset>
[993d5af6f6]611   </property>
612   <property name="text">
613    <string>&amp;Save</string>
614   </property>
615   <property name="iconText">
616    <string>Save</string>
617   </property>
618   <property name="toolTip">
619    <string>Save task</string>
620   </property>
621   <property name="statusTip">
622    <string>Save current task</string>
623   </property>
[aaf2113307]624   <property name="shortcut">
625    <string>Ctrl+S</string>
626   </property>
[993d5af6f6]627  </action>
[690f6939a7]628  <action name="actionHelpAboutQt">
629   <property name="icon">
630    <iconset resource="../resources/tspsg.qrc">
[430bd7f7e9]631     <normaloff>:/images/icons/qtlogo-64.png</normaloff>:/images/icons/qtlogo-64.png</iconset>
[690f6939a7]632   </property>
633   <property name="text">
634    <string>About &amp;Qt...</string>
635   </property>
636   <property name="iconText">
637    <string>About Qt...</string>
638   </property>
639   <property name="statusTip">
640    <string>About Qt library</string>
641   </property>
642  </action>
[5515c2c2a7]643 </widget>
644 <resources>
[5354a01311]645  <include location="../resources/tspsg.qrc"/>
[5515c2c2a7]646 </resources>
647 <connections>
648  <connection>
649   <sender>actionFileExit</sender>
650   <signal>triggered()</signal>
651   <receiver>MainWindow</receiver>
652   <slot>close()</slot>
653   <hints>
[5354a01311]654    <hint type="sourcelabel">
[5515c2c2a7]655     <x>-1</x>
656     <y>-1</y>
657    </hint>
[5354a01311]658    <hint type="destinationlabel">
[5515c2c2a7]659     <x>294</x>
660     <y>229</y>
661    </hint>
662   </hints>
663  </connection>
[aaf2113307]664  <connection>
665   <sender>buttonSaveSolution</sender>
666   <signal>clicked()</signal>
667   <receiver>actionFileSaveAsSolution</receiver>
668   <slot>trigger()</slot>
669   <hints>
670    <hint type="sourcelabel">
671     <x>58</x>
672     <y>327</y>
673    </hint>
674    <hint type="destinationlabel">
675     <x>-1</x>
676     <y>-1</y>
677    </hint>
678   </hints>
679  </connection>
[5515c2c2a7]680 </connections>
681</ui>
Note: See TracBrowser for help on using the repository browser.