Changeset 121 in tspsg-svn for trunk/ui/settingsdialog.ui
- Timestamp:
- Jun 22, 2010, 3:38:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/settingsdialog.ui
r117 r121 6 6 <property name="windowTitle"> 7 7 <string>Preferences</string> 8 </property>9 <property name="windowIcon">10 <iconset resource="../resources/tspsg.qrc">11 <normaloff>:/images/icons/preferences-system.png</normaloff>:/images/icons/preferences-system.png</iconset>12 8 </property> 13 9 <widget class="QWidget" name="bgGrey" native="true"> … … 72 68 <string>Help</string> 73 69 </property> 74 <property name="icon">75 <iconset resource="../resources/tspsg.qrc">76 <normaloff>:/images/icons/help-hint.png</normaloff>:/images/icons/help-hint.png</iconset>77 </property>78 70 <property name="autoRaise"> 79 71 <bool>true</bool> … … 84 76 <widget class="QDialogButtonBox" name="buttonBox"> 85 77 <property name="standardButtons"> 86 <set>QDialogButtonBox::Cancel|QDialogButtonBox:: Save</set>78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 87 79 </property> 88 80 </widget> … … 470 462 <string>&Font...</string> 471 463 </property> 472 <property name="icon">473 <iconset resource="../resources/tspsg.qrc">474 <normaloff>:/images/icons/preferences-desktop-font.png</normaloff>:/images/icons/preferences-desktop-font.png</iconset>475 </property>476 464 </widget> 477 465 </item> … … 486 474 <property name="text"> 487 475 <string>&Color...</string> 488 </property>489 <property name="icon">490 <iconset resource="../resources/tspsg.qrc">491 <normaloff>:/images/icons/format-text-color.png</normaloff>:/images/icons/format-text-color.png</iconset>492 476 </property> 493 477 </widget> … … 531 515 </widget> 532 516 </widget> 533 <resources> 534 <include location="../resources/tspsg.qrc"/> 535 </resources> 517 <resources/> 536 518 <connections> 537 519 <connection>
Note: See TracChangeset
for help on using the changeset viewer.