Changeset 7bb19df196 in tspsg for ui


Ignore:
Timestamp:
May 2, 2010, 11:59:26 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:
8b0661d1ee
Parents:
94cd045fad
git-author:
Oleksii Serdiuk <contacts@…> (05/02/10 23:59:26)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:43)
Message:

Finished toolbar customization feature.
It is not available on handheld devices (mainly, because the customization dialog is too big for a small screen).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ui

    r94cd045fad r7bb19df196  
    318318     </property>
    319319    </widget>
     320    <widget class="QMenu" name="menuSettingsToolbars">
     321     <property name="title">
     322      <string>Toolbars</string>
     323     </property>
     324    </widget>
    320325    <addaction name="menuSettingsLanguage"/>
    321326    <addaction name="menuSettingsStyle"/>
    322     <addaction name="actionSettingsToolbars"/>
     327    <addaction name="menuSettingsToolbars"/>
    323328    <addaction name="separator"/>
    324329    <addaction name="actionSettingsPreferences"/>
     
    338343   <addaction name="menuHelp"/>
    339344  </widget>
    340   <widget class="QToolBar" name="toolBar">
     345  <widget class="QToolBar" name="toolBarMain">
    341346   <property name="cursor">
    342347    <cursorShape>ArrowCursor</cursorShape>
    343348   </property>
    344349   <property name="windowTitle">
    345     <string>Toolbar</string>
     350    <string>Main Toolbar</string>
    346351   </property>
    347352   <attribute name="toolBarArea">
     
    522527    <string notr="true">English</string>
    523528   </property>
     529   <property name="statusTip">
     530    <string notr="true">Set application language to English</string>
     531   </property>
    524532  </action>
    525533  <action name="actionFileSave">
     
    565573   <property name="statusTip">
    566574    <string>Automatically choose the most appropriate style</string>
    567    </property>
    568   </action>
    569   <action name="actionSettingsToolbars">
    570    <property name="icon">
    571     <iconset resource="../resources/tspsg.qrc">
    572      <normaloff>:/images/icons/configure-toolbars.png</normaloff>:/images/icons/configure-toolbars.png</iconset>
    573    </property>
    574    <property name="text">
    575     <string>Toolbars...</string>
    576    </property>
    577    <property name="statusTip">
    578     <string>Customize toolbars</string>
    579575   </property>
    580576  </action>
Note: See TracChangeset for help on using the changeset viewer.