Changeset 993d5af6f6 in tspsg for ui/mainwindow.ui
- Timestamp:
- Jun 30, 2009, 1:02:31 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 2b9257627c
- Parents:
- ac4cb71650
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/mainwindow.ui
rac4cb71650 r993d5af6f6 236 236 <string>&File</string> 237 237 </property> 238 <widget class="QMenu" name="menuFileSave ">238 <widget class="QMenu" name="menuFileSaveAs"> 239 239 <property name="title"> 240 <string> &Save</string>240 <string>Save &as...</string> 241 241 </property> 242 242 <property name="icon"> … … 252 252 <addaction name="actionFileNew"/> 253 253 <addaction name="actionFileOpen"/> 254 <addaction name="menuFileSave"/> 254 <addaction name="actionFileSave"/> 255 <addaction name="menuFileSaveAs"/> 255 256 <addaction name="separator"/> 256 257 <addaction name="actionFilePrintSetup"/> … … 418 419 </action> 419 420 <action name="actionFileOpen"> 420 <property name="enabled">421 <bool>false</bool>422 </property>423 421 <property name="icon"> 424 422 <iconset resource="../resources/tspsg.qrc"> … … 514 512 </action> 515 513 <action name="actionFileSaveTask"> 516 <property name="enabled">517 <bool>false</bool>518 </property>519 514 <property name="icon"> 520 515 <iconset resource="../resources/tspsg.qrc"> … … 563 558 <property name="text"> 564 559 <string notr="true">English</string> 560 </property> 561 </action> 562 <action name="actionFileSave"> 563 <property name="enabled"> 564 <bool>false</bool> 565 </property> 566 <property name="icon"> 567 <iconset resource="../resources/tspsg.qrc"> 568 <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset> 569 </property> 570 <property name="text"> 571 <string>&Save</string> 572 </property> 573 <property name="iconText"> 574 <string>Save</string> 575 </property> 576 <property name="toolTip"> 577 <string>Save task</string> 578 </property> 579 <property name="statusTip"> 580 <string>Save current task</string> 565 581 </property> 566 582 </action>
Note: See TracChangeset
for help on using the changeset viewer.