Changeset aaf2113307 in tspsg for ui/mainwindow.ce.ui
- Timestamp:
- Aug 3, 2009, 5:15:46 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- f44855d99e
- Parents:
- e96fad3079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ce.ui
re96fad3079 raaf2113307 10 10 <x>0</x> 11 11 <y>0</y> 12 <width>2 25</width>13 <height>3 22</height>12 <width>247</width> 13 <height>339</height> 14 14 </rect> 15 15 </property> 16 16 <property name="windowTitle"> 17 <string>Travelling Salesman Problem [*]</string>17 <string>Travelling Salesman Problem</string> 18 18 </property> 19 19 <property name="windowIcon"> … … 30 30 <x>9</x> 31 31 <y>9</y> 32 <width>2 07</width>33 <height>2 48</height>32 <width>221</width> 33 <height>261</height> 34 34 </rect> 35 35 </property> … … 112 112 <property name="minimum"> 113 113 <number>3</number> 114 </property>115 <property name="maximum">116 <number>5</number>117 114 </property> 118 115 <property name="value"> … … 220 217 </widget> 221 218 </item> 219 <item> 220 <layout class="QHBoxLayout" name="horizontalLayout"> 221 <item> 222 <widget class="QPushButton" name="buttonSaveSolution"> 223 <property name="enabled"> 224 <bool>false</bool> 225 </property> 226 <property name="cursor"> 227 <cursorShape>PointingHandCursor</cursorShape> 228 </property> 229 <property name="statusTip"> 230 <string>Save solution to a file</string> 231 </property> 232 <property name="text"> 233 <string>Save Solution</string> 234 </property> 235 <property name="icon"> 236 <iconset resource="../resources/tspsg.qrc"> 237 <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset> 238 </property> 239 </widget> 240 </item> 241 <item> 242 <spacer name="horizontalSpacer"> 243 <property name="orientation"> 244 <enum>Qt::Horizontal</enum> 245 </property> 246 <property name="sizeHint" stdset="0"> 247 <size> 248 <width>40</width> 249 <height>20</height> 250 </size> 251 </property> 252 </spacer> 253 </item> 254 <item> 255 <widget class="QPushButton" name="buttonBackToTask"> 256 <property name="cursor"> 257 <cursorShape>PointingHandCursor</cursorShape> 258 </property> 259 <property name="statusTip"> 260 <string>Go back to Task tab</string> 261 </property> 262 <property name="text"> 263 <string>Back to Task</string> 264 </property> 265 <property name="icon"> 266 <iconset resource="../resources/tspsg.qrc"> 267 <normaloff>:/images/icons/back.png</normaloff>:/images/icons/back.png</iconset> 268 </property> 269 </widget> 270 </item> 271 </layout> 272 </item> 222 273 </layout> 223 274 </widget> … … 229 280 <x>0</x> 230 281 <y>0</y> 231 <width>2 25</width>282 <width>247</width> 232 283 <height>22</height> 233 284 </rect> … … 247 298 </property> 248 299 <property name="title"> 249 <string>Save &As ...</string>300 <string>Save &As</string> 250 301 </property> 251 302 <property name="icon"> … … 363 414 </property> 364 415 <property name="statusTip"> 365 <string>Save solution steps and graph</string>416 <string>Save solution to a file</string> 366 417 </property> 367 418 </action> … … 437 488 <string>Open help contents</string> 438 489 </property> 490 <property name="shortcut"> 491 <string>Ctrl+F1</string> 492 </property> 439 493 </action> 440 494 <action name="actionHelpContextual"> … … 452 506 <string>Open context help</string> 453 507 </property> 508 <property name="shortcut"> 509 <string>F1</string> 510 </property> 454 511 </action> 455 512 <action name="actionHelpAbout"> … … 496 553 <property name="statusTip"> 497 554 <string>Save task to file</string> 498 </property>499 <property name="shortcut">500 <string>Ctrl+S</string>501 555 </property> 502 556 </action> … … 526 580 </property> 527 581 <property name="text"> 582 <string notr="true">&English</string> 583 </property> 584 <property name="iconText"> 528 585 <string notr="true">English</string> 529 586 </property> 530 <property name="iconText">531 <string notr="true">English</string>532 </property>533 587 </action> 534 588 <action name="actionFileSave"> 535 <property name="enabled">536 <bool>false</bool>537 </property>538 589 <property name="icon"> 539 590 <iconset resource="../resources/tspsg.qrc"> … … 548 599 <property name="statusTip"> 549 600 <string>Save current task</string> 601 </property> 602 <property name="shortcut"> 603 <string>Ctrl+S</string> 550 604 </property> 551 605 </action> … … 589 643 </hints> 590 644 </connection> 645 <connection> 646 <sender>buttonBackToTask</sender> 647 <signal>clicked()</signal> 648 <receiver>actionFileSaveAsSolution</receiver> 649 <slot>trigger()</slot> 650 <hints> 651 <hint type="sourcelabel"> 652 <x>172</x> 653 <y>299</y> 654 </hint> 655 <hint type="destinationlabel"> 656 <x>-1</x> 657 <y>-1</y> 658 </hint> 659 </hints> 660 </connection> 591 661 </connections> 592 662 </ui>
Note: See TracChangeset
for help on using the changeset viewer.