aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/fontsettingspage.ui
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2011-02-25 16:27:17 +0100
committerLeandro Melo <leandro.melo@nokia.com>2011-02-25 16:29:35 +0100
commit561f87fcb9d58aaccbccd424417e71b79798ff6b (patch)
treec44ef1a3536bb59465156b646cf1feeb9fdd4106 /src/plugins/texteditor/fontsettingspage.ui
parentaeb8c352eef3bfb7d89caa634e8e0a1f920a53a3 (diff)
Make our options dialog a bit more uniform
In terms of buttons, layouts, aesthetics in general.
Diffstat (limited to 'src/plugins/texteditor/fontsettingspage.ui')
-rw-r--r--src/plugins/texteditor/fontsettingspage.ui13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/plugins/texteditor/fontsettingspage.ui b/src/plugins/texteditor/fontsettingspage.ui
index 4e27fc00a6..c1d82eee29 100644
--- a/src/plugins/texteditor/fontsettingspage.ui
+++ b/src/plugins/texteditor/fontsettingspage.ui
@@ -170,13 +170,20 @@
</widget>
</item>
<item>
- <widget class="QPushButton" name="deleteButton">
+ <widget class="QToolButton" name="deleteButton">
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="toolTip">
+ <string>Delete</string>
+ </property>
<property name="text">
<string>Delete</string>
</property>
+ <property name="icon">
+ <iconset resource="../coreplugin/core.qrc">
+ <normaloff>:/core/images/minus-16.png</normaloff>:/core/images/minus-16.png</iconset>
+ </property>
</widget>
</item>
</layout>
@@ -204,6 +211,8 @@
<container>1</container>
</customwidget>
</customwidgets>
- <resources/>
+ <resources>
+ <include location="../coreplugin/core.qrc"/>
+ </resources>
<connections/>
</ui>