changeset 62:efb1cd435148

Make the about button use a icon instead of question mark.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Apr 2017 11:12:03 +0300
parents 11fc54878035
children fc633e7c83a9
files mainwindow.ui
diffstat 1 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mainwindow.ui	Sun Apr 09 11:11:35 2017 +0300
+++ b/mainwindow.ui	Sun Apr 09 11:12:03 2017 +0300
@@ -254,7 +254,17 @@
         <item>
          <widget class="QPushButton" name="button_About">
           <property name="text">
-           <string>?</string>
+           <string/>
+          </property>
+          <property name="icon">
+           <iconset resource="resources.qrc">
+            <normaloff>:/img/icon-64.png</normaloff>:/img/icon-64.png</iconset>
+          </property>
+          <property name="iconSize">
+           <size>
+            <width>32</width>
+            <height>32</height>
+           </size>
           </property>
          </widget>
         </item>