aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 14:54:53 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-10-17 14:54:53 +0000
commit9417d8ed5830415ca9eeb64df5c9749357b82477 (patch)
tree325988922dee245cd5373620939db7f4b9d4d1c0 /examples/GuiClient
parentb5a6b575289b93182e3a54a3f4f78e23a1a690a2 (diff)
downloadqxmpp-9417d8ed5830415ca9eeb64df5c9749357b82477.tar.gz
add icon to settings button
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/mainDialog.ui38
1 files changed, 33 insertions, 5 deletions
diff --git a/examples/GuiClient/mainDialog.ui b/examples/GuiClient/mainDialog.ui
index 337c77d1..cd453377 100644
--- a/examples/GuiClient/mainDialog.ui
+++ b/examples/GuiClient/mainDialog.ui
@@ -67,10 +67,16 @@
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="pushButton_addContact">
+ <property name="minimumSize">
+ <size>
+ <width>29</width>
+ <height>29</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
- <width>23</width>
- <height>16777215</height>
+ <width>29</width>
+ <height>29</height>
</size>
</property>
<property name="text">
@@ -93,11 +99,33 @@
</item>
<item>
<widget class="QPushButton" name="pushButton_settings">
+ <property name="minimumSize">
+ <size>
+ <width>29</width>
+ <height>29</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>29</width>
+ <height>29</height>
+ </size>
+ </property>
<property name="text">
- <string>Settings</string>
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset resource="resources.qrc">
+ <normaloff>:/icons/resource/settingsButton.png</normaloff>:/icons/resource/settingsButton.png</iconset>
+ </property>
+ <property name="iconSize">
+ <size>
+ <width>29</width>
+ <height>29</height>
+ </size>
</property>
- <property name="flat">
- <bool>false</bool>
+ <property name="default">
+ <bool>true</bool>
</property>
</widget>
</item>