Changeset 88a59e4d65 in tspsg for ui


Ignore:
Timestamp:
Oct 5, 2010, 9:44:54 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
9adbc413c7
Parents:
97e90f9be6
git-author:
Oleksii Serdiuk <contacts@…> (10/05/10 21:44:54)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:45:58)
Message:

+ Added Online Support... and Report a Bug... menu entries.

  • Some insignificant adjustments to the code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ui

    r97e90f9be6 r88a59e4d65  
    299299    <addaction name="actionHelpContextual"/>
    300300    <addaction name="separator"/>
     301    <addaction name="actionHelpOnlineSupport"/>
     302    <addaction name="actionHelpReportBug"/>
     303    <addaction name="separator"/>
    301304    <addaction name="actionHelpAboutQt"/>
    302305    <addaction name="actionHelpAbout"/>
     
    409412    <string>&amp;About TSPSG...</string>
    410413   </property>
    411    <property name="statusTip">
    412     <string>About application</string>
    413    </property>
    414414  </action>
    415415  <action name="actionFileExit">
    416416   <property name="text">
    417417    <string>E&amp;xit</string>
    418    </property>
    419    <property name="statusTip">
    420     <string>Exit application</string>
    421418   </property>
    422419  </action>
     
    503500   <property name="statusTip">
    504501    <string>Automatically choose the most appropriate style</string>
     502   </property>
     503  </action>
     504  <action name="actionHelpOnlineSupport">
     505   <property name="text">
     506    <string>Online &amp;Support...</string>
     507   </property>
     508   <property name="statusTip">
     509    <string>Get support online</string>
     510   </property>
     511  </action>
     512  <action name="actionHelpReportBug">
     513   <property name="text">
     514    <string>Report a &amp;Bug...</string>
    505515   </property>
    506516  </action>
Note: See TracChangeset for help on using the changeset viewer.