- Timestamp:
- Jun 30, 2009, 1:02:31 AM (15 years ago)
- Location:
- trunk/ui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/mainwindow.ce.ui
r30 r31 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> -
trunk/ui/mainwindow.ui
r30 r31 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.