Changeset 690f6939a7 in tspsg for ui


Ignore:
Timestamp:
Jul 16, 2009, 6:00:27 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
134a9158bd
Parents:
4c96f94558
Message:

+ Task save prompt before creating or opening task and closing application if current task was modified.

  • Translation updates.
Location:
ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r4c96f94558 r690f6939a7  
    1515  </property>
    1616  <property name="windowTitle">
    17    <string>Travelling salesman problem</string>
     17   <string>Travelling salesman problem[*]</string>
    1818  </property>
    1919  <property name="windowIcon">
     
    312312    <addaction name="actionHelpContextual"/>
    313313    <addaction name="separator"/>
     314    <addaction name="actionHelpAboutQt"/>
    314315    <addaction name="actionHelpAbout"/>
    315316   </widget>
     
    563564   <property name="statusTip">
    564565    <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 &amp;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>
    565584   </property>
    566585  </action>
  • ui/mainwindow.ui

    r4c96f94558 r690f6939a7  
    1212  </property>
    1313  <property name="windowTitle">
    14    <string>Travelling salesman problem</string>
     14   <string>Travelling salesman problem[*]</string>
    1515  </property>
    1616  <property name="windowIcon">
     
    293293    <addaction name="actionHelpContextual"/>
    294294    <addaction name="separator"/>
     295    <addaction name="actionHelpAboutQt"/>
    295296    <addaction name="actionHelpAbout"/>
    296297   </widget>
     
    579580   <property name="statusTip">
    580581    <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 &amp;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>
    581597   </property>
    582598  </action>
Note: See TracChangeset for help on using the changeset viewer.