Made strips little smaller

This commit is contained in:
0xFEEDC0DE64
2017-12-02 13:09:22 +01:00
parent ab371e6983
commit 3955ec1546
2 changed files with 29 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>500</width> <width>500</width>
<height>52</height> <height>45</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -27,7 +27,7 @@
<widget class="QLabel" name="labelTime"> <widget class="QLabel" name="labelTime">
<property name="font"> <property name="font">
<font> <font>
<pointsize>20</pointsize> <pointsize>15</pointsize>
</font> </font>
</property> </property>
<property name="frameShape"> <property name="frameShape">
@@ -45,7 +45,7 @@
<widget class="QLabel" name="labelType"> <widget class="QLabel" name="labelType">
<property name="font"> <property name="font">
<font> <font>
<pointsize>20</pointsize> <pointsize>15</pointsize>
</font> </font>
</property> </property>
<property name="text"> <property name="text">

View File

@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>500</width> <width>500</width>
<height>102</height> <height>75</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -21,7 +21,7 @@
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0"> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
<property name="spacing"> <property name="spacing">
<number>20</number> <number>3</number>
</property> </property>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0">
@@ -71,6 +71,18 @@
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1"> <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1">
<item> <item>
<widget class="QLabel" name="labelSubprojekt"> <widget class="QLabel" name="labelSubprojekt">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>
@@ -78,6 +90,18 @@
</item> </item>
<item> <item>
<widget class="QLabel" name="labelWorkpackage"> <widget class="QLabel" name="labelWorkpackage">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string>TextLabel</string>
</property> </property>