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