Changeset 993d5af6f6 in tspsg for ui


Ignore:
Timestamp:
Jun 30, 2009, 1:02:31 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
2b9257627c
Parents:
ac4cb71650
Message:

+ Opening task file
+ Saving task file

  • Translations update to reflect recent changes.
Location:
ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    rac4cb71650 r993d5af6f6  
    255255     <string>&amp;File</string>
    256256    </property>
    257     <widget class="QMenu" name="menuFileSave">
     257    <widget class="QMenu" name="menuFileSaveAs">
    258258     <property name="statusTip">
    259259      <string/>
    260260     </property>
    261261     <property name="title">
    262       <string>&amp;Save</string>
     262      <string>Save &amp;as...</string>
    263263     </property>
    264264     <property name="icon">
     
    274274    <addaction name="actionFileNew"/>
    275275    <addaction name="actionFileOpen"/>
    276     <addaction name="menuFileSave"/>
     276    <addaction name="actionFileSave"/>
     277    <addaction name="menuFileSaveAs"/>
    277278    <addaction name="separator"/>
    278279    <addaction name="actionFileExit"/>
     
    405406  </action>
    406407  <action name="actionFileOpen">
    407    <property name="enabled">
    408     <bool>false</bool>
    409    </property>
    410408   <property name="icon">
    411409    <iconset resource="../resources/tspsg.qrc">
     
    501499  </action>
    502500  <action name="actionFileSaveTask">
    503    <property name="enabled">
    504     <bool>false</bool>
    505    </property>
    506501   <property name="icon">
    507502    <iconset resource="../resources/tspsg.qrc">
     
    550545   <property name="text">
    551546    <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>&amp;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>
    552565   </property>
    553566  </action>
  • ui/mainwindow.ui

    rac4cb71650 r993d5af6f6  
    236236     <string>&amp;File</string>
    237237    </property>
    238     <widget class="QMenu" name="menuFileSave">
     238    <widget class="QMenu" name="menuFileSaveAs">
    239239     <property name="title">
    240       <string>&amp;Save</string>
     240      <string>Save &amp;as...</string>
    241241     </property>
    242242     <property name="icon">
     
    252252    <addaction name="actionFileNew"/>
    253253    <addaction name="actionFileOpen"/>
    254     <addaction name="menuFileSave"/>
     254    <addaction name="actionFileSave"/>
     255    <addaction name="menuFileSaveAs"/>
    255256    <addaction name="separator"/>
    256257    <addaction name="actionFilePrintSetup"/>
     
    418419  </action>
    419420  <action name="actionFileOpen">
    420    <property name="enabled">
    421     <bool>false</bool>
    422    </property>
    423421   <property name="icon">
    424422    <iconset resource="../resources/tspsg.qrc">
     
    514512  </action>
    515513  <action name="actionFileSaveTask">
    516    <property name="enabled">
    517     <bool>false</bool>
    518    </property>
    519514   <property name="icon">
    520515    <iconset resource="../resources/tspsg.qrc">
     
    563558   <property name="text">
    564559    <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>&amp;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>
    565581   </property>
    566582  </action>
Note: See TracChangeset for help on using the changeset viewer.