Changeset 8f2427aaf0 in tspsg for ui/settingsdialog.ui
- Timestamp:
- Apr 14, 2011, 9:30:23 PM (14 years ago)
- Branches:
- 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- fddcfa4b55
- Parents:
- 20e8115cee
- git-author:
- Oleksii Serdiuk <contacts@…> (04/14/11 21:30:23)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/settingsdialog.ui
r20e8115cee r8f2427aaf0 297 297 <layout class="QVBoxLayout" name="_6"> 298 298 <item> 299 <widget class="QCheckBox" name="cb ShowGraph">299 <widget class="QCheckBox" name="cbGenerateGraph"> 300 300 <property name="cursor"> 301 301 <cursorShape>PointingHandCursor</cursorShape> 302 302 </property> 303 303 <property name="statusTip"> 304 <string> Showgraphical representation of the solution</string>304 <string>Generate graphical representation of the solution</string> 305 305 </property> 306 306 <property name="text"> 307 <string> Showsolution graph</string>307 <string>Generate solution graph</string> 308 308 </property> 309 309 </widget> … … 362 362 </property> 363 363 </spacer> 364 </item> 365 </layout> 366 </item> 367 <item> 368 <layout class="QHBoxLayout" name="_14"> 369 <item> 370 <spacer name="spacer_8"> 371 <property name="orientation"> 372 <enum>Qt::Horizontal</enum> 373 </property> 374 <property name="sizeType"> 375 <enum>QSizePolicy::Fixed</enum> 376 </property> 377 <property name="sizeHint" stdset="0"> 378 <size> 379 <width>10</width> 380 <height>0</height> 381 </size> 382 </property> 383 </spacer> 384 </item> 385 <item> 386 <widget class="QCheckBox" name="cbEmbedGraphIntoHTML"> 387 <property name="cursor"> 388 <cursorShape>PointingHandCursor</cursorShape> 389 </property> 390 <property name="statusTip"> 391 <string>Use data URI scheme to save solution graph in HTML (not supported by IE 7 and lower)</string> 392 </property> 393 <property name="text"> 394 <string>Embed solution graph into HTML</string> 395 </property> 396 </widget> 364 397 </item> 365 398 </layout> … … 611 644 </connection> 612 645 <connection> 613 <sender>cb ShowGraph</sender>646 <sender>cbGenerateGraph</sender> 614 647 <signal>toggled(bool)</signal> 615 648 <receiver>labelGraphImageFormat</receiver> … … 627 660 </connection> 628 661 <connection> 629 <sender>cb ShowGraph</sender>662 <sender>cbGenerateGraph</sender> 630 663 <signal>toggled(bool)</signal> 631 664 <receiver>comboGraphImageFormat</receiver> … … 642 675 </hints> 643 676 </connection> 677 <connection> 678 <sender>cbGenerateGraph</sender> 679 <signal>toggled(bool)</signal> 680 <receiver>cbEmbedGraphIntoHTML</receiver> 681 <slot>setEnabled(bool)</slot> 682 <hints> 683 <hint type="sourcelabel"> 684 <x>128</x> 685 <y>45</y> 686 </hint> 687 <hint type="destinationlabel"> 688 <x>136</x> 689 <y>103</y> 690 </hint> 691 </hints> 692 </connection> 644 693 </connections> 645 694 </ui>
Note: See TracChangeset
for help on using the changeset viewer.