Changeset 134a9158bd in tspsg for ui


Ignore:
Timestamp:
Jul 20, 2009, 8:47:40 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:
b24a5a054a
Parents:
690f6939a7
Message:
  • Now we use Oxygen Icons under LGPL license:
    • icons are of higher quality;
    • icons are nicer;
    • icons are LGPL :-)
  • "Toolbar too smal to be usable" problem on hi-res (VGA, WVGA, ...) wince devices fixed.
Location:
ui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r690f6939a7 r134a9158bd  
    175175           <string>Random</string>
    176176          </property>
     177          <property name="icon">
     178           <iconset resource="../resources/tspsg.qrc">
     179            <normaloff>:/images/icons/roll.png</normaloff>:/images/icons/roll.png</iconset>
     180          </property>
    177181         </widget>
    178182        </item>
     
    190194          <property name="icon">
    191195           <iconset resource="../resources/tspsg.qrc">
    192             <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
     196            <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
    193197          </property>
    194198         </widget>
     
    264268     <property name="icon">
    265269      <iconset resource="../resources/tspsg.qrc">
    266        <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     270       <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    267271     </property>
    268272     <addaction name="actionFileSaveTask"/>
     
    295299     <property name="icon">
    296300      <iconset resource="../resources/tspsg.qrc">
    297        <normaloff>:/images/buttons/buttons/Web.png</normaloff>:/images/buttons/buttons/Web.png</iconset>
     301       <normaloff>:/images/icons/locale.png</normaloff>:/images/icons/locale.png</iconset>
    298302     </property>
    299303     <addaction name="actionSettingsLanguageAutodetect"/>
     
    322326   <property name="cursor">
    323327    <cursorShape>ArrowCursor</cursorShape>
    324    </property>
    325    <property name="iconSize">
    326     <size>
    327      <width>17</width>
    328      <height>18</height>
    329     </size>
    330328   </property>
    331329   <attribute name="toolBarArea">
     
    388386   <property name="icon">
    389387    <iconset resource="../resources/tspsg.qrc">
    390      <normaloff>:/images/buttons/buttons/Document.png</normaloff>:/images/buttons/buttons/Document.png</iconset>
     388     <normaloff>:/images/icons/filenew.png</normaloff>:/images/icons/filenew.png</iconset>
    391389   </property>
    392390   <property name="text">
     
    409407   <property name="icon">
    410408    <iconset resource="../resources/tspsg.qrc">
    411      <normaloff>:/images/buttons/buttons/OpenFolder.png</normaloff>:/images/buttons/buttons/OpenFolder.png</iconset>
     409     <normaloff>:/images/icons/fileopen.png</normaloff>:/images/icons/fileopen.png</iconset>
    412410   </property>
    413411   <property name="text">
     
    430428   <property name="icon">
    431429    <iconset resource="../resources/tspsg.qrc">
    432      <normaloff>:/images/buttons/buttons/Properties.png</normaloff>:/images/buttons/buttons/Properties.png</iconset>
     430     <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
    433431   </property>
    434432   <property name="text">
     
    448446   <property name="icon">
    449447    <iconset resource="../resources/tspsg.qrc">
    450      <normaloff>:/images/buttons/buttons/book_open.png</normaloff>:/images/buttons/buttons/book_open.png</iconset>
     448     <normaloff>:/images/icons/contents.png</normaloff>:/images/icons/contents.png</iconset>
    451449   </property>
    452450   <property name="text">
     
    463461   <property name="icon">
    464462    <iconset resource="../resources/tspsg.qrc">
    465      <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
    466    </property>
    467    <property name="text">
    468     <string>&amp;Context help</string>
     463     <normaloff>:/images/icons/help_browser.png</normaloff>:/images/icons/help_browser.png</iconset>
     464   </property>
     465   <property name="text">
     466    <string>Context &amp;Help</string>
    469467   </property>
    470468   <property name="statusTip">
     
    475473   <property name="icon">
    476474    <iconset resource="../resources/tspsg.qrc">
    477      <normaloff>:/images/buttons/buttons/infoBubble.png</normaloff>:/images/buttons/buttons/infoBubble.png</iconset>
     475     <normaloff>:/images/icons/help_about.png</normaloff>:/images/icons/help_about.png</iconset>
    478476   </property>
    479477   <property name="text">
     
    490488   <property name="icon">
    491489    <iconset resource="../resources/tspsg.qrc">
    492      <normaloff>:/images/buttons/buttons/NoAction.png</normaloff>:/images/buttons/buttons/NoAction.png</iconset>
     490     <normaloff>:/images/icons/exit.png</normaloff>:/images/icons/exit.png</iconset>
    493491   </property>
    494492   <property name="text">
     
    502500   <property name="icon">
    503501    <iconset resource="../resources/tspsg.qrc">
    504      <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     502     <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    505503   </property>
    506504   <property name="text">
     
    554552   <property name="icon">
    555553    <iconset resource="../resources/tspsg.qrc">
    556      <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     554     <normaloff>:/images/icons/filesave.png</normaloff>:/images/icons/filesave.png</iconset>
    557555   </property>
    558556   <property name="text">
  • ui/mainwindow.ui

    r690f6939a7 r134a9158bd  
    154154             <string>Random</string>
    155155            </property>
     156            <property name="icon">
     157             <iconset resource="../resources/tspsg.qrc">
     158              <normaloff>:/images/icons/roll.png</normaloff>:/images/icons/roll.png</iconset>
     159            </property>
    156160           </widget>
    157161          </item>
     
    169173            <property name="icon">
    170174             <iconset resource="../resources/tspsg.qrc">
    171               <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
     175              <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
    172176            </property>
    173177           </widget>
     
    242246     <property name="icon">
    243247      <iconset resource="../resources/tspsg.qrc">
    244        <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     248       <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    245249     </property>
    246250     <addaction name="actionFileSaveTask"/>
     
    276280     <property name="icon">
    277281      <iconset resource="../resources/tspsg.qrc">
    278        <normaloff>:/images/buttons/buttons/Web.png</normaloff>:/images/buttons/buttons/Web.png</iconset>
     282       <normaloff>:/images/icons/locale.png</normaloff>:/images/icons/locale.png</iconset>
    279283     </property>
    280284     <addaction name="actionSettingsLanguageAutodetect"/>
     
    305309    <cursorShape>ArrowCursor</cursorShape>
    306310   </property>
    307    <property name="iconSize">
    308     <size>
    309      <width>17</width>
    310      <height>18</height>
    311     </size>
    312    </property>
    313311   <attribute name="toolBarArea">
    314312    <enum>TopToolBarArea</enum>
     
    329327   <property name="icon">
    330328    <iconset resource="../resources/tspsg.qrc">
    331      <normaloff>:/images/buttons/buttons/PrintSetup.png</normaloff>:/images/buttons/buttons/PrintSetup.png</iconset>
     329     <normaloff>:/images/icons/fileprint.png</normaloff>:/images/icons/fileprint.png</iconset>
    332330   </property>
    333331   <property name="text">
     
    344342   <property name="icon">
    345343    <iconset resource="../resources/tspsg.qrc">
    346      <normaloff>:/images/buttons/buttons/Print.png</normaloff>:/images/buttons/buttons/Print.png</iconset>
     344     <normaloff>:/images/icons/fileprint.png</normaloff>:/images/icons/fileprint.png</iconset>
    347345   </property>
    348346   <property name="text">
     
    401399   <property name="icon">
    402400    <iconset resource="../resources/tspsg.qrc">
    403      <normaloff>:/images/buttons/buttons/Document.png</normaloff>:/images/buttons/buttons/Document.png</iconset>
     401     <normaloff>:/images/icons/filenew.png</normaloff>:/images/icons/filenew.png</iconset>
    404402   </property>
    405403   <property name="text">
     
    422420   <property name="icon">
    423421    <iconset resource="../resources/tspsg.qrc">
    424      <normaloff>:/images/buttons/buttons/OpenFolder.png</normaloff>:/images/buttons/buttons/OpenFolder.png</iconset>
     422     <normaloff>:/images/icons/fileopen.png</normaloff>:/images/icons/fileopen.png</iconset>
    425423   </property>
    426424   <property name="text">
     
    443441   <property name="icon">
    444442    <iconset resource="../resources/tspsg.qrc">
    445      <normaloff>:/images/buttons/buttons/Properties.png</normaloff>:/images/buttons/buttons/Properties.png</iconset>
     443     <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
    446444   </property>
    447445   <property name="text">
     
    461459   <property name="icon">
    462460    <iconset resource="../resources/tspsg.qrc">
    463      <normaloff>:/images/buttons/buttons/book_open.png</normaloff>:/images/buttons/buttons/book_open.png</iconset>
     461     <normaloff>:/images/icons/contents.png</normaloff>:/images/icons/contents.png</iconset>
    464462   </property>
    465463   <property name="text">
     
    476474   <property name="icon">
    477475    <iconset resource="../resources/tspsg.qrc">
    478      <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
    479    </property>
    480    <property name="text">
    481     <string>&amp;Context help</string>
     476     <normaloff>:/images/icons/help_browser.png</normaloff>:/images/icons/help_browser.png</iconset>
     477   </property>
     478   <property name="text">
     479    <string>Context &amp;Help</string>
    482480   </property>
    483481   <property name="statusTip">
     
    488486   <property name="icon">
    489487    <iconset resource="../resources/tspsg.qrc">
    490      <normaloff>:/images/buttons/buttons/infoBubble.png</normaloff>:/images/buttons/buttons/infoBubble.png</iconset>
     488     <normaloff>:/images/icons/help_about.png</normaloff>:/images/icons/help_about.png</iconset>
    491489   </property>
    492490   <property name="text">
     
    503501   <property name="icon">
    504502    <iconset resource="../resources/tspsg.qrc">
    505      <normaloff>:/images/buttons/buttons/NoAction.png</normaloff>:/images/buttons/buttons/NoAction.png</iconset>
     503     <normaloff>:/images/icons/exit.png</normaloff>:/images/icons/exit.png</iconset>
    506504   </property>
    507505   <property name="text">
     
    515513   <property name="icon">
    516514    <iconset resource="../resources/tspsg.qrc">
    517      <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     515     <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    518516   </property>
    519517   <property name="text">
     
    567565   <property name="icon">
    568566    <iconset resource="../resources/tspsg.qrc">
    569      <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     567     <normaloff>:/images/icons/filesave.png</normaloff>:/images/icons/filesave.png</iconset>
    570568   </property>
    571569   <property name="text">
  • ui/settingsdialog.ce.ui

    r690f6939a7 r134a9158bd  
    1616  <property name="windowIcon">
    1717   <iconset resource="../resources/tspsg.qrc">
    18     <normaloff>:/images/Settings.png</normaloff>:/images/Settings.png</iconset>
     18    <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
    1919  </property>
    2020  <layout class="QVBoxLayout" name="verticalLayout_2">
     
    207207          <property name="icon">
    208208           <iconset resource="../resources/tspsg.qrc">
    209             <normaloff>:/images/buttons/buttons/Color.png</normaloff>:/images/buttons/buttons/Color.png</iconset>
     209            <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
    210210          </property>
    211211         </widget>
     
    224224          <property name="icon">
    225225           <iconset resource="../resources/tspsg.qrc">
    226             <normaloff>:/images/buttons/buttons/Font.png</normaloff>:/images/buttons/buttons/Font.png</iconset>
     226            <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
    227227          </property>
    228228         </widget>
     
    295295       <property name="icon">
    296296        <iconset resource="../resources/tspsg.qrc">
    297          <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
     297         <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
    298298       </property>
    299299       <property name="autoRaise">
     
    328328       <property name="icon">
    329329        <iconset resource="../resources/tspsg.qrc">
    330          <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
     330         <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
    331331       </property>
    332332       <property name="default">
     
    348348       <property name="icon">
    349349        <iconset resource="../resources/tspsg.qrc">
    350          <normaloff>:/images/buttons/buttons/Critical.png</normaloff>:/images/buttons/buttons/Critical.png</iconset>
     350         <normaloff>:/images/icons/button_cancel.png</normaloff>:/images/icons/button_cancel.png</iconset>
    351351       </property>
    352352      </widget>
  • ui/settingsdialog.ui

    r690f6939a7 r134a9158bd  
    1616  <property name="windowIcon">
    1717   <iconset resource="../resources/tspsg.qrc">
    18     <normaloff>:/images/Settings.png</normaloff>:/images/Settings.png</iconset>
     18    <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
    1919  </property>
    2020  <layout class="QVBoxLayout">
     
    5151       </property>
    5252       <property name="pixmap">
    53         <pixmap resource="../resources/tspsg.qrc">:/images/Settings.png</pixmap>
     53        <pixmap resource="../resources/tspsg.qrc">:/images/icons/preferences_system.png</pixmap>
    5454       </property>
    5555       <property name="alignment">
     
    293293                 <property name="icon">
    294294                  <iconset resource="../resources/tspsg.qrc">
    295                    <normaloff>:/images/buttons/buttons/Color.png</normaloff>:/images/buttons/buttons/Color.png</iconset>
     295                   <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
    296296                 </property>
    297297                </widget>
     
    310310                 <property name="icon">
    311311                  <iconset resource="../resources/tspsg.qrc">
    312                    <normaloff>:/images/buttons/buttons/Font.png</normaloff>:/images/buttons/buttons/Font.png</iconset>
     312                   <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
    313313                 </property>
    314314                </widget>
     
    385385       <property name="icon">
    386386        <iconset resource="../resources/tspsg.qrc">
    387          <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
     387         <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
    388388       </property>
    389389       <property name="autoRaise">
     
    430430       <property name="icon">
    431431        <iconset resource="../resources/tspsg.qrc">
    432          <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
     432         <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
    433433       </property>
    434434       <property name="default">
     
    450450       <property name="icon">
    451451        <iconset resource="../resources/tspsg.qrc">
    452          <normaloff>:/images/buttons/buttons/Critical.png</normaloff>:/images/buttons/buttons/Critical.png</iconset>
     452         <normaloff>:/images/icons/button_cancel.png</normaloff>:/images/icons/button_cancel.png</iconset>
    453453       </property>
    454454      </widget>
Note: See TracChangeset for help on using the changeset viewer.