Fixing ui problems.
[evilplumber] / src / main.ui
index 09f3ca4..693f738 100644 (file)
   <property name="windowTitle">
    <string>Evil Plumber</string>
   </property>
+  <property name="styleSheet">
+   <string>QWidget
+{
+       background-color: #15445d;
+       color: #9fb2bc;
+}</string>
+  </property>
   <widget class="QTableWidget" name="gameTable">
    <property name="geometry">
     <rect>
     <string/>
    </property>
   </widget>
-  <widget class="QFrame" name="startFrame">
+  <widget class="QLabel" name="levelLabel">
    <property name="geometry">
     <rect>
-     <x>100</x>
-     <y>90</y>
-     <width>581</width>
-     <height>251</height>
+     <x>90</x>
+     <y>0</y>
+     <width>51</width>
+     <height>41</height>
     </rect>
    </property>
    <property name="font">
     <font>
-     <family>Sans Serif</family>
+     <family>AlArabiya</family>
+     <pointsize>20</pointsize>
     </font>
    </property>
-   <property name="autoFillBackground">
+   <property name="text">
+    <string/>
+   </property>
+  </widget>
+  <widget class="QWidget" name="startWidget" native="true">
+   <property name="enabled">
     <bool>true</bool>
    </property>
-   <property name="frameShape">
-    <enum>QFrame::Box</enum>
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>800</width>
+     <height>430</height>
+    </rect>
    </property>
-   <property name="frameShadow">
-    <enum>QFrame::Raised</enum>
+   <property name="styleSheet">
+    <string/>
    </property>
-   <property name="lineWidth">
-    <number>3</number>
-   </property>
-   <property name="midLineWidth">
-    <number>0</number>
-   </property>
-   <widget class="QWidget" name="layoutWidget">
-    <property name="geometry">
-     <rect>
-      <x>0</x>
-      <y>0</y>
-      <width>581</width>
-      <height>251</height>
-     </rect>
-    </property>
-    <layout class="QVBoxLayout" name="verticalLayout">
-     <item>
-      <widget class="QLabel" name="startTitle">
-       <property name="font">
-        <font>
-         <family>Sans Serif</family>
-        </font>
-       </property>
-       <property name="text">
-        <string/>
-       </property>
-       <property name="textFormat">
-        <enum>Qt::RichText</enum>
-       </property>
-       <property name="margin">
-        <number>10</number>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <widget class="QLabel" name="startLabel">
-       <property name="font">
-        <font>
-         <family>Sans Serif</family>
-        </font>
-       </property>
-       <property name="text">
-        <string/>
-       </property>
-       <property name="textFormat">
-        <enum>Qt::RichText</enum>
-       </property>
-       <property name="margin">
-        <number>10</number>
-       </property>
-      </widget>
-     </item>
-     <item>
-      <layout class="QHBoxLayout" name="horizontalLayout">
-       <item>
-        <spacer name="horizontalSpacer">
-         <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="startButton">
-         <property name="font">
-          <font>
-           <family>Sans Serif</family>
-           <pointsize>20</pointsize>
-          </font>
-         </property>
-         <property name="text">
-          <string>Start</string>
-         </property>
-        </widget>
-       </item>
-       <item>
-        <spacer name="horizontalSpacer_3">
-         <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="quitButton">
-         <property name="text">
-          <string>Quit</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>
-      </layout>
-     </item>
-     <item>
-      <spacer name="verticalSpacer_2">
-       <property name="orientation">
-        <enum>Qt::Vertical</enum>
-       </property>
-       <property name="sizeHint" stdset="0">
-        <size>
-         <width>20</width>
-         <height>40</height>
-        </size>
-       </property>
-      </spacer>
-     </item>
-    </layout>
-   </widget>
   </widget>
-  <widget class="QLabel" name="levelLabel">
+  <widget class="QWidget" name="collectionWidget" native="true">
+   <property name="enabled">
+    <bool>true</bool>
+   </property>
    <property name="geometry">
     <rect>
-     <x>90</x>
+     <x>0</x>
      <y>0</y>
-     <width>51</width>
-     <height>41</height>
+     <width>800</width>
+     <height>430</height>
     </rect>
    </property>
-   <property name="font">
-    <font>
-     <family>AlArabiya</family>
-     <pointsize>20</pointsize>
-    </font>
-   </property>
-   <property name="text">
+   <property name="styleSheet">
     <string/>
    </property>
   </widget>