diff mainwindow.ui @ 60:d7a2a48ebe24

Add a separate "About" button, don't use the logo as one. Change logo widget back to QLabel.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 08 Apr 2017 02:42:01 +0300
parents 08c0d5116e82
children efb1cd435148
line wrap: on
line diff
--- a/mainwindow.ui	Sat Apr 08 02:16:48 2017 +0300
+++ b/mainwindow.ui	Sat Apr 08 02:42:01 2017 +0300
@@ -227,13 +227,10 @@
        </widget>
       </item>
       <item>
-       <widget class="QPushButton" name="button_LogoImage">
+       <widget class="QLabel" name="button_LogoImage">
         <property name="text">
          <string/>
         </property>
-        <property name="flat">
-         <bool>true</bool>
-        </property>
        </widget>
       </item>
       <item>
@@ -255,6 +252,26 @@
          <enum>QLayout::SetMinimumSize</enum>
         </property>
         <item>
+         <widget class="QPushButton" name="button_About">
+          <property name="text">
+           <string>?</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <spacer name="horizontalSpacer_2">
+          <property name="orientation">
+           <enum>Qt::Horizontal</enum>
+          </property>
+          <property name="sizeHint" stdset="0">
+           <size>
+            <width>40</width>
+            <height>20</height>
+           </size>
+          </property>
+         </spacer>
+        </item>
+        <item>
          <widget class="QPushButton" name="button_Quit">
           <property name="text">
            <string>Poistu ohjelmasta</string>
@@ -276,7 +293,7 @@
   <tabstop>button_Quit</tabstop>
  </tabstops>
  <resources>
-  <include location="Syntilista.qrc"/>
+  <include location="resources.qrc"/>
  </resources>
  <connections/>
 </ui>