Changeset 2fb523720a in tspsg for ui


Ignore:
Timestamp:
Aug 23, 2009, 1:26:42 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:
5a81a64d74
Parents:
281303f1f7
Message:

+ Created installation (INSTALLS and DEPLOYMENT) entries for *nix, windows and wince platforms in tspsg.pro file. Now qmake generates install rules in Makefile.
+ Automatic resize of columns after their content changes can be turned on/off in settings now.

  • Different search path for translations on different platforms.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/settingsdialog.ui

    r281303f1f7 r2fb523720a  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>243</width>
    10     <height>174</height>
     9    <width>241</width>
     10    <height>182</height>
    1111   </rect>
    1212  </property>
     
    2222    <rect>
    2323     <x>0</x>
    24      <y>120</y>
     24     <y>130</y>
    2525     <width>241</width>
    2626     <height>2</height>
     
    4747    <rect>
    4848     <x>0</x>
    49      <y>130</y>
     49     <y>140</y>
    5050     <width>241</width>
    5151     <height>41</height>
     
    256256     <y>0</y>
    257257     <width>239</width>
    258      <height>111</height>
     258     <height>121</height>
    259259    </rect>
    260260   </property>
     
    364364         <property name="statusTip">
    365365          <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>
    372366         </property>
    373367        </widget>
     
    401395          <string>Maximum for random number generation</string>
    402396         </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>
    412397        </widget>
    413398       </item>
     
    475460    </widget>
    476461   </widget>
     462   <widget class="QCheckBox" name="cbAutosize">
     463    <property name="geometry">
     464     <rect>
     465      <x>10</x>
     466      <y>90</y>
     467      <width>247</width>
     468      <height>19</height>
     469     </rect>
     470    </property>
     471    <property name="statusTip">
     472     <string>Automatically resize rows and columns when content changes</string>
     473    </property>
     474    <property name="text">
     475     <string>Automatically resize rows and columns</string>
     476    </property>
     477   </widget>
    477478  </widget>
    478479 </widget>
Note: See TracChangeset for help on using the changeset viewer.