diff options
Diffstat (limited to 'stats_display_window.ui')
-rw-r--r-- | stats_display_window.ui | 174 |
1 files changed, 143 insertions, 31 deletions
diff --git a/stats_display_window.ui b/stats_display_window.ui index ca16129..dcbace5 100644 --- a/stats_display_window.ui +++ b/stats_display_window.ui @@ -9,54 +9,166 @@ <rect> <x>0</x> <y>0</y> - <width>104</width> - <height>112</height> + <width>416</width> + <height>402</height> </rect> </property> <property name="windowTitle"> <string>CS:GO Statistics</string> </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="3" column="0"> - <widget class="QLabel" name="status_label"> + <layout class="QGridLayout" name="gridLayout"> + <item row="1" column="0"> + <widget class="QPushButton" name="refresh_button"> <property name="text"> - <string>status</string> + <string>refresh</string> </property> </widget> </item> - <item row="1" column="0"> - <widget class="QLabel" name="username_label"> - <property name="font"> - <font> - <family>Arial [Mono]</family> - <pointsize>14</pointsize> - <weight>75</weight> - <bold>true</bold> - </font> - </property> - <property name="text"> - <string>username</string> + <item row="4" column="1"> + <widget class="QLineEdit" name="new_steam_id"> + <property name="placeholderText"> + <string>New steam account ID here</string> </property> </widget> </item> <item row="0" column="0"> - <widget class="QLabel" name="avatar_label"> - <property name="text"> - <string>avatar</string> - </property> - </widget> + <layout class="QFormLayout" name="stats_layout"> + <item row="0" column="0"> + <widget class="QLabel" name="avatar_label"> + <property name="text"> + <string>avatar</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="username_label"> + <property name="font"> + <font> + <family>Arial [Mono]</family> + <pointsize>14</pointsize> + <weight>75</weight> + <bold>true</bold> + </font> + </property> + <property name="text"> + <string>username</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="realname_label"> + <property name="text"> + <string>realname</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="status_label"> + <property name="text"> + <string>status</string> + </property> + </widget> + </item> + <item row="5" column="0"> + <widget class="QLabel" name="mvp_label"> + <property name="text"> + <string>MVP_IMAGE</string> + </property> + </widget> + </item> + <item row="4" column="0"> + <widget class="QLabel" name="time_in_label"> + <property name="text"> + <string>Time in CS:GO</string> + </property> + </widget> + </item> + <item row="6" column="0"> + <widget class="QLabel" name="mvp_number_label"> + <property name="text"> + <string>MVPs</string> + </property> + </widget> + </item> + </layout> </item> - <item row="2" column="0"> - <widget class="QLabel" name="realname_label"> - <property name="text"> - <string>realname</string> - </property> - </widget> + <item row="0" column="1"> + <layout class="QGridLayout" name="base_grid"> + <item row="0" column="0"> + <layout class="QFormLayout" name="weapons_layout"> + <item row="1" column="0"> + <widget class="QLabel" name="weapon_stats_label"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string><html><head/><body><p><span style=" font-size:16pt;">Weapon Statistics</span></p></body></html></string> + </property> + </widget> + </item> + <item row="5" column="0"> + <widget class="QTableWidget" name="weapon_table"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="baseSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="tabKeyNavigation"> + <bool>false</bool> + </property> + <property name="showDropIndicator" stdset="0"> + <bool>false</bool> + </property> + <property name="showGrid"> + <bool>false</bool> + </property> + <property name="cornerButtonEnabled"> + <bool>false</bool> + </property> + <attribute name="horizontalHeaderVisible"> + <bool>false</bool> + </attribute> + <attribute name="horizontalHeaderDefaultSectionSize"> + <number>100</number> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <attribute name="verticalHeaderDefaultSectionSize"> + <number>50</number> + </attribute> + </widget> + </item> + </layout> + </item> + </layout> </item> <item row="4" column="0"> - <widget class="QLabel" name="time_in_label"> + <widget class="QPushButton" name="new_id_button"> <property name="text"> - <string>Time in CS:GO</string> + <string>New ID</string> </property> </widget> </item> |