Changeset aaf2113307 in tspsg for ui/mainwindow.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.ui
re96fad3079 raaf2113307 7 7 <x>0</x> 8 8 <y>0</y> 9 <width> 491</width>10 <height>40 0</height>9 <width>502</width> 10 <height>407</height> 11 11 </rect> 12 12 </property> … … 24 24 <x>0</x> 25 25 <y>0</y> 26 <width> 481</width>27 <height> 311</height>26 <width>287</width> 27 <height>298</height> 28 28 </rect> 29 29 </property> … … 100 100 <property name="minimum"> 101 101 <number>3</number> 102 </property>103 <property name="maximum">104 <number>5</number>105 102 </property> 106 103 <property name="value"> … … 208 205 </widget> 209 206 </item> 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> 210 261 </layout> 211 262 </widget> … … 217 268 <x>0</x> 218 269 <y>0</y> 219 <width> 491</width>270 <width>502</width> 220 271 <height>22</height> 221 272 </rect> … … 232 283 <widget class="QMenu" name="menuFileSaveAs"> 233 284 <property name="title"> 234 <string>Save &As ...</string>285 <string>Save &As</string> 235 286 </property> 236 287 <property name="icon"> … … 379 430 <string>&Solution...</string> 380 431 </property> 432 <property name="iconText"> 433 <string>Solution...</string> 434 </property> 381 435 <property name="toolTip"> 382 436 <string>Save solution</string> 383 437 </property> 384 438 <property name="statusTip"> 385 <string>Save solution steps and graph</string>439 <string>Save solution to a file</string> 386 440 </property> 387 441 </action> … … 457 511 <string>Open help contents</string> 458 512 </property> 513 <property name="shortcut"> 514 <string>Ctrl+F1</string> 515 </property> 459 516 </action> 460 517 <action name="actionHelpContextual"> … … 472 529 <string>Open context help</string> 473 530 </property> 531 <property name="shortcut"> 532 <string>F1</string> 533 </property> 474 534 </action> 475 535 <action name="actionHelpAbout"> … … 512 572 <property name="statusTip"> 513 573 <string>Save task to file</string> 514 </property>515 <property name="shortcut">516 <string>Ctrl+S</string>517 574 </property> 518 575 </action> … … 542 599 </property> 543 600 <property name="text"> 601 <string notr="true">&English</string> 602 </property> 603 <property name="iconText"> 544 604 <string notr="true">English</string> 545 605 </property> 546 <property name="iconText">547 <string notr="true">English</string>548 </property>549 606 </action> 550 607 <action name="actionFileSave"> 551 <property name="enabled">552 <bool>false</bool>553 </property>554 608 <property name="icon"> 555 609 <iconset resource="../resources/tspsg.qrc"> … … 567 621 <property name="statusTip"> 568 622 <string>Save current task</string> 623 </property> 624 <property name="shortcut"> 625 <string>Ctrl+S</string> 569 626 </property> 570 627 </action> … … 605 662 </hints> 606 663 </connection> 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> 607 680 </connections> 608 681 </ui>
Note: See TracChangeset
for help on using the changeset viewer.