<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Form</class> <widget class="QWidget" name="Form"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>434</width> <height>202</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="lblUser"> <property name="font"> <font> <pointsize>15</pointsize> <weight>75</weight> <bold>true</bold> </font> </property> <property name="text"> <string>...</string> </property> </widget> </item> <item> <spacer name="expandingSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>24</width> <height>24</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btnLogout"> <property name="text"> <string>Logout</string> </property> </widget> </item> <item> <spacer name="fixedSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>24</width> <height>24</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>