summaryrefslogtreecommitdiff
path: root/stats_display_window.ui
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2016-07-23 13:36:10 +0930
committerdaniel-Jones <daniel@danieljon.es>2016-07-23 13:36:10 +0930
commitcdb03cae2c21c9a5ada496b92e705995334e9e9a (patch)
treea320a4c5177dd56d57a79c05f60739acee7e84b1 /stats_display_window.ui
parent0b6f9e4af8f1ab695a193fabdb32b6219223c455 (diff)
downloadcsgo_stats-cdb03cae2c21c9a5ada496b92e705995334e9e9a.tar.gz
csgo_stats-cdb03cae2c21c9a5ada496b92e705995334e9e9a.zip
Added images for all weapons, stats from each weapon appear in a table. thanks to csgo-stats.com for the images! Other small changes.
Diffstat (limited to 'stats_display_window.ui')
-rw-r--r--stats_display_window.ui174
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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:16pt;&quot;&gt;Weapon Statistics&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>