diff options
Diffstat (limited to 'stats_display_window.ui')
-rw-r--r-- | stats_display_window.ui | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/stats_display_window.ui b/stats_display_window.ui index bf6d27e..ca16129 100644 --- a/stats_display_window.ui +++ b/stats_display_window.ui @@ -9,15 +9,22 @@ <rect> <x>0</x> <y>0</y> - <width>740</width> - <height>479</height> + <width>104</width> + <height>112</height> </rect> </property> <property name="windowTitle"> <string>CS:GO Statistics</string> </property> - <layout class="QFormLayout" name="formLayout"> - <item row="0" column="0" colspan="2"> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="3" column="0"> + <widget class="QLabel" name="status_label"> + <property name="text"> + <string>status</string> + </property> + </widget> + </item> + <item row="1" column="0"> <widget class="QLabel" name="username_label"> <property name="font"> <font> @@ -32,6 +39,13 @@ </property> </widget> </item> + <item row="0" column="0"> + <widget class="QLabel" name="avatar_label"> + <property name="text"> + <string>avatar</string> + </property> + </widget> + </item> <item row="2" column="0"> <widget class="QLabel" name="realname_label"> <property name="text"> @@ -39,10 +53,10 @@ </property> </widget> </item> - <item row="3" column="0"> - <widget class="QLabel" name="avatar_label"> + <item row="4" column="0"> + <widget class="QLabel" name="time_in_label"> <property name="text"> - <string>avatar</string> + <string>Time in CS:GO</string> </property> </widget> </item> |