Changeset 3cadf24d00 in tspsg for ui


Ignore:
Timestamp:
Jun 22, 2010, 3:38:24 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:
e9db3e216b
Parents:
bcd2a3b47a
git-author:
Oleksii Serdiuk <contacts@…> (06/22/10 15:38:24)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:43)
Message:
Location:
ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ui

    rbcd2a3b47a r3cadf24d00  
    143143          <string>Random</string>
    144144         </property>
    145          <property name="icon">
    146           <iconset resource="../resources/tspsg.qrc">
    147            <normaloff>:/images/icons/roll.png</normaloff>:/images/icons/roll.png</iconset>
    148          </property>
    149145        </widget>
    150146       </item>
     
    159155         <property name="text">
    160156          <string>Solve</string>
    161          </property>
    162          <property name="icon">
    163           <iconset resource="../resources/tspsg.qrc">
    164            <normaloff>:/images/icons/dialog-ok.png</normaloff>:/images/icons/dialog-ok.png</iconset>
    165157         </property>
    166158        </widget>
     
    210202          <string>Save Solution</string>
    211203         </property>
    212          <property name="icon">
    213           <iconset resource="../resources/tspsg.qrc">
    214            <normaloff>:/images/icons/document-save-as.png</normaloff>:/images/icons/document-save-as.png</iconset>
    215          </property>
    216204        </widget>
    217205       </item>
     
    240228          <string>Back to Task</string>
    241229         </property>
    242          <property name="icon">
    243           <iconset resource="../resources/tspsg.qrc">
    244            <normaloff>:/images/icons/go-previous.png</normaloff>:/images/icons/go-previous.png</iconset>
    245          </property>
    246230        </widget>
    247231       </item>
     
    251235   </widget>
    252236  </widget>
    253   <widget class="QMenuBar" name="menubar">
     237  <widget class="QMenuBar" name="menuMain">
    254238   <property name="geometry">
    255239    <rect>
     
    272256     <property name="title">
    273257      <string>Save &amp;As</string>
    274      </property>
    275      <property name="icon">
    276       <iconset resource="../resources/tspsg.qrc">
    277        <normaloff>:/images/icons/document-save-as.png</normaloff>:/images/icons/document-save-as.png</iconset>
    278258     </property>
    279259     <addaction name="actionFileSaveAsTask"/>
     
    295275      <string comment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
    296276     </property>
    297      <property name="icon">
    298       <iconset resource="../resources/tspsg.qrc">
    299        <normaloff>:/images/icons/preferences-desktop-locale.png</normaloff>:/images/icons/preferences-desktop-locale.png</iconset>
    300      </property>
    301277     <addaction name="actionSettingsLanguageAutodetect"/>
    302278     <addaction name="separator"/>
     
    306282     <property name="title">
    307283      <string>Style</string>
    308      </property>
    309      <property name="icon">
    310       <iconset resource="../resources/tspsg.qrc">
    311        <normaloff>:/images/icons/preferences-desktop-theme.png</normaloff>:/images/icons/preferences-desktop-theme.png</iconset>
    312284     </property>
    313285    </widget>
     
    373345  </action>
    374346  <action name="actionFileNew">
    375    <property name="icon">
    376     <iconset resource="../resources/tspsg.qrc">
    377      <normaloff>:/images/icons/document-new.png</normaloff>:/images/icons/document-new.png</iconset>
    378    </property>
    379347   <property name="text">
    380348    <string>&amp;New</string>
     
    391359  </action>
    392360  <action name="actionFileOpen">
    393    <property name="icon">
    394     <iconset resource="../resources/tspsg.qrc">
    395      <normaloff>:/images/icons/document-open.png</normaloff>:/images/icons/document-open.png</iconset>
    396    </property>
    397361   <property name="text">
    398362    <string>&amp;Open...</string>
     
    409373  </action>
    410374  <action name="actionSettingsPreferences">
    411    <property name="icon">
    412     <iconset resource="../resources/tspsg.qrc">
    413      <normaloff>:/images/icons/preferences-system.png</normaloff>:/images/icons/preferences-system.png</iconset>
    414    </property>
    415375   <property name="text">
    416376    <string>&amp;Preferences...</string>
     
    424384    <bool>false</bool>
    425385   </property>
    426    <property name="icon">
    427     <iconset resource="../resources/tspsg.qrc">
    428      <normaloff>:/images/icons/help-contents.png</normaloff>:/images/icons/help-contents.png</iconset>
    429    </property>
    430386   <property name="text">
    431387    <string>&amp;Contents</string>
     
    442398    <bool>false</bool>
    443399   </property>
    444    <property name="icon">
    445     <iconset resource="../resources/tspsg.qrc">
    446      <normaloff>:/images/icons/help-contextual.png</normaloff>:/images/icons/help-contextual.png</iconset>
    447    </property>
    448400   <property name="text">
    449401    <string>Context &amp;Help</string>
     
    457409  </action>
    458410  <action name="actionHelpAbout">
    459    <property name="icon">
    460     <iconset resource="../resources/tspsg.qrc">
    461      <normaloff>:/images/icons/help-about.png</normaloff>:/images/icons/help-about.png</iconset>
    462    </property>
    463411   <property name="text">
    464412    <string>&amp;About TSPSG...</string>
     
    469417  </action>
    470418  <action name="actionFileExit">
    471    <property name="icon">
    472     <iconset resource="../resources/tspsg.qrc">
    473      <normaloff>:/images/icons/application-exit.png</normaloff>:/images/icons/application-exit.png</iconset>
    474    </property>
    475419   <property name="text">
    476420    <string>E&amp;xit</string>
     
    526470  </action>
    527471  <action name="actionFileSave">
    528    <property name="icon">
    529     <iconset resource="../resources/tspsg.qrc">
    530      <normaloff>:/images/icons/document-save.png</normaloff>:/images/icons/document-save.png</iconset>
    531    </property>
    532472   <property name="text">
    533473    <string>&amp;Save</string>
     
    553493   <property name="statusTip">
    554494    <string>About Qt library</string>
     495   </property>
     496   <property name="menuRole">
     497    <enum>QAction::AboutQtRole</enum>
    555498   </property>
    556499  </action>
  • ui/settingsdialog.ui

    rbcd2a3b47a r3cadf24d00  
    66  <property name="windowTitle">
    77   <string>Preferences</string>
    8   </property>
    9   <property name="windowIcon">
    10    <iconset resource="../resources/tspsg.qrc">
    11     <normaloff>:/images/icons/preferences-system.png</normaloff>:/images/icons/preferences-system.png</iconset>
    128  </property>
    139  <widget class="QWidget" name="bgGrey" native="true">
     
    7268         <string>Help</string>
    7369        </property>
    74         <property name="icon">
    75          <iconset resource="../resources/tspsg.qrc">
    76           <normaloff>:/images/icons/help-hint.png</normaloff>:/images/icons/help-hint.png</iconset>
    77         </property>
    7870        <property name="autoRaise">
    7971         <bool>true</bool>
     
    8476       <widget class="QDialogButtonBox" name="buttonBox">
    8577        <property name="standardButtons">
    86          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
     78         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
    8779        </property>
    8880       </widget>
     
    470462                <string>&amp;Font...</string>
    471463               </property>
    472                <property name="icon">
    473                 <iconset resource="../resources/tspsg.qrc">
    474                  <normaloff>:/images/icons/preferences-desktop-font.png</normaloff>:/images/icons/preferences-desktop-font.png</iconset>
    475                </property>
    476464              </widget>
    477465             </item>
     
    486474               <property name="text">
    487475                <string>&amp;Color...</string>
    488                </property>
    489                <property name="icon">
    490                 <iconset resource="../resources/tspsg.qrc">
    491                  <normaloff>:/images/icons/format-text-color.png</normaloff>:/images/icons/format-text-color.png</iconset>
    492476               </property>
    493477              </widget>
     
    531515  </widget>
    532516 </widget>
    533  <resources>
    534   <include location="../resources/tspsg.qrc"/>
    535  </resources>
     517 <resources/>
    536518 <connections>
    537519  <connection>
Note: See TracChangeset for help on using the changeset viewer.