diff options
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r-- | src/mainwindow.ui | 59 |
1 files changed, 34 insertions, 25 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 03e1aae..df6499f 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -22,7 +22,6 @@ <widget class="QLabel" name="outputLabel"> <property name="font"> <font> - <weight>75</weight> <bold>true</bold> </font> </property> @@ -55,7 +54,6 @@ <widget class="QLabel" name="inputLabel"> <property name="font"> <font> - <weight>75</weight> <bold>true</bold> </font> </property> @@ -82,31 +80,42 @@ </item> </layout> </item> + <item> + <widget class="Line" name="line"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QLabel" name="cardLabel"> + <property name="text"> + <string>Card/Profile</string> + </property> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="cards"/> + </item> + <item> + <spacer name="verticalSpacer"> + <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> + </item> </layout> </item> - <item> - <widget class="QLabel" name="cardLabel"> - <property name="text"> - <string>Card/Profile</string> - </property> - </widget> - </item> - <item> - <layout class="QVBoxLayout" name="cards"/> - </item> - <item> - <spacer name="verticalSpacer"> - <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> <resources/> |