Changeset 56dca709c9 in tspsg for ui


Ignore:
Timestamp:
Aug 4, 2009, 6:18:14 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:
6332a24386
Parents:
f44855d99e
Message:

Implemented printing of solution results (not supported under wince).

Location:
ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    rf44855d99e r56dca709c9  
    1818  </property>
    1919  <property name="windowIcon">
    20    <iconset resource="../resources/tspsg.qrc">
     20   <iconset>
    2121    <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
    2222  </property>
  • ui/mainwindow.ui

    rf44855d99e r56dca709c9  
    1515  </property>
    1616  <property name="windowIcon">
    17    <iconset resource="../resources/tspsg.qrc">
     17   <iconset>
    1818    <normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
    1919  </property>
     
    297297    <addaction name="menuFileSaveAs"/>
    298298    <addaction name="separator"/>
    299     <addaction name="actionFilePrintSetup"/>
     299    <addaction name="actionFilePrintPreview"/>
    300300    <addaction name="actionFilePrint"/>
    301301    <addaction name="separator"/>
     
    362362   <addaction name="actionFileExit"/>
    363363  </widget>
    364   <action name="actionFilePrintSetup">
     364  <action name="actionFilePrintPreview">
    365365   <property name="enabled">
    366366    <bool>false</bool>
     
    368368   <property name="icon">
    369369    <iconset resource="../resources/tspsg.qrc">
    370      <normaloff>:/images/icons/fileprint.png</normaloff>:/images/icons/fileprint.png</iconset>
    371    </property>
    372    <property name="text">
    373     <string>P&amp;rint Setup...</string>
    374    </property>
    375    <property name="statusTip">
    376     <string>Setup printing</string>
     370     <normaloff>:/images/icons/document_preview.png</normaloff>:/images/icons/document_preview.png</iconset>
     371   </property>
     372   <property name="text">
     373    <string>P&amp;rint Preview...</string>
     374   </property>
     375   <property name="iconText">
     376    <string>Print Preview...</string>
     377   </property>
     378   <property name="toolTip">
     379    <string>Preview solution results</string>
     380   </property>
     381   <property name="statusTip">
     382    <string>Preview current solution results before printing</string>
    377383   </property>
    378384  </action>
     
    388394    <string>&amp;Print...</string>
    389395   </property>
    390    <property name="statusTip">
    391     <string>Print solution results</string>
     396   <property name="iconText">
     397    <string>Print...</string>
     398   </property>
     399   <property name="toolTip">
     400    <string>Print solution</string>
     401   </property>
     402   <property name="statusTip">
     403    <string>Print current solution results</string>
    392404   </property>
    393405   <property name="shortcut">
Note: See TracChangeset for help on using the changeset viewer.