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