summaryrefslogtreecommitdiff
path: root/stats_display_window.ui
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2016-07-28 21:32:50 +0930
committerdaniel-Jones <daniel@danieljon.es>2016-07-28 21:32:50 +0930
commit58cc302ca32c807b1fd238dfc5149ff847c0c454 (patch)
tree066423abf5f834b657ce94635319b105567603cf /stats_display_window.ui
parent536bc6c7a1ea06769566f0558071ed92afaf57cd (diff)
downloadcsgo_stats-58cc302ca32c807b1fd238dfc5149ff847c0c454.tar.gz
csgo_stats-58cc302ca32c807b1fd238dfc5149ff847c0c454.zip
major rewrite of almost everything relating to displaying stats, no longer 400+ lines of copypasta
Diffstat (limited to 'stats_display_window.ui')
-rw-r--r--stats_display_window.ui27
1 files changed, 13 insertions, 14 deletions
diff --git a/stats_display_window.ui b/stats_display_window.ui
index 9023077..06e36af 100644
--- a/stats_display_window.ui
+++ b/stats_display_window.ui
@@ -93,41 +93,34 @@
</property>
</widget>
</item>
- <item row="6" column="0">
+ <item row="5" column="0">
<widget class="QLabel" name="mvp_number_label">
<property name="text">
<string>MVPs</string>
</property>
</widget>
</item>
- <item row="7" column="0">
+ <item row="6" column="0">
<widget class="QLabel" name="total_kills_label">
<property name="text">
<string>total kills</string>
</property>
</widget>
</item>
- <item row="8" column="0">
+ <item row="7" column="0">
<widget class="QLabel" name="total_deaths_label">
<property name="text">
<string>total deaths</string>
</property>
</widget>
</item>
- <item row="9" column="0">
+ <item row="8" column="0">
<widget class="QLabel" name="kd_ratio_label">
<property name="text">
<string>K/D ratio</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>
</layout>
</item>
<item row="0" column="1">
@@ -168,7 +161,10 @@
</size>
</property>
<property name="frameShape">
- <enum>QFrame::Panel</enum>
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Plain</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
@@ -180,7 +176,7 @@
<bool>false</bool>
</property>
<property name="showGrid">
- <bool>false</bool>
+ <bool>true</bool>
</property>
<property name="cornerButtonEnabled">
<bool>false</bool>
@@ -191,11 +187,14 @@
<attribute name="horizontalHeaderDefaultSectionSize">
<number>100</number>
</attribute>
+ <attribute name="horizontalHeaderMinimumSectionSize">
+ <number>15</number>
+ </attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
- <number>50</number>
+ <number>70</number>
</attribute>
</widget>
</item>