Changeset 430bd7f7e9 in tspsg for ui


Ignore:
Timestamp:
Jul 31, 2009, 8:23:07 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:
ec54b4490b
Parents:
b5c9bcb585
Message:

+ Finished solving algorithm (needs thorough testing).
+ Solution can be saved to HTML or OpenDocument? format.
+ Added VERSIONINFO resource for windows builds.

  • Updated translations to have unified terminology everywhere.

NB: This will be the first public alpha build.

Location:
ui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    rb5c9bcb585 r430bd7f7e9  
    1010    <x>0</x>
    1111    <y>0</y>
    12     <width>234</width>
    13     <height>292</height>
     12    <width>225</width>
     13    <height>322</height>
    1414   </rect>
    1515  </property>
     
    2222  </property>
    2323  <widget class="QWidget" name="centralwidget">
    24    <property name="enabled">
    25     <bool>true</bool>
    26    </property>
    2724   <widget class="QTabWidget" name="tabWidget">
    2825    <property name="enabled">
     
    3128    <property name="geometry">
    3229     <rect>
    33       <x>0</x>
    34       <y>0</y>
    35       <width>235</width>
    36       <height>240</height>
     30      <x>9</x>
     31      <y>9</y>
     32      <width>207</width>
     33      <height>248</height>
    3734     </rect>
    3835    </property>
     
    206203      <string>Solution</string>
    207204     </attribute>
    208      <layout class="QVBoxLayout" name="_4">
     205     <layout class="QVBoxLayout" name="verticalLayout_2">
    209206      <item>
    210        <layout class="QHBoxLayout" name="_5">
    211         <property name="spacing">
    212          <number>0</number>
     207       <widget class="QTextEdit" name="solutionText">
     208        <property name="enabled">
     209         <bool>false</bool>
    213210        </property>
    214         <item>
    215          <widget class="QTextEdit" name="textEdit">
    216           <property name="sizePolicy">
    217            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    218             <horstretch>0</horstretch>
    219             <verstretch>0</verstretch>
    220            </sizepolicy>
    221           </property>
    222           <property name="statusTip">
    223            <string>Solution steps</string>
    224           </property>
    225           <property name="readOnly">
    226            <bool>true</bool>
    227           </property>
    228          </widget>
    229         </item>
    230         <item>
    231          <widget class="QGraphicsView" name="graphicsView">
    232           <property name="statusTip">
    233            <string>Solution graph</string>
    234           </property>
    235          </widget>
    236         </item>
    237        </layout>
     211        <property name="statusTip">
     212         <string>Solution steps</string>
     213        </property>
     214        <property name="readOnly">
     215         <bool>true</bool>
     216        </property>
     217        <property name="textInteractionFlags">
     218         <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
     219        </property>
     220       </widget>
    238221      </item>
    239222     </layout>
     
    246229     <x>0</x>
    247230     <y>0</y>
    248      <width>234</width>
    249      <height>24</height>
     231     <width>225</width>
     232     <height>22</height>
    250233    </rect>
    251234   </property>
     
    270253       <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    271254     </property>
    272      <addaction name="actionFileSaveTask"/>
    273      <addaction name="separator"/>
    274      <addaction name="actionFileSaveResultAll"/>
    275      <addaction name="actionFileSaveResultMatrices"/>
    276      <addaction name="actionFileSaveResultGraph"/>
     255     <addaction name="actionFileSaveAsTask"/>
     256     <addaction name="actionFileSaveAsSolution"/>
    277257    </widget>
    278258    <addaction name="actionFileNew"/>
     
    295275     </property>
    296276     <property name="title">
    297       <string extracomment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
     277      <string comment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
    298278     </property>
    299279     <property name="icon">
     
    369349   </property>
    370350  </action>
    371   <action name="actionFileSaveResultAll">
     351  <action name="actionFileSaveAsSolution">
    372352   <property name="enabled">
    373353    <bool>false</bool>
    374354   </property>
    375355   <property name="text">
    376     <string>&amp;Solution</string>
     356    <string>&amp;Solution...</string>
     357   </property>
     358   <property name="iconText">
     359    <string>Solution...</string>
    377360   </property>
    378361   <property name="toolTip">
     
    497480   </property>
    498481  </action>
    499   <action name="actionFileSaveTask">
     482  <action name="actionFileSaveAsTask">
    500483   <property name="icon">
    501484    <iconset resource="../resources/tspsg.qrc">
     
    567550   <property name="icon">
    568551    <iconset resource="../resources/tspsg.qrc">
    569      <normaloff>:/images/qtlogo-64.png</normaloff>:/images/qtlogo-64.png</iconset>
     552     <normaloff>:/images/icons/qtlogo-64.png</normaloff>:/images/icons/qtlogo-64.png</iconset>
    570553   </property>
    571554   <property name="text">
  • ui/mainwindow.ui

    rb5c9bcb585 r430bd7f7e9  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>640</width>
    10     <height>480</height>
     9    <width>491</width>
     10    <height>400</height>
    1111   </rect>
    1212  </property>
     
    1919  </property>
    2020  <widget class="QWidget" name="centralwidget">
    21    <layout class="QGridLayout">
    22     <item row="0" column="0">
    23      <widget class="QTabWidget" name="tabWidget">
    24       <property name="sizePolicy">
    25        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    26         <horstretch>0</horstretch>
    27         <verstretch>0</verstretch>
    28        </sizepolicy>
    29       </property>
    30       <property name="currentIndex">
    31        <number>0</number>
    32       </property>
    33       <widget class="QWidget" name="tabTask">
    34        <attribute name="title">
    35         <string>Task</string>
    36        </attribute>
    37        <layout class="QVBoxLayout">
    38         <item>
    39          <layout class="QHBoxLayout">
    40           <item>
    41            <spacer>
    42             <property name="orientation">
    43              <enum>Qt::Horizontal</enum>
    44             </property>
    45             <property name="sizeHint" stdset="0">
    46              <size>
    47               <width>40</width>
    48               <height>20</height>
    49              </size>
    50             </property>
    51            </spacer>
    52           </item>
    53           <item>
    54            <widget class="QLabel" name="labelVariant">
    55             <property name="text">
    56              <string>&amp;Variant:</string>
    57             </property>
    58             <property name="buddy">
    59              <cstring>spinVariant</cstring>
    60             </property>
    61            </widget>
    62           </item>
    63           <item>
    64            <widget class="QSpinBox" name="spinVariant">
    65             <property name="cursor">
    66              <cursorShape>PointingHandCursor</cursorShape>
    67             </property>
    68             <property name="statusTip">
    69              <string>Number of variant</string>
    70             </property>
    71             <property name="minimum">
    72              <number>1</number>
    73             </property>
    74            </widget>
    75           </item>
    76           <item>
    77            <widget class="QLabel" name="labelCities">
    78             <property name="text">
    79              <string>&amp;Cities:</string>
    80             </property>
    81             <property name="buddy">
    82              <cstring>spinCities</cstring>
    83             </property>
    84            </widget>
    85           </item>
    86           <item>
    87            <widget class="QSpinBox" name="spinCities">
    88             <property name="cursor">
    89              <cursorShape>PointingHandCursor</cursorShape>
    90             </property>
    91             <property name="statusTip">
    92              <string>Number of cities</string>
    93             </property>
    94             <property name="minimum">
    95              <number>3</number>
    96             </property>
    97             <property name="maximum">
    98              <number>5</number>
    99             </property>
    100             <property name="value">
    101              <number>5</number>
    102             </property>
    103            </widget>
    104           </item>
    105           <item>
    106            <spacer>
    107             <property name="orientation">
    108              <enum>Qt::Horizontal</enum>
    109             </property>
    110             <property name="sizeHint" stdset="0">
    111              <size>
    112               <width>40</width>
    113               <height>20</height>
    114              </size>
    115             </property>
    116            </spacer>
    117           </item>
    118          </layout>
    119         </item>
    120         <item>
    121          <widget class="QTableView" name="taskView">
     21   <widget class="QTabWidget" name="tabWidget">
     22    <property name="geometry">
     23     <rect>
     24      <x>0</x>
     25      <y>0</y>
     26      <width>481</width>
     27      <height>311</height>
     28     </rect>
     29    </property>
     30    <property name="sizePolicy">
     31     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
     32      <horstretch>0</horstretch>
     33      <verstretch>0</verstretch>
     34     </sizepolicy>
     35    </property>
     36    <property name="currentIndex">
     37     <number>0</number>
     38    </property>
     39    <widget class="QWidget" name="tabTask">
     40     <attribute name="title">
     41      <string>Task</string>
     42     </attribute>
     43     <layout class="QVBoxLayout">
     44      <item>
     45       <layout class="QHBoxLayout">
     46        <item>
     47         <spacer>
     48          <property name="orientation">
     49           <enum>Qt::Horizontal</enum>
     50          </property>
     51          <property name="sizeHint" stdset="0">
     52           <size>
     53            <width>40</width>
     54            <height>20</height>
     55           </size>
     56          </property>
     57         </spacer>
     58        </item>
     59        <item>
     60         <widget class="QLabel" name="labelVariant">
     61          <property name="text">
     62           <string>&amp;Variant:</string>
     63          </property>
     64          <property name="buddy">
     65           <cstring>spinVariant</cstring>
     66          </property>
     67         </widget>
     68        </item>
     69        <item>
     70         <widget class="QSpinBox" name="spinVariant">
     71          <property name="cursor">
     72           <cursorShape>PointingHandCursor</cursorShape>
     73          </property>
    12274          <property name="statusTip">
    123            <string>Cost of travel from city to city</string>
    124           </property>
    125           <property name="selectionMode">
    126            <enum>QAbstractItemView::NoSelection</enum>
     75           <string>Number of variant</string>
     76          </property>
     77          <property name="minimum">
     78           <number>1</number>
    12779          </property>
    12880         </widget>
    12981        </item>
    13082        <item>
    131          <layout class="QHBoxLayout">
    132           <item>
    133            <spacer>
    134             <property name="orientation">
    135              <enum>Qt::Horizontal</enum>
    136             </property>
    137             <property name="sizeHint" stdset="0">
    138              <size>
    139               <width>40</width>
    140               <height>20</height>
    141              </size>
    142             </property>
    143            </spacer>
    144           </item>
    145           <item>
    146            <widget class="QPushButton" name="buttonRandom">
    147             <property name="cursor">
    148              <cursorShape>PointingHandCursor</cursorShape>
    149             </property>
    150             <property name="statusTip">
    151              <string>Fill table with random numbers</string>
    152             </property>
    153             <property name="text">
    154              <string>Random</string>
    155             </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>
    160            </widget>
    161           </item>
    162           <item>
    163            <widget class="QPushButton" name="buttonSolve">
    164             <property name="cursor">
    165              <cursorShape>PointingHandCursor</cursorShape>
    166             </property>
    167             <property name="statusTip">
    168              <string>Solve current task</string>
    169             </property>
    170             <property name="text">
    171              <string>Solve</string>
    172             </property>
    173             <property name="icon">
    174              <iconset resource="../resources/tspsg.qrc">
    175               <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
    176             </property>
    177            </widget>
    178           </item>
    179          </layout>
     83         <widget class="QLabel" name="labelCities">
     84          <property name="text">
     85           <string>&amp;Cities:</string>
     86          </property>
     87          <property name="buddy">
     88           <cstring>spinCities</cstring>
     89          </property>
     90         </widget>
     91        </item>
     92        <item>
     93         <widget class="QSpinBox" name="spinCities">
     94          <property name="cursor">
     95           <cursorShape>PointingHandCursor</cursorShape>
     96          </property>
     97          <property name="statusTip">
     98           <string>Number of cities</string>
     99          </property>
     100          <property name="minimum">
     101           <number>3</number>
     102          </property>
     103          <property name="maximum">
     104           <number>5</number>
     105          </property>
     106          <property name="value">
     107           <number>5</number>
     108          </property>
     109         </widget>
     110        </item>
     111        <item>
     112         <spacer>
     113          <property name="orientation">
     114           <enum>Qt::Horizontal</enum>
     115          </property>
     116          <property name="sizeHint" stdset="0">
     117           <size>
     118            <width>40</width>
     119            <height>20</height>
     120           </size>
     121          </property>
     122         </spacer>
    180123        </item>
    181124       </layout>
    182       </widget>
    183       <widget class="QWidget" name="tabSolution">
    184        <attribute name="title">
    185         <string>Solution</string>
    186        </attribute>
    187        <layout class="QVBoxLayout">
    188         <item>
    189          <layout class="QHBoxLayout">
    190           <property name="spacing">
    191            <number>0</number>
    192           </property>
    193           <item>
    194            <widget class="QTextEdit" name="textEdit">
    195             <property name="sizePolicy">
    196              <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
    197               <horstretch>0</horstretch>
    198               <verstretch>0</verstretch>
    199              </sizepolicy>
    200             </property>
    201             <property name="statusTip">
    202              <string>Solution steps</string>
    203             </property>
    204             <property name="readOnly">
    205              <bool>true</bool>
    206             </property>
    207            </widget>
    208           </item>
    209           <item>
    210            <widget class="QGraphicsView" name="graphicsView">
    211             <property name="statusTip">
    212              <string>Solution graph</string>
    213             </property>
    214            </widget>
    215           </item>
    216          </layout>
     125      </item>
     126      <item>
     127       <widget class="QTableView" name="taskView">
     128        <property name="statusTip">
     129         <string>Cost of travel from city to city</string>
     130        </property>
     131        <property name="selectionMode">
     132         <enum>QAbstractItemView::NoSelection</enum>
     133        </property>
     134       </widget>
     135      </item>
     136      <item>
     137       <layout class="QHBoxLayout">
     138        <item>
     139         <spacer>
     140          <property name="orientation">
     141           <enum>Qt::Horizontal</enum>
     142          </property>
     143          <property name="sizeHint" stdset="0">
     144           <size>
     145            <width>40</width>
     146            <height>20</height>
     147           </size>
     148          </property>
     149         </spacer>
     150        </item>
     151        <item>
     152         <widget class="QPushButton" name="buttonRandom">
     153          <property name="cursor">
     154           <cursorShape>PointingHandCursor</cursorShape>
     155          </property>
     156          <property name="statusTip">
     157           <string>Fill table with random numbers</string>
     158          </property>
     159          <property name="text">
     160           <string>Random</string>
     161          </property>
     162          <property name="icon">
     163           <iconset resource="../resources/tspsg.qrc">
     164            <normaloff>:/images/icons/roll.png</normaloff>:/images/icons/roll.png</iconset>
     165          </property>
     166         </widget>
     167        </item>
     168        <item>
     169         <widget class="QPushButton" name="buttonSolve">
     170          <property name="cursor">
     171           <cursorShape>PointingHandCursor</cursorShape>
     172          </property>
     173          <property name="statusTip">
     174           <string>Solve current task</string>
     175          </property>
     176          <property name="text">
     177           <string>Solve</string>
     178          </property>
     179          <property name="icon">
     180           <iconset resource="../resources/tspsg.qrc">
     181            <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
     182          </property>
     183         </widget>
    217184        </item>
    218185       </layout>
    219       </widget>
    220      </widget>
    221     </item>
    222    </layout>
     186      </item>
     187     </layout>
     188    </widget>
     189    <widget class="QWidget" name="tabSolution">
     190     <attribute name="title">
     191      <string>Solution</string>
     192     </attribute>
     193     <layout class="QVBoxLayout" name="verticalLayout">
     194      <item>
     195       <widget class="QTextEdit" name="solutionText">
     196        <property name="enabled">
     197         <bool>false</bool>
     198        </property>
     199        <property name="statusTip">
     200         <string>Solution steps</string>
     201        </property>
     202        <property name="readOnly">
     203         <bool>true</bool>
     204        </property>
     205        <property name="textInteractionFlags">
     206         <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
     207        </property>
     208       </widget>
     209      </item>
     210     </layout>
     211    </widget>
     212   </widget>
    223213  </widget>
    224214  <widget class="QMenuBar" name="menubar">
     
    227217     <x>0</x>
    228218     <y>0</y>
    229      <width>640</width>
    230      <height>24</height>
     219     <width>491</width>
     220     <height>22</height>
    231221    </rect>
    232222   </property>
     
    248238       <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    249239     </property>
    250      <addaction name="actionFileSaveTask"/>
    251      <addaction name="separator"/>
    252      <addaction name="actionFileSaveSolutionAll"/>
    253      <addaction name="actionFileSaveSolutionMatrices"/>
    254      <addaction name="actionFileSaveSolutionGraph"/>
     240     <addaction name="actionFileSaveAsTask"/>
     241     <addaction name="actionFileSaveAsSolution"/>
    255242    </widget>
    256243    <addaction name="actionFileNew"/>
     
    276263     </property>
    277264     <property name="title">
    278       <string extracomment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
     265      <string comment="Please, append &quot; / Language&quot; when translating this string.">&amp;Language</string>
    279266     </property>
    280267     <property name="icon">
     
    325312  </widget>
    326313  <action name="actionFilePrintSetup">
     314   <property name="enabled">
     315    <bool>false</bool>
     316   </property>
    327317   <property name="icon">
    328318    <iconset resource="../resources/tspsg.qrc">
     
    382372   </property>
    383373  </action>
    384   <action name="actionFileSaveSolutionAll">
    385    <property name="enabled">
    386     <bool>false</bool>
    387    </property>
    388    <property name="text">
    389     <string>&amp;Solution</string>
     374  <action name="actionFileSaveAsSolution">
     375   <property name="enabled">
     376    <bool>false</bool>
     377   </property>
     378   <property name="text">
     379    <string>&amp;Solution...</string>
    390380   </property>
    391381   <property name="toolTip">
     
    510500   </property>
    511501  </action>
    512   <action name="actionFileSaveTask">
    513    <property name="icon">
    514     <iconset resource="../resources/tspsg.qrc">
    515      <normaloff>:/images/icons/filesaveas.png</normaloff>:/images/icons/filesaveas.png</iconset>
    516    </property>
     502  <action name="actionFileSaveAsTask">
    517503   <property name="text">
    518504    <string>&amp;Task...</string>
     
    583569   <property name="icon">
    584570    <iconset resource="../resources/tspsg.qrc">
    585      <normaloff>:/images/qtlogo-64.png</normaloff>:/images/qtlogo-64.png</iconset>
     571     <normaloff>:/images/icons/qtlogo-64.png</normaloff>:/images/icons/qtlogo-64.png</iconset>
    586572   </property>
    587573   <property name="text">
  • ui/settingsdialog.ce.ui

    rb5c9bcb585 r430bd7f7e9  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>235</width>
    10     <height>180</height>
     9    <width>205</width>
     10    <height>212</height>
    1111   </rect>
    1212  </property>
     
    180180      </item>
    181181      <item>
    182        <layout class="QHBoxLayout" name="horizontalLayout_2">
    183         <item>
    184          <spacer name="horizontalSpacer_3">
    185           <property name="orientation">
    186            <enum>Qt::Horizontal</enum>
    187           </property>
    188           <property name="sizeHint" stdset="0">
    189            <size>
    190             <width>40</width>
    191             <height>20</height>
    192            </size>
    193           </property>
    194          </spacer>
    195         </item>
    196         <item>
    197          <widget class="QPushButton" name="buttonColor">
    198           <property name="cursor">
    199            <cursorShape>PointingHandCursor</cursorShape>
    200           </property>
    201           <property name="statusTip">
    202            <string>Font color for printing</string>
    203           </property>
    204           <property name="text">
    205            <string>&amp;Color...</string>
    206           </property>
    207           <property name="icon">
    208            <iconset resource="../resources/tspsg.qrc">
    209             <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
    210           </property>
    211          </widget>
    212         </item>
    213         <item>
    214          <widget class="QPushButton" name="buttonFont">
    215           <property name="cursor">
    216            <cursorShape>PointingHandCursor</cursorShape>
    217           </property>
    218           <property name="statusTip">
    219            <string>Font face for printing</string>
    220           </property>
    221           <property name="text">
    222            <string>&amp;Font...</string>
    223           </property>
    224           <property name="icon">
    225            <iconset resource="../resources/tspsg.qrc">
    226             <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
    227           </property>
    228          </widget>
    229         </item>
    230        </layout>
     182       <widget class="QGroupBox" name="groupOutputSettings">
     183        <property name="title">
     184         <string>Output settings:</string>
     185        </property>
     186        <layout class="QHBoxLayout" name="horizontalLayout">
     187         <item>
     188          <widget class="QPushButton" name="buttonFont">
     189           <property name="cursor">
     190            <cursorShape>PointingHandCursor</cursorShape>
     191           </property>
     192           <property name="statusTip">
     193            <string>Font face for printing</string>
     194           </property>
     195           <property name="text">
     196            <string>&amp;Font...</string>
     197           </property>
     198           <property name="icon">
     199            <iconset resource="../resources/tspsg.qrc">
     200             <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
     201           </property>
     202          </widget>
     203         </item>
     204         <item>
     205          <widget class="QPushButton" name="buttonColor">
     206           <property name="cursor">
     207            <cursorShape>PointingHandCursor</cursorShape>
     208           </property>
     209           <property name="statusTip">
     210            <string>Font color for printing</string>
     211           </property>
     212           <property name="text">
     213            <string>&amp;Color...</string>
     214           </property>
     215           <property name="icon">
     216            <iconset resource="../resources/tspsg.qrc">
     217             <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
     218           </property>
     219          </widget>
     220         </item>
     221        </layout>
     222       </widget>
    231223      </item>
    232224      <item>
  • ui/settingsdialog.ui

    rb5c9bcb585 r430bd7f7e9  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>448</width>
    10     <height>174</height>
     9    <width>415</width>
     10    <height>176</height>
    1111   </rect>
    1212  </property>
     
    231231          </item>
    232232          <item>
    233            <widget class="QGroupBox" name="groupPrintSetup">
     233           <widget class="QGroupBox" name="groupOutputSettings">
    234234            <property name="title">
    235              <string>Print settings:</string>
     235             <string>Output settings:</string>
    236236            </property>
    237237            <layout class="QVBoxLayout" name="verticalLayout">
    238238             <item>
    239               <layout class="QHBoxLayout">
    240                <item>
    241                 <widget class="QLabel" name="labelLeftMargin">
    242                  <property name="sizePolicy">
    243                   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    244                    <horstretch>0</horstretch>
    245                    <verstretch>0</verstretch>
    246                   </sizepolicy>
    247                  </property>
    248                  <property name="text">
    249                   <string>&amp;Left margin:</string>
    250                  </property>
    251                  <property name="buddy">
    252                   <cstring>spinLeftMargin</cstring>
    253                  </property>
    254                 </widget>
    255                </item>
    256                <item>
    257                 <widget class="QSpinBox" name="spinLeftMargin">
    258                  <property name="cursor">
    259                   <cursorShape>PointingHandCursor</cursorShape>
    260                  </property>
    261                  <property name="statusTip">
    262                   <string>Left border margin for page</string>
    263                  </property>
    264                  <property name="maximum">
    265                   <number>999</number>
    266                  </property>
    267                  <property name="singleStep">
    268                   <number>10</number>
    269                  </property>
    270                  <property name="value">
    271                   <number>100</number>
    272                  </property>
    273                 </widget>
    274                </item>
    275               </layout>
     239              <widget class="QPushButton" name="buttonFont">
     240               <property name="cursor">
     241                <cursorShape>PointingHandCursor</cursorShape>
     242               </property>
     243               <property name="statusTip">
     244                <string>Font face for printing</string>
     245               </property>
     246               <property name="text">
     247                <string>&amp;Font...</string>
     248               </property>
     249               <property name="icon">
     250                <iconset resource="../resources/tspsg.qrc">
     251                 <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
     252               </property>
     253              </widget>
    276254             </item>
    277255             <item>
    278               <layout class="QHBoxLayout" name="horizontalLayout">
    279                <property name="spacing">
    280                 <number>0</number>
    281                </property>
    282                <item>
    283                 <widget class="QPushButton" name="buttonColor">
    284                  <property name="cursor">
    285                   <cursorShape>PointingHandCursor</cursorShape>
    286                  </property>
    287                  <property name="statusTip">
    288                   <string>Font color for printing</string>
    289                  </property>
    290                  <property name="text">
    291                   <string>&amp;Color...</string>
    292                  </property>
    293                  <property name="icon">
    294                   <iconset resource="../resources/tspsg.qrc">
    295                    <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
    296                  </property>
    297                 </widget>
    298                </item>
    299                <item>
    300                 <widget class="QPushButton" name="buttonFont">
    301                  <property name="cursor">
    302                   <cursorShape>PointingHandCursor</cursorShape>
    303                  </property>
    304                  <property name="statusTip">
    305                   <string>Font face for printing</string>
    306                  </property>
    307                  <property name="text">
    308                   <string>&amp;Font...</string>
    309                  </property>
    310                  <property name="icon">
    311                   <iconset resource="../resources/tspsg.qrc">
    312                    <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
    313                  </property>
    314                 </widget>
    315                </item>
    316               </layout>
     256              <widget class="QPushButton" name="buttonColor">
     257               <property name="cursor">
     258                <cursorShape>PointingHandCursor</cursorShape>
     259               </property>
     260               <property name="statusTip">
     261                <string>Font color for printing</string>
     262               </property>
     263               <property name="text">
     264                <string>&amp;Color...</string>
     265               </property>
     266               <property name="icon">
     267                <iconset resource="../resources/tspsg.qrc">
     268                 <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
     269               </property>
     270              </widget>
    317271             </item>
    318272            </layout>
     
    400354        </sizepolicy>
    401355       </property>
     356       <property name="minimumSize">
     357        <size>
     358         <width>0</width>
     359         <height>28</height>
     360        </size>
     361       </property>
     362       <property name="maximumSize">
     363        <size>
     364         <width>16777215</width>
     365         <height>28</height>
     366        </size>
     367       </property>
    402368       <property name="statusTip">
    403369        <string>Hover mouse pointer over dialog elements to get additional help</string>
     
    460426 <resources>
    461427  <include location="../resources/tspsg.qrc"/>
     428  <include location="../resources/tspsg.qrc"/>
     429  <include location="../resources/tspsg.qrc"/>
     430  <include location="../resources/tspsg.qrc"/>
     431  <include location="../resources/tspsg.qrc"/>
     432  <include location="../resources/tspsg.qrc"/>
     433  <include location="../resources/tspsg.qrc"/>
     434  <include location="../resources/tspsg.qrc"/>
     435  <include location="../resources/tspsg.qrc"/>
    462436 </resources>
    463437 <connections/>
Note: See TracChangeset for help on using the changeset viewer.