- Timestamp:
- Apr 27, 2010, 9:12:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/settingsdialog.ui
r107 r109 12 12 </property> 13 13 <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> 14 22 <property name="sizePolicy"> 15 23 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> … … 93 101 </widget> 94 102 <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> 95 111 <property name="autoFillBackground"> 96 112 <bool>true</bool> … … 165 181 <property name="text"> 166 182 <string>Fractional accuracy:</string> 183 </property> 184 <property name="buddy"> 185 <cstring>spinFractionalAccuracy</cstring> 167 186 </property> 168 187 </widget> … … 302 321 </item> 303 322 <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"> 318 324 <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"> 323 329 <property name="orientation"> 324 330 <enum>Qt::Horizontal</enum> … … 336 342 </item> 337 343 <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> 338 413 <widget class="QCheckBox" name="cbCitiesLimit"> 339 414 <property name="cursor"> … … 350 425 <item> 351 426 <widget class="QSpinBox" name="spinCitiesLimit"> 427 <property name="cursor"> 428 <cursorShape>PointingHandCursor</cursorShape> 429 </property> 352 430 <property name="statusTip"> 353 431 <string>Maximum number of cities to show solution steps' matrices</string> … … 512 590 <hints> 513 591 <hint type="sourcelabel"> 514 <x> 80</x>515 <y>1 50</y>592 <x>91</x> 593 <y>107</y> 516 594 </hint> 517 595 <hint type="destinationlabel"> 518 <x> 91</x>519 <y>1 75</y>596 <x>113</x> 597 <y>132</y> 520 598 </hint> 521 599 </hints> … … 528 606 <hints> 529 607 <hint type="sourcelabel"> 530 <x> 80</x>531 <y>1 50</y>608 <x>91</x> 609 <y>107</y> 532 610 </hint> 533 611 <hint type="destinationlabel"> 534 <x> 91</x>535 <y>1 75</y>612 <x>113</x> 613 <y>132</y> 536 614 </hint> 537 615 </hints> … … 544 622 <hints> 545 623 <hint type="sourcelabel"> 546 <x> 91</x>547 <y>1 75</y>624 <x>113</x> 625 <y>132</y> 548 626 </hint> 549 627 <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> 552 662 </hint> 553 663 </hints>
Note: See TracChangeset
for help on using the changeset viewer.