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