diff options
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/mainDialog.ui | 38 |
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> |
