Changeset b2bf8e3b6b in tspsg for ui/settingsdialog.ui


Ignore:
Timestamp:
Feb 25, 2010, 9:48:46 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:
278bc7818f
Parents:
6beb157497
Message:

+ Added SIP show/hide handling under wince.

  • Renamed translation files to follow common conventions.
  • Language name is now stored in the translation file. No need for language.ini anymore.
  • Updated translations.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/settingsdialog.ui

    r6beb157497 rb2bf8e3b6b  
    1111    <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset>
    1212  </property>
    13   <widget class="Line" name="lineHorizontal">
    14    <property name="maximumSize">
    15     <size>
    16      <width>16777215</width>
    17      <height>2</height>
    18     </size>
    19    </property>
    20    <property name="frameShadow">
    21     <enum>QFrame::Plain</enum>
    22    </property>
    23    <property name="lineWidth">
    24     <number>2</number>
    25    </property>
    26    <property name="orientation">
    27     <enum>Qt::Horizontal</enum>
    28    </property>
    29   </widget>
    3013  <widget class="QWidget" name="bgGrey" native="true">
    3114   <property name="sizePolicy">
     
    7558    <bool>true</bool>
    7659   </property>
    77    <widget class="QToolButton" name="buttonHelp">
    78     <property name="enabled">
    79      <bool>false</bool>
     60   <layout class="QVBoxLayout" name="_2">
     61    <property name="spacing">
     62     <number>0</number>
    8063    </property>
    81     <property name="cursor">
    82      <cursorShape>PointingHandCursor</cursorShape>
     64    <property name="margin">
     65     <number>0</number>
    8366    </property>
    84     <property name="toolTip">
    85      <string>Help</string>
    86     </property>
    87     <property name="statusTip">
    88      <string>Get preferences help</string>
    89     </property>
    90     <property name="text">
    91      <string>Help</string>
    92     </property>
    93     <property name="icon">
    94      <iconset resource="../resources/tspsg.qrc">
    95       <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
    96     </property>
    97     <property name="autoRaise">
    98      <bool>true</bool>
    99     </property>
    100    </widget>
    101    <widget class="QDialogButtonBox" name="buttonBox">
    102     <property name="sizePolicy">
    103      <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
    104       <horstretch>0</horstretch>
    105       <verstretch>0</verstretch>
    106      </sizepolicy>
    107     </property>
    108     <property name="standardButtons">
    109      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
    110     </property>
    111    </widget>
     67    <item>
     68     <widget class="Line" name="lineHorizontal">
     69      <property name="maximumSize">
     70       <size>
     71        <width>16777215</width>
     72        <height>2</height>
     73       </size>
     74      </property>
     75      <property name="frameShadow">
     76       <enum>QFrame::Plain</enum>
     77      </property>
     78      <property name="lineWidth">
     79       <number>2</number>
     80      </property>
     81      <property name="orientation">
     82       <enum>Qt::Horizontal</enum>
     83      </property>
     84     </widget>
     85    </item>
     86    <item>
     87     <layout class="QHBoxLayout" name="buttons">
     88      <property name="spacing">
     89       <number>6</number>
     90      </property>
     91      <property name="margin">
     92       <number>6</number>
     93      </property>
     94      <item>
     95       <widget class="QToolButton" name="buttonHelp">
     96        <property name="enabled">
     97         <bool>false</bool>
     98        </property>
     99        <property name="cursor">
     100         <cursorShape>PointingHandCursor</cursorShape>
     101        </property>
     102        <property name="toolTip">
     103         <string>Help</string>
     104        </property>
     105        <property name="statusTip">
     106         <string>Get preferences help</string>
     107        </property>
     108        <property name="text">
     109         <string>Help</string>
     110        </property>
     111        <property name="icon">
     112         <iconset resource="../resources/tspsg.qrc">
     113          <normaloff>:/images/icons/help_hint.png</normaloff>:/images/icons/help_hint.png</iconset>
     114        </property>
     115        <property name="autoRaise">
     116         <bool>true</bool>
     117        </property>
     118       </widget>
     119      </item>
     120      <item>
     121       <widget class="QDialogButtonBox" name="buttonBox">
     122        <property name="standardButtons">
     123         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
     124        </property>
     125       </widget>
     126      </item>
     127     </layout>
     128    </item>
     129   </layout>
    112130  </widget>
    113131  <widget class="QWidget" name="bgWhite" native="true">
     
    152170    <bool>true</bool>
    153171   </property>
    154    <layout class="QVBoxLayout" name="verticalLayout_3">
     172   <layout class="QHBoxLayout" name="_3">
    155173    <item>
    156174     <widget class="QTabWidget" name="tabWidget">
     
    162180        <string>General TSPSG settings</string>
    163181       </attribute>
    164        <layout class="QVBoxLayout" name="verticalLayout_2">
     182       <layout class="QVBoxLayout" name="_4">
    165183        <item>
    166184         <widget class="QCheckBox" name="cbAutosize">
     
    190208        </item>
    191209        <item>
    192          <spacer name="verticalSpacer_2">
     210         <spacer name="spacer">
    193211          <property name="orientation">
    194212           <enum>Qt::Vertical</enum>
     
    211229        <string>Task generation and solving settings</string>
    212230       </attribute>
    213        <layout class="QVBoxLayout" name="verticalLayout_4">
    214         <item>
    215          <layout class="QHBoxLayout" name="horizontalLayout_3">
     231       <layout class="QVBoxLayout" name="_5">
     232        <item>
     233         <layout class="QHBoxLayout" name="_10">
    216234          <item>
    217235           <widget class="QLabel" name="labelFractionalAccuracy">
     
    219237             <string>Fractional accuracy:</string>
    220238            </property>
    221             <property name="buddy">
    222              <cstring>spinFractionalAccuracy</cstring>
    223             </property>
    224239           </widget>
    225240          </item>
     
    238253          </item>
    239254          <item>
    240            <spacer name="horizontalSpacer_5">
     255           <spacer name="spacer_3">
    241256            <property name="orientation">
    242257             <enum>Qt::Horizontal</enum>
     
    253268        </item>
    254269        <item>
    255          <layout class="QHBoxLayout" name="horizontalLayout_2">
     270         <layout class="QHBoxLayout" name="_7">
    256271          <item>
    257272           <widget class="QGroupBox" name="groupBox">
     
    259274             <string>Random numbers</string>
    260275            </property>
    261             <layout class="QVBoxLayout" name="verticalLayout_5">
     276            <layout class="QVBoxLayout" name="_8">
    262277             <item>
    263               <layout class="QFormLayout" name="formLayout">
     278              <layout class="QFormLayout" name="_9">
    264279               <property name="fieldGrowthPolicy">
    265280                <enum>QFormLayout::ExpandingFieldsGrow</enum>
     
    324339          </item>
    325340          <item>
    326            <spacer name="horizontalSpacer">
     341           <spacer name="spacer_2">
    327342            <property name="orientation">
    328343             <enum>Qt::Horizontal</enum>
     
    339354        </item>
    340355        <item>
    341          <spacer name="verticalSpacer_3">
     356         <spacer name="spacer_5">
    342357          <property name="orientation">
    343358           <enum>Qt::Vertical</enum>
     
    346361           <size>
    347362            <width>0</width>
    348             <height>1</height>
     363            <height>0</height>
    349364           </size>
    350365          </property>
     
    360375        <string>Solution output settings</string>
    361376       </attribute>
    362        <layout class="QVBoxLayout" name="verticalLayout">
     377       <layout class="QVBoxLayout" name="_6">
    363378        <item>
    364379         <widget class="QCheckBox" name="cbShowMatrix">
     
    380395          </property>
    381396          <item>
    382            <spacer name="horizontalSpacer_3">
     397           <spacer name="spacer_4">
    383398            <property name="orientation">
    384399             <enum>Qt::Horizontal</enum>
     
    422437          </item>
    423438          <item>
    424            <spacer name="horizontalSpacer_4">
     439           <spacer name="spacer_6">
    425440            <property name="orientation">
    426441             <enum>Qt::Horizontal</enum>
     
    450465        </item>
    451466        <item>
    452          <layout class="QHBoxLayout" name="horizontalLayout_4">
    453           <item>
    454            <widget class="QGroupBox" name="groupBox_2">
     467         <layout class="QHBoxLayout" name="_11">
     468          <item>
     469           <widget class="QGroupBox" name="groupOutput">
    455470            <property name="title">
    456471             <string>Output font settings</string>
     
    495510          </item>
    496511          <item>
    497            <spacer name="horizontalSpacer_2">
     512           <spacer name="spacer_7">
    498513            <property name="orientation">
    499514             <enum>Qt::Horizontal</enum>
     
    540555   <hints>
    541556    <hint type="sourcelabel">
    542      <x>155</x>
    543      <y>252</y>
     557     <x>190</x>
     558     <y>30</y>
    544559    </hint>
    545560    <hint type="destinationlabel">
     
    556571   <hints>
    557572    <hint type="sourcelabel">
    558      <x>155</x>
    559      <y>252</y>
     573     <x>190</x>
     574     <y>30</y>
    560575    </hint>
    561576    <hint type="destinationlabel">
     
    572587   <hints>
    573588    <hint type="sourcelabel">
    574      <x>81</x>
    575      <y>8</y>
     589     <x>80</x>
     590     <y>150</y>
    576591    </hint>
    577592    <hint type="destinationlabel">
    578      <x>46</x>
    579      <y>8</y>
     593     <x>91</x>
     594     <y>175</y>
    580595    </hint>
    581596   </hints>
     
    588603   <hints>
    589604    <hint type="sourcelabel">
    590      <x>81</x>
    591      <y>8</y>
     605     <x>80</x>
     606     <y>150</y>
    592607    </hint>
    593608    <hint type="destinationlabel">
    594      <x>46</x>
    595      <y>8</y>
     609     <x>91</x>
     610     <y>175</y>
    596611    </hint>
    597612   </hints>
     
    604619   <hints>
    605620    <hint type="sourcelabel">
    606      <x>46</x>
    607      <y>8</y>
     621     <x>91</x>
     622     <y>175</y>
    608623    </hint>
    609624    <hint type="destinationlabel">
    610      <x>29</x>
    611      <y>9</y>
     625     <x>184</x>
     626     <y>174</y>
    612627    </hint>
    613628   </hints>
Note: See TracChangeset for help on using the changeset viewer.