Changeset 690f6939a7 in tspsg for ui
- Timestamp:
- Jul 16, 2009, 6:00:27 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 134a9158bd
- Parents:
- 4c96f94558
- Location:
- ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ce.ui
r4c96f94558 r690f6939a7 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"> … … 312 312 <addaction name="actionHelpContextual"/> 313 313 <addaction name="separator"/> 314 <addaction name="actionHelpAboutQt"/> 314 315 <addaction name="actionHelpAbout"/> 315 316 </widget> … … 563 564 <property name="statusTip"> 564 565 <string>Save current task</string> 566 </property> 567 </action> 568 <action name="actionHelpAboutQt"> 569 <property name="icon"> 570 <iconset resource="../resources/tspsg.qrc"> 571 <normaloff>:/images/qtlogo-64.png</normaloff>:/images/qtlogo-64.png</iconset> 572 </property> 573 <property name="text"> 574 <string>About &Qt...</string> 575 </property> 576 <property name="iconText"> 577 <string>About Qt...</string> 578 </property> 579 <property name="toolTip"> 580 <string>About Qt</string> 581 </property> 582 <property name="statusTip"> 583 <string>About Qt library</string> 565 584 </property> 566 585 </action> -
ui/mainwindow.ui
r4c96f94558 r690f6939a7 12 12 </property> 13 13 <property name="windowTitle"> 14 <string>Travelling salesman problem </string>14 <string>Travelling salesman problem[*]</string> 15 15 </property> 16 16 <property name="windowIcon"> … … 293 293 <addaction name="actionHelpContextual"/> 294 294 <addaction name="separator"/> 295 <addaction name="actionHelpAboutQt"/> 295 296 <addaction name="actionHelpAbout"/> 296 297 </widget> … … 579 580 <property name="statusTip"> 580 581 <string>Save current task</string> 582 </property> 583 </action> 584 <action name="actionHelpAboutQt"> 585 <property name="icon"> 586 <iconset resource="../resources/tspsg.qrc"> 587 <normaloff>:/images/qtlogo-64.png</normaloff>:/images/qtlogo-64.png</iconset> 588 </property> 589 <property name="text"> 590 <string>About &Qt...</string> 591 </property> 592 <property name="iconText"> 593 <string>About Qt...</string> 594 </property> 595 <property name="statusTip"> 596 <string>About Qt library</string> 581 597 </property> 582 598 </action>
Note: See TracChangeset
for help on using the changeset viewer.