Changeset 94 in tspsg-svn for trunk/ui/settingsdialog.ui
- Timestamp:
- Feb 25, 2010, 9:48:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/settingsdialog.ui
r87 r94 11 11 <normaloff>:/images/icons/preferences_system.png</normaloff>:/images/icons/preferences_system.png</iconset> 12 12 </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>30 13 <widget class="QWidget" name="bgGrey" native="true"> 31 14 <property name="sizePolicy"> … … 75 58 <bool>true</bool> 76 59 </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> 80 63 </property> 81 <property name=" cursor">82 < cursorShape>PointingHandCursor</cursorShape>64 <property name="margin"> 65 <number>0</number> 83 66 </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> 112 130 </widget> 113 131 <widget class="QWidget" name="bgWhite" native="true"> … … 152 170 <bool>true</bool> 153 171 </property> 154 <layout class="Q VBoxLayout" name="verticalLayout_3">172 <layout class="QHBoxLayout" name="_3"> 155 173 <item> 156 174 <widget class="QTabWidget" name="tabWidget"> … … 162 180 <string>General TSPSG settings</string> 163 181 </attribute> 164 <layout class="QVBoxLayout" name=" verticalLayout_2">182 <layout class="QVBoxLayout" name="_4"> 165 183 <item> 166 184 <widget class="QCheckBox" name="cbAutosize"> … … 190 208 </item> 191 209 <item> 192 <spacer name=" verticalSpacer_2">210 <spacer name="spacer"> 193 211 <property name="orientation"> 194 212 <enum>Qt::Vertical</enum> … … 211 229 <string>Task generation and solving settings</string> 212 230 </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"> 216 234 <item> 217 235 <widget class="QLabel" name="labelFractionalAccuracy"> … … 219 237 <string>Fractional accuracy:</string> 220 238 </property> 221 <property name="buddy">222 <cstring>spinFractionalAccuracy</cstring>223 </property>224 239 </widget> 225 240 </item> … … 238 253 </item> 239 254 <item> 240 <spacer name=" horizontalSpacer_5">255 <spacer name="spacer_3"> 241 256 <property name="orientation"> 242 257 <enum>Qt::Horizontal</enum> … … 253 268 </item> 254 269 <item> 255 <layout class="QHBoxLayout" name=" horizontalLayout_2">270 <layout class="QHBoxLayout" name="_7"> 256 271 <item> 257 272 <widget class="QGroupBox" name="groupBox"> … … 259 274 <string>Random numbers</string> 260 275 </property> 261 <layout class="QVBoxLayout" name=" verticalLayout_5">276 <layout class="QVBoxLayout" name="_8"> 262 277 <item> 263 <layout class="QFormLayout" name=" formLayout">278 <layout class="QFormLayout" name="_9"> 264 279 <property name="fieldGrowthPolicy"> 265 280 <enum>QFormLayout::ExpandingFieldsGrow</enum> … … 324 339 </item> 325 340 <item> 326 <spacer name=" horizontalSpacer">341 <spacer name="spacer_2"> 327 342 <property name="orientation"> 328 343 <enum>Qt::Horizontal</enum> … … 339 354 </item> 340 355 <item> 341 <spacer name=" verticalSpacer_3">356 <spacer name="spacer_5"> 342 357 <property name="orientation"> 343 358 <enum>Qt::Vertical</enum> … … 346 361 <size> 347 362 <width>0</width> 348 <height> 1</height>363 <height>0</height> 349 364 </size> 350 365 </property> … … 360 375 <string>Solution output settings</string> 361 376 </attribute> 362 <layout class="QVBoxLayout" name=" verticalLayout">377 <layout class="QVBoxLayout" name="_6"> 363 378 <item> 364 379 <widget class="QCheckBox" name="cbShowMatrix"> … … 380 395 </property> 381 396 <item> 382 <spacer name=" horizontalSpacer_3">397 <spacer name="spacer_4"> 383 398 <property name="orientation"> 384 399 <enum>Qt::Horizontal</enum> … … 422 437 </item> 423 438 <item> 424 <spacer name=" horizontalSpacer_4">439 <spacer name="spacer_6"> 425 440 <property name="orientation"> 426 441 <enum>Qt::Horizontal</enum> … … 450 465 </item> 451 466 <item> 452 <layout class="QHBoxLayout" name=" horizontalLayout_4">453 <item> 454 <widget class="QGroupBox" name="group Box_2">467 <layout class="QHBoxLayout" name="_11"> 468 <item> 469 <widget class="QGroupBox" name="groupOutput"> 455 470 <property name="title"> 456 471 <string>Output font settings</string> … … 495 510 </item> 496 511 <item> 497 <spacer name=" horizontalSpacer_2">512 <spacer name="spacer_7"> 498 513 <property name="orientation"> 499 514 <enum>Qt::Horizontal</enum> … … 540 555 <hints> 541 556 <hint type="sourcelabel"> 542 <x>1 55</x>543 <y> 252</y>557 <x>190</x> 558 <y>30</y> 544 559 </hint> 545 560 <hint type="destinationlabel"> … … 556 571 <hints> 557 572 <hint type="sourcelabel"> 558 <x>1 55</x>559 <y> 252</y>573 <x>190</x> 574 <y>30</y> 560 575 </hint> 561 576 <hint type="destinationlabel"> … … 572 587 <hints> 573 588 <hint type="sourcelabel"> 574 <x>8 1</x>575 <y> 8</y>589 <x>80</x> 590 <y>150</y> 576 591 </hint> 577 592 <hint type="destinationlabel"> 578 <x> 46</x>579 <y> 8</y>593 <x>91</x> 594 <y>175</y> 580 595 </hint> 581 596 </hints> … … 588 603 <hints> 589 604 <hint type="sourcelabel"> 590 <x>8 1</x>591 <y> 8</y>605 <x>80</x> 606 <y>150</y> 592 607 </hint> 593 608 <hint type="destinationlabel"> 594 <x> 46</x>595 <y> 8</y>609 <x>91</x> 610 <y>175</y> 596 611 </hint> 597 612 </hints> … … 604 619 <hints> 605 620 <hint type="sourcelabel"> 606 <x> 46</x>607 <y> 8</y>621 <x>91</x> 622 <y>175</y> 608 623 </hint> 609 624 <hint type="destinationlabel"> 610 <x> 29</x>611 <y> 9</y>625 <x>184</x> 626 <y>174</y> 612 627 </hint> 613 628 </hints>
Note: See TracChangeset
for help on using the changeset viewer.