Changeset 281303f1f7 in tspsg for ui


Ignore:
Timestamp:
Aug 21, 2009, 2:28:30 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
2fb523720a
Parents:
6dfdef0c3e
Message:

Unified settingsdialog.ui and settingsdialog.ce.ui into settingsdialog.ui. Differences between WinCE and non-WinCE versions are now generated in the constructor.

Location:
ui
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • ui/settingsdialog.ui

    r6dfdef0c3e r281303f1f7  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>415</width>
    10     <height>176</height>
     9    <width>243</width>
     10    <height>174</height>
    1111   </rect>
    1212  </property>
     
    1818    <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
    1919  </property>
    20   <layout class="QVBoxLayout">
    21    <property name="spacing">
    22     <number>0</number>
    23    </property>
    24    <property name="margin">
    25     <number>0</number>
    26    </property>
    27    <item>
    28     <layout class="QHBoxLayout">
    29      <property name="spacing">
    30       <number>0</number>
    31      </property>
     20  <widget class="Line" name="lineHorizontal">
     21   <property name="geometry">
     22    <rect>
     23     <x>0</x>
     24     <y>120</y>
     25     <width>241</width>
     26     <height>2</height>
     27    </rect>
     28   </property>
     29   <property name="maximumSize">
     30    <size>
     31     <width>16777215</width>
     32     <height>2</height>
     33    </size>
     34   </property>
     35   <property name="frameShadow">
     36    <enum>QFrame::Plain</enum>
     37   </property>
     38   <property name="lineWidth">
     39    <number>2</number>
     40   </property>
     41   <property name="orientation">
     42    <enum>Qt::Horizontal</enum>
     43   </property>
     44  </widget>
     45  <widget class="QWidget" name="bgGrey" native="true">
     46   <property name="geometry">
     47    <rect>
     48     <x>0</x>
     49     <y>130</y>
     50     <width>241</width>
     51     <height>41</height>
     52    </rect>
     53   </property>
     54   <property name="sizePolicy">
     55    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
     56     <horstretch>0</horstretch>
     57     <verstretch>0</verstretch>
     58    </sizepolicy>
     59   </property>
     60   <property name="palette">
     61    <palette>
     62     <active>
     63      <colorrole role="Base">
     64       <brush brushstyle="SolidPattern">
     65        <color alpha="255">
     66         <red>240</red>
     67         <green>240</green>
     68         <blue>240</blue>
     69        </color>
     70       </brush>
     71      </colorrole>
     72      <colorrole role="Window">
     73       <brush brushstyle="SolidPattern">
     74        <color alpha="255">
     75         <red>240</red>
     76         <green>240</green>
     77         <blue>240</blue>
     78        </color>
     79       </brush>
     80      </colorrole>
     81     </active>
     82     <inactive>
     83      <colorrole role="Base">
     84       <brush brushstyle="SolidPattern">
     85        <color alpha="255">
     86         <red>240</red>
     87         <green>240</green>
     88         <blue>240</blue>
     89        </color>
     90       </brush>
     91      </colorrole>
     92      <colorrole role="Window">
     93       <brush brushstyle="SolidPattern">
     94        <color alpha="255">
     95         <red>240</red>
     96         <green>240</green>
     97         <blue>240</blue>
     98        </color>
     99       </brush>
     100      </colorrole>
     101     </inactive>
     102     <disabled>
     103      <colorrole role="Base">
     104       <brush brushstyle="SolidPattern">
     105        <color alpha="255">
     106         <red>240</red>
     107         <green>240</green>
     108         <blue>240</blue>
     109        </color>
     110       </brush>
     111      </colorrole>
     112      <colorrole role="Window">
     113       <brush brushstyle="SolidPattern">
     114        <color alpha="255">
     115         <red>240</red>
     116         <green>240</green>
     117         <blue>240</blue>
     118        </color>
     119       </brush>
     120      </colorrole>
     121     </disabled>
     122    </palette>
     123   </property>
     124   <property name="autoFillBackground">
     125    <bool>true</bool>
     126   </property>
     127   <widget class="QPushButton" name="buttonCancel">
     128    <property name="geometry">
     129     <rect>
     130      <x>160</x>
     131      <y>10</y>
     132      <width>75</width>
     133      <height>24</height>
     134     </rect>
     135    </property>
     136    <property name="cursor">
     137     <cursorShape>PointingHandCursor</cursorShape>
     138    </property>
     139    <property name="statusTip">
     140     <string>Close without saving preferences</string>
     141    </property>
     142    <property name="text">
     143     <string>&amp;Cancel</string>
     144    </property>
     145    <property name="icon">
     146     <iconset resource="../resources/tspsg.qrc">
     147      <normaloff>:/images/icons/button_cancel.png</normaloff>:/images/icons/button_cancel.png</iconset>
     148    </property>
     149   </widget>
     150   <widget class="QPushButton" name="buttonOK">
     151    <property name="geometry">
     152     <rect>
     153      <x>80</x>
     154      <y>10</y>
     155      <width>77</width>
     156      <height>26</height>
     157     </rect>
     158    </property>
     159    <property name="cursor">
     160     <cursorShape>PointingHandCursor</cursorShape>
     161    </property>
     162    <property name="statusTip">
     163     <string>Save new preferences</string>
     164    </property>
     165    <property name="text">
     166     <string>&amp;OK</string>
     167    </property>
     168    <property name="icon">
     169     <iconset resource="../resources/tspsg.qrc">
     170      <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
     171    </property>
     172    <property name="default">
     173     <bool>true</bool>
     174    </property>
     175   </widget>
     176   <widget class="QLabel" name="labelHint">
     177    <property name="geometry">
     178     <rect>
     179      <x>50</x>
     180      <y>10</y>
     181      <width>16</width>
     182      <height>28</height>
     183     </rect>
     184    </property>
     185    <property name="sizePolicy">
     186     <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
     187      <horstretch>0</horstretch>
     188      <verstretch>0</verstretch>
     189     </sizepolicy>
     190    </property>
     191    <property name="minimumSize">
     192     <size>
     193      <width>0</width>
     194      <height>28</height>
     195     </size>
     196    </property>
     197    <property name="maximumSize">
     198     <size>
     199      <width>16777215</width>
     200      <height>28</height>
     201     </size>
     202    </property>
     203    <property name="statusTip">
     204     <string>Hover mouse pointer over dialog elements to get additional help</string>
     205    </property>
     206    <property name="text">
     207     <string/>
     208    </property>
     209    <property name="textFormat">
     210     <enum>Qt::PlainText</enum>
     211    </property>
     212    <property name="alignment">
     213     <set>Qt::AlignJustify|Qt::AlignTop</set>
     214    </property>
     215    <property name="wordWrap">
     216     <bool>true</bool>
     217    </property>
     218   </widget>
     219   <widget class="QToolButton" name="buttonHelp">
     220    <property name="enabled">
     221     <bool>false</bool>
     222    </property>
     223    <property name="geometry">
     224     <rect>
     225      <x>10</x>
     226      <y>10</y>
     227      <width>23</width>
     228      <height>22</height>
     229     </rect>
     230    </property>
     231    <property name="cursor">
     232     <cursorShape>PointingHandCursor</cursorShape>
     233    </property>
     234    <property name="toolTip">
     235     <string>Help</string>
     236    </property>
     237    <property name="statusTip">
     238     <string>Get preferences help</string>
     239    </property>
     240    <property name="text">
     241     <string>Help</string>
     242    </property>
     243    <property name="icon">
     244     <iconset resource="../resources/tspsg.qrc">
     245      <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
     246    </property>
     247    <property name="autoRaise">
     248     <bool>true</bool>
     249    </property>
     250   </widget>
     251  </widget>
     252  <widget class="QWidget" name="bgWhite" native="true">
     253   <property name="geometry">
     254    <rect>
     255     <x>0</x>
     256     <y>0</y>
     257     <width>239</width>
     258     <height>111</height>
     259    </rect>
     260   </property>
     261   <property name="palette">
     262    <palette>
     263     <active>
     264      <colorrole role="Base">
     265       <brush brushstyle="SolidPattern">
     266        <color alpha="255">
     267         <red>255</red>
     268         <green>255</green>
     269         <blue>255</blue>
     270        </color>
     271       </brush>
     272      </colorrole>
     273      <colorrole role="Window">
     274       <brush brushstyle="SolidPattern">
     275        <color alpha="255">
     276         <red>255</red>
     277         <green>255</green>
     278         <blue>255</blue>
     279        </color>
     280       </brush>
     281      </colorrole>
     282     </active>
     283     <inactive>
     284      <colorrole role="Base">
     285       <brush brushstyle="SolidPattern">
     286        <color alpha="255">
     287         <red>255</red>
     288         <green>255</green>
     289         <blue>255</blue>
     290        </color>
     291       </brush>
     292      </colorrole>
     293      <colorrole role="Window">
     294       <brush brushstyle="SolidPattern">
     295        <color alpha="255">
     296         <red>255</red>
     297         <green>255</green>
     298         <blue>255</blue>
     299        </color>
     300       </brush>
     301      </colorrole>
     302     </inactive>
     303     <disabled>
     304      <colorrole role="Base">
     305       <brush brushstyle="SolidPattern">
     306        <color alpha="255">
     307         <red>255</red>
     308         <green>255</green>
     309         <blue>255</blue>
     310        </color>
     311       </brush>
     312      </colorrole>
     313      <colorrole role="Window">
     314       <brush brushstyle="SolidPattern">
     315        <color alpha="255">
     316         <red>255</red>
     317         <green>255</green>
     318         <blue>255</blue>
     319        </color>
     320       </brush>
     321      </colorrole>
     322     </disabled>
     323    </palette>
     324   </property>
     325   <property name="autoFillBackground">
     326    <bool>true</bool>
     327   </property>
     328   <widget class="QGroupBox" name="groupRandomSettings">
     329    <property name="geometry">
     330     <rect>
     331      <x>10</x>
     332      <y>10</y>
     333      <width>115</width>
     334      <height>84</height>
     335     </rect>
     336    </property>
     337    <property name="title">
     338     <string>Random values:</string>
     339    </property>
     340    <layout class="QVBoxLayout">
    32341     <item>
    33       <widget class="QLabel" name="imageSide">
    34        <property name="minimumSize">
    35         <size>
    36          <width>130</width>
    37          <height>0</height>
    38         </size>
    39        </property>
    40        <property name="styleSheet">
    41         <string>background-color: #0080C0</string>
    42        </property>
    43        <property name="frameShape">
    44         <enum>QFrame::StyledPanel</enum>
    45        </property>
    46        <property name="lineWidth">
    47         <number>0</number>
    48        </property>
    49        <property name="text">
    50         <string/>
    51        </property>
    52        <property name="pixmap">
    53         <pixmap resource="../resources/tspsg.qrc">:/images/icons/preferences_system.png</pixmap>
    54        </property>
    55        <property name="alignment">
    56         <set>Qt::AlignCenter</set>
    57        </property>
    58       </widget>
     342      <layout class="QHBoxLayout">
     343       <item>
     344        <widget class="QLabel" name="labelRandMin">
     345         <property name="text">
     346          <string>&amp;Minimal:</string>
     347         </property>
     348         <property name="buddy">
     349          <cstring>spinRandMin</cstring>
     350         </property>
     351        </widget>
     352       </item>
     353       <item>
     354        <widget class="QSpinBox" name="spinRandMin">
     355         <property name="sizePolicy">
     356          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     357           <horstretch>0</horstretch>
     358           <verstretch>0</verstretch>
     359          </sizepolicy>
     360         </property>
     361         <property name="cursor">
     362          <cursorShape>PointingHandCursor</cursorShape>
     363         </property>
     364         <property name="statusTip">
     365          <string>Minimum for random number generation</string>
     366         </property>
     367         <property name="maximum">
     368          <number>1000</number>
     369         </property>
     370         <property name="value">
     371          <number>1</number>
     372         </property>
     373        </widget>
     374       </item>
     375      </layout>
    59376     </item>
    60377     <item>
    61       <widget class="Line" name="lineVertical">
    62        <property name="frameShadow">
    63         <enum>QFrame::Plain</enum>
    64        </property>
    65        <property name="lineWidth">
    66         <number>2</number>
    67        </property>
    68        <property name="orientation">
    69         <enum>Qt::Vertical</enum>
    70        </property>
    71       </widget>
    72      </item>
    73      <item>
    74       <widget class="QWidget" name="background" native="true">
    75        <property name="palette">
    76         <palette>
    77          <active>
    78           <colorrole role="Base">
    79            <brush brushstyle="SolidPattern">
    80             <color alpha="255">
    81              <red>255</red>
    82              <green>255</green>
    83              <blue>255</blue>
    84             </color>
    85            </brush>
    86           </colorrole>
    87           <colorrole role="Window">
    88            <brush brushstyle="SolidPattern">
    89             <color alpha="255">
    90              <red>255</red>
    91              <green>255</green>
    92              <blue>255</blue>
    93             </color>
    94            </brush>
    95           </colorrole>
    96          </active>
    97          <inactive>
    98           <colorrole role="Base">
    99            <brush brushstyle="SolidPattern">
    100             <color alpha="255">
    101              <red>255</red>
    102              <green>255</green>
    103              <blue>255</blue>
    104             </color>
    105            </brush>
    106           </colorrole>
    107           <colorrole role="Window">
    108            <brush brushstyle="SolidPattern">
    109             <color alpha="255">
    110              <red>255</red>
    111              <green>255</green>
    112              <blue>255</blue>
    113             </color>
    114            </brush>
    115           </colorrole>
    116          </inactive>
    117          <disabled>
    118           <colorrole role="Base">
    119            <brush brushstyle="SolidPattern">
    120             <color alpha="255">
    121              <red>255</red>
    122              <green>255</green>
    123              <blue>255</blue>
    124             </color>
    125            </brush>
    126           </colorrole>
    127           <colorrole role="Window">
    128            <brush brushstyle="SolidPattern">
    129             <color alpha="255">
    130              <red>255</red>
    131              <green>255</green>
    132              <blue>255</blue>
    133             </color>
    134            </brush>
    135           </colorrole>
    136          </disabled>
    137         </palette>
    138        </property>
    139        <property name="autoFillBackground">
    140         <bool>true</bool>
    141        </property>
    142        <layout class="QVBoxLayout">
    143         <item>
    144          <layout class="QHBoxLayout">
    145           <property name="spacing">
    146            <number>6</number>
    147           </property>
    148           <item>
    149            <widget class="QGroupBox" name="groupRandomSettings">
    150             <property name="title">
    151              <string>Random values:</string>
    152             </property>
    153             <layout class="QVBoxLayout">
    154              <item>
    155               <layout class="QHBoxLayout">
    156                <item>
    157                 <widget class="QLabel" name="labelRandMin">
    158                  <property name="sizePolicy">
    159                   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    160                    <horstretch>0</horstretch>
    161                    <verstretch>0</verstretch>
    162                   </sizepolicy>
    163                  </property>
    164                  <property name="text">
    165                   <string>&amp;Minimal:</string>
    166                  </property>
    167                  <property name="buddy">
    168                   <cstring>spinRandMin</cstring>
    169                  </property>
    170                 </widget>
    171                </item>
    172                <item>
    173                 <widget class="QSpinBox" name="spinRandMin">
    174                  <property name="cursor">
    175                   <cursorShape>PointingHandCursor</cursorShape>
    176                  </property>
    177                  <property name="statusTip">
    178                   <string>Minimum for random number generation</string>
    179                  </property>
    180                  <property name="maximum">
    181                   <number>1000</number>
    182                  </property>
    183                  <property name="value">
    184                   <number>1</number>
    185                  </property>
    186                 </widget>
    187                </item>
    188               </layout>
    189              </item>
    190              <item>
    191               <layout class="QHBoxLayout">
    192                <item>
    193                 <widget class="QLabel" name="labelRandMax">
    194                  <property name="sizePolicy">
    195                   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    196                    <horstretch>0</horstretch>
    197                    <verstretch>0</verstretch>
    198                   </sizepolicy>
    199                  </property>
    200                  <property name="text">
    201                   <string>Ma&amp;ximal:</string>
    202                  </property>
    203                  <property name="buddy">
    204                   <cstring>spinRandMax</cstring>
    205                  </property>
    206                 </widget>
    207                </item>
    208                <item>
    209                 <widget class="QSpinBox" name="spinRandMax">
    210                  <property name="cursor">
    211                   <cursorShape>PointingHandCursor</cursorShape>
    212                  </property>
    213                  <property name="statusTip">
    214                   <string>Maximum for random number generation</string>
    215                  </property>
    216                  <property name="minimum">
    217                   <number>1</number>
    218                  </property>
    219                  <property name="maximum">
    220                   <number>1000</number>
    221                  </property>
    222                  <property name="value">
    223                   <number>10</number>
    224                  </property>
    225                 </widget>
    226                </item>
    227               </layout>
    228              </item>
    229             </layout>
    230            </widget>
    231           </item>
    232           <item>
    233            <widget class="QGroupBox" name="groupOutputSettings">
    234             <property name="title">
    235              <string>Output settings:</string>
    236             </property>
    237             <layout class="QVBoxLayout" name="verticalLayout">
    238              <item>
    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>
    254              </item>
    255              <item>
    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>
    271              </item>
    272             </layout>
    273            </widget>
    274           </item>
    275          </layout>
    276         </item>
    277         <item>
    278          <widget class="QCheckBox" name="cbSaveState">
    279           <property name="cursor">
    280            <cursorShape>PointingHandCursor</cursorShape>
    281           </property>
    282           <property name="statusTip">
    283            <string>Restore main window state and position on application restart</string>
    284           </property>
    285           <property name="text">
    286            <string>Save main window state and position</string>
    287           </property>
    288          </widget>
    289         </item>
    290        </layout>
    291       </widget>
     378      <layout class="QHBoxLayout">
     379       <item>
     380        <widget class="QLabel" name="labelRandMax">
     381         <property name="text">
     382          <string>Ma&amp;ximal:</string>
     383         </property>
     384         <property name="buddy">
     385          <cstring>spinRandMax</cstring>
     386         </property>
     387        </widget>
     388       </item>
     389       <item>
     390        <widget class="QSpinBox" name="spinRandMax">
     391         <property name="sizePolicy">
     392          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     393           <horstretch>0</horstretch>
     394           <verstretch>0</verstretch>
     395          </sizepolicy>
     396         </property>
     397         <property name="cursor">
     398          <cursorShape>PointingHandCursor</cursorShape>
     399         </property>
     400         <property name="statusTip">
     401          <string>Maximum for random number generation</string>
     402         </property>
     403         <property name="minimum">
     404          <number>1</number>
     405         </property>
     406         <property name="maximum">
     407          <number>1000</number>
     408         </property>
     409         <property name="value">
     410          <number>10</number>
     411         </property>
     412        </widget>
     413       </item>
     414      </layout>
    292415     </item>
    293416    </layout>
    294    </item>
    295    <item>
    296     <widget class="Line" name="lineHorizontal">
    297      <property name="maximumSize">
    298       <size>
    299        <width>16777215</width>
    300        <height>2</height>
    301       </size>
    302      </property>
    303      <property name="frameShadow">
    304       <enum>QFrame::Plain</enum>
    305      </property>
    306      <property name="lineWidth">
    307       <number>2</number>
    308      </property>
    309      <property name="orientation">
    310       <enum>Qt::Horizontal</enum>
     417   </widget>
     418   <widget class="QGroupBox" name="groupOutputSettings">
     419    <property name="geometry">
     420     <rect>
     421      <x>131</x>
     422      <y>10</y>
     423      <width>95</width>
     424      <height>88</height>
     425     </rect>
     426    </property>
     427    <property name="title">
     428     <string>Output settings:</string>
     429    </property>
     430    <widget class="QPushButton" name="buttonFont">
     431     <property name="geometry">
     432      <rect>
     433       <x>10</x>
     434       <y>24</y>
     435       <width>75</width>
     436       <height>24</height>
     437      </rect>
     438     </property>
     439     <property name="cursor">
     440      <cursorShape>PointingHandCursor</cursorShape>
     441     </property>
     442     <property name="statusTip">
     443      <string>Font face for printing</string>
     444     </property>
     445     <property name="text">
     446      <string>&amp;Font...</string>
     447     </property>
     448     <property name="icon">
     449      <iconset resource="../resources/tspsg.qrc">
     450       <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset>
    311451     </property>
    312452    </widget>
    313    </item>
    314    <item>
    315     <layout class="QHBoxLayout">
    316      <property name="spacing">
    317       <number>6</number>
    318      </property>
    319      <property name="margin">
    320       <number>6</number>
    321      </property>
    322      <item>
    323       <widget class="QToolButton" name="buttonHelp">
    324        <property name="enabled">
    325         <bool>false</bool>
    326        </property>
    327        <property name="cursor">
    328         <cursorShape>PointingHandCursor</cursorShape>
    329        </property>
    330        <property name="toolTip">
    331         <string>Help</string>
    332        </property>
    333        <property name="statusTip">
    334         <string>Get preferences help</string>
    335        </property>
    336        <property name="text">
    337         <string>Help</string>
    338        </property>
    339        <property name="icon">
    340         <iconset resource="../resources/tspsg.qrc">
    341          <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
    342        </property>
    343        <property name="autoRaise">
    344         <bool>true</bool>
    345        </property>
    346       </widget>
    347      </item>
    348      <item>
    349       <widget class="QLabel" name="labelHint">
    350        <property name="sizePolicy">
    351         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
    352          <horstretch>0</horstretch>
    353          <verstretch>0</verstretch>
    354         </sizepolicy>
    355        </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>
    368        <property name="statusTip">
    369         <string>Hover mouse pointer over dialog elements to get additional help</string>
    370        </property>
    371        <property name="text">
    372         <string/>
    373        </property>
    374        <property name="textFormat">
    375         <enum>Qt::PlainText</enum>
    376        </property>
    377        <property name="alignment">
    378         <set>Qt::AlignJustify|Qt::AlignTop</set>
    379        </property>
    380        <property name="wordWrap">
    381         <bool>true</bool>
    382        </property>
    383       </widget>
    384      </item>
    385      <item>
    386       <widget class="QPushButton" name="buttonOK">
    387        <property name="cursor">
    388         <cursorShape>PointingHandCursor</cursorShape>
    389        </property>
    390        <property name="statusTip">
    391         <string>Save new preferences</string>
    392        </property>
    393        <property name="text">
    394         <string>&amp;OK</string>
    395        </property>
    396        <property name="icon">
    397         <iconset resource="../resources/tspsg.qrc">
    398          <normaloff>:/images/icons/button_ok.png</normaloff>:/images/icons/button_ok.png</iconset>
    399        </property>
    400        <property name="default">
    401         <bool>true</bool>
    402        </property>
    403       </widget>
    404      </item>
    405      <item>
    406       <widget class="QPushButton" name="buttonCancel">
    407        <property name="cursor">
    408         <cursorShape>PointingHandCursor</cursorShape>
    409        </property>
    410        <property name="statusTip">
    411         <string>Close without saving preferences</string>
    412        </property>
    413        <property name="text">
    414         <string>&amp;Cancel</string>
    415        </property>
    416        <property name="icon">
    417         <iconset resource="../resources/tspsg.qrc">
    418          <normaloff>:/images/icons/button_cancel.png</normaloff>:/images/icons/button_cancel.png</iconset>
    419        </property>
    420       </widget>
    421      </item>
    422     </layout>
    423    </item>
    424   </layout>
     453    <widget class="QPushButton" name="buttonColor">
     454     <property name="geometry">
     455      <rect>
     456       <x>10</x>
     457       <y>54</y>
     458       <width>75</width>
     459       <height>24</height>
     460      </rect>
     461     </property>
     462     <property name="cursor">
     463      <cursorShape>PointingHandCursor</cursorShape>
     464     </property>
     465     <property name="statusTip">
     466      <string>Font color for printing</string>
     467     </property>
     468     <property name="text">
     469      <string>&amp;Color...</string>
     470     </property>
     471     <property name="icon">
     472      <iconset resource="../resources/tspsg.qrc">
     473       <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset>
     474     </property>
     475    </widget>
     476   </widget>
     477  </widget>
    425478 </widget>
    426479 <resources>
    427   <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"/>
    435480  <include location="../resources/tspsg.qrc"/>
    436481 </resources>
Note: See TracChangeset for help on using the changeset viewer.