Changeset 993d5af6f6 in tspsg for ui/mainwindow.ce.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.ce.ui
rac4cb71650 r993d5af6f6 255 255 <string>&File</string> 256 256 </property> 257 <widget class="QMenu" name="menuFileSave ">257 <widget class="QMenu" name="menuFileSaveAs"> 258 258 <property name="statusTip"> 259 259 <string/> 260 260 </property> 261 261 <property name="title"> 262 <string> &Save</string>262 <string>Save &as...</string> 263 263 </property> 264 264 <property name="icon"> … … 274 274 <addaction name="actionFileNew"/> 275 275 <addaction name="actionFileOpen"/> 276 <addaction name="menuFileSave"/> 276 <addaction name="actionFileSave"/> 277 <addaction name="menuFileSaveAs"/> 277 278 <addaction name="separator"/> 278 279 <addaction name="actionFileExit"/> … … 405 406 </action> 406 407 <action name="actionFileOpen"> 407 <property name="enabled">408 <bool>false</bool>409 </property>410 408 <property name="icon"> 411 409 <iconset resource="../resources/tspsg.qrc"> … … 501 499 </action> 502 500 <action name="actionFileSaveTask"> 503 <property name="enabled">504 <bool>false</bool>505 </property>506 501 <property name="icon"> 507 502 <iconset resource="../resources/tspsg.qrc"> … … 550 545 <property name="text"> 551 546 <string>English</string> 547 </property> 548 </action> 549 <action name="actionFileSave"> 550 <property name="enabled"> 551 <bool>false</bool> 552 </property> 553 <property name="icon"> 554 <iconset resource="../resources/tspsg.qrc"> 555 <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset> 556 </property> 557 <property name="text"> 558 <string>&Save</string> 559 </property> 560 <property name="toolTip"> 561 <string>Save task</string> 562 </property> 563 <property name="statusTip"> 564 <string>Save current task</string> 552 565 </property> 553 566 </action>
Note: See TracChangeset
for help on using the changeset viewer.