Changeset 20015b41e7 in tspsg for ui


Ignore:
Timestamp:
Apr 27, 2010, 9:12:55 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
5d401f2c50
Parents:
ca3d2a30fa
git-author:
Oleksii Serdiuk <contacts@…> (04/27/10 09:12:55)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:31)
Message:

+ Added the ability to select in what format to save the graph when saving solution as HTML.

  • Moved all installation and deployment rules to a separate install.pri file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/settingsdialog.ui

    rca3d2a30fa r20015b41e7  
    1212  </property>
    1313  <widget class="QWidget" name="bgGrey" native="true">
     14   <property name="geometry">
     15        <rect>
     16         <x>0</x>
     17         <y>0</y>
     18         <width>197</width>
     19         <height>37</height>
     20        </rect>
     21   </property>
    1422   <property name="sizePolicy">
    1523        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
     
    93101  </widget>
    94102  <widget class="QWidget" name="bgWhite" native="true">
     103   <property name="geometry">
     104        <rect>
     105         <x>0</x>
     106         <y>0</y>
     107         <width>226</width>
     108         <height>253</height>
     109        </rect>
     110   </property>
    95111   <property name="autoFillBackground">
    96112        <bool>true</bool>
     
    165181                        <property name="text">
    166182                         <string>Fractional accuracy:</string>
     183                        </property>
     184                        <property name="buddy">
     185                         <cstring>spinFractionalAccuracy</cstring>
    167186                        </property>
    168187                   </widget>
     
    302321                </item>
    303322                <item>
    304                  <widget class="QCheckBox" name="cbShowMatrix">
    305                   <property name="cursor">
    306                    <cursorShape>PointingHandCursor</cursorShape>
    307                   </property>
    308                   <property name="statusTip">
    309                    <string>Show solution steps' matrices for every solution step</string>
    310                   </property>
    311                   <property name="text">
    312                    <string>Show solution steps' matrices</string>
    313                   </property>
    314                  </widget>
    315                 </item>
    316                 <item>
    317                  <layout class="QHBoxLayout" name="layoutCititesLimit">
     323                 <layout class="QHBoxLayout" name="_10">
    318324                  <property name="spacing">
    319                    <number>0</number>
    320                   </property>
    321                   <item>
    322                    <spacer name="spacer_3">
     325                   <number>5</number>
     326                  </property>
     327                  <item>
     328                   <spacer name="spacer_7">
    323329                        <property name="orientation">
    324330                         <enum>Qt::Horizontal</enum>
     
    336342                  </item>
    337343                  <item>
     344                   <widget class="QLabel" name="labelGraphImageFormat">
     345                        <property name="text">
     346                         <string>Save solution graph as</string>
     347                        </property>
     348                        <property name="buddy">
     349                         <cstring>comboGraphImageFormat</cstring>
     350                        </property>
     351                   </widget>
     352                  </item>
     353                  <item>
     354                   <widget class="QComboBox" name="comboGraphImageFormat">
     355                        <property name="cursor">
     356                         <cursorShape>PointingHandCursor</cursorShape>
     357                        </property>
     358                        <property name="statusTip">
     359                         <string>What image format to use for graph when saving solution as HTML</string>
     360                        </property>
     361                   </widget>
     362                  </item>
     363                  <item>
     364                   <spacer name="horizontalSpacer">
     365                        <property name="orientation">
     366                         <enum>Qt::Horizontal</enum>
     367                        </property>
     368                        <property name="sizeHint" stdset="0">
     369                         <size>
     370                          <width>0</width>
     371                          <height>0</height>
     372                         </size>
     373                        </property>
     374                   </spacer>
     375                  </item>
     376                 </layout>
     377                </item>
     378                <item>
     379                 <widget class="QCheckBox" name="cbShowMatrix">
     380                  <property name="cursor">
     381                   <cursorShape>PointingHandCursor</cursorShape>
     382                  </property>
     383                  <property name="statusTip">
     384                   <string>Show solution steps' matrices for every solution step</string>
     385                  </property>
     386                  <property name="text">
     387                   <string>Show solution steps' matrices</string>
     388                  </property>
     389                 </widget>
     390                </item>
     391                <item>
     392                 <layout class="QHBoxLayout" name="_12">
     393                  <property name="spacing">
     394                   <number>0</number>
     395                  </property>
     396                  <item>
     397                   <spacer name="spacer_3">
     398                        <property name="orientation">
     399                         <enum>Qt::Horizontal</enum>
     400                        </property>
     401                        <property name="sizeType">
     402                         <enum>QSizePolicy::Fixed</enum>
     403                        </property>
     404                        <property name="sizeHint" stdset="0">
     405                         <size>
     406                          <width>10</width>
     407                          <height>0</height>
     408                         </size>
     409                        </property>
     410                   </spacer>
     411                  </item>
     412                  <item>
    338413                   <widget class="QCheckBox" name="cbCitiesLimit">
    339414                        <property name="cursor">
     
    350425                  <item>
    351426                   <widget class="QSpinBox" name="spinCitiesLimit">
     427                        <property name="cursor">
     428                         <cursorShape>PointingHandCursor</cursorShape>
     429                        </property>
    352430                        <property name="statusTip">
    353431                         <string>Maximum number of cities to show solution steps' matrices</string>
     
    512590   <hints>
    513591        <hint type="sourcelabel">
    514          <x>80</x>
    515          <y>150</y>
     592         <x>91</x>
     593         <y>107</y>
    516594        </hint>
    517595        <hint type="destinationlabel">
    518          <x>91</x>
    519          <y>175</y>
     596         <x>113</x>
     597         <y>132</y>
    520598        </hint>
    521599   </hints>
     
    528606   <hints>
    529607        <hint type="sourcelabel">
    530          <x>80</x>
    531          <y>150</y>
     608         <x>91</x>
     609         <y>107</y>
    532610        </hint>
    533611        <hint type="destinationlabel">
    534          <x>91</x>
    535          <y>175</y>
     612         <x>113</x>
     613         <y>132</y>
    536614        </hint>
    537615   </hints>
     
    544622   <hints>
    545623        <hint type="sourcelabel">
    546          <x>91</x>
    547          <y>175</y>
     624         <x>113</x>
     625         <y>132</y>
    548626        </hint>
    549627        <hint type="destinationlabel">
    550          <x>184</x>
    551          <y>174</y>
     628         <x>183</x>
     629         <y>134</y>
     630        </hint>
     631   </hints>
     632  </connection>
     633  <connection>
     634   <sender>cbShowGraph</sender>
     635   <signal>toggled(bool)</signal>
     636   <receiver>labelGraphImageFormat</receiver>
     637   <slot>setEnabled(bool)</slot>
     638   <hints>
     639        <hint type="sourcelabel">
     640         <x>113</x>
     641         <y>48</y>
     642        </hint>
     643        <hint type="destinationlabel">
     644         <x>72</x>
     645         <y>73</y>
     646        </hint>
     647   </hints>
     648  </connection>
     649  <connection>
     650   <sender>cbShowGraph</sender>
     651   <signal>toggled(bool)</signal>
     652   <receiver>comboGraphImageFormat</receiver>
     653   <slot>setEnabled(bool)</slot>
     654   <hints>
     655        <hint type="sourcelabel">
     656         <x>113</x>
     657         <y>48</y>
     658        </hint>
     659        <hint type="destinationlabel">
     660         <x>149</x>
     661         <y>73</y>
    552662        </hint>
    553663   </hints>
Note: See TracChangeset for help on using the changeset viewer.