Changeset 37 in tspsg-svn for trunk/ui/mainwindow.ui


Ignore:
Timestamp:
Jul 16, 2009, 6:00:27 PM (15 years ago)
Author:
laleppa
Message:

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

  • Translation updates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ui/mainwindow.ui

    r31 r37  
    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.