summaryrefslogtreecommitdiff
path: root/stats_display_window.ui
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2016-07-27 17:27:44 +0930
committerdaniel-Jones <daniel@danieljon.es>2016-07-27 17:27:44 +0930
commit536bc6c7a1ea06769566f0558071ed92afaf57cd (patch)
tree0988bb1f3c59591c9f02cab32b0f1484df3b9e19 /stats_display_window.ui
parentcdb03cae2c21c9a5ada496b92e705995334e9e9a (diff)
downloadcsgo_stats-536bc6c7a1ea06769566f0558071ed92afaf57cd.tar.gz
csgo_stats-536bc6c7a1ea06769566f0558071ed92afaf57cd.zip
Added the ability to select users from file - see source code for file example. you can dynamically refresh the stats and info to any person on the list/with a new ID. Added weapon icons from the games iconlibs.swf file; the images were ugly. added a few new stats etc
Diffstat (limited to 'stats_display_window.ui')
-rw-r--r--stats_display_window.ui82
1 files changed, 65 insertions, 17 deletions
diff --git a/stats_display_window.ui b/stats_display_window.ui
index dcbace5..9023077 100644
--- a/stats_display_window.ui
+++ b/stats_display_window.ui
@@ -24,13 +24,30 @@
</property>
</widget>
</item>
- <item row="4" column="1">
+ <item row="6" column="1">
<widget class="QLineEdit" name="new_steam_id">
<property name="placeholderText">
- <string>New steam account ID here</string>
+ <string>New Steam account ID here</string>
</property>
</widget>
</item>
+ <item row="7" column="0">
+ <widget class="QPushButton" name="close_button">
+ <property name="text">
+ <string>Close</string>
+ </property>
+ </widget>
+ </item>
+ <item row="7" column="1">
+ <widget class="QPushButton" name="new_id_button">
+ <property name="text">
+ <string>New ID</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QComboBox" name="users_dropdown"/>
+ </item>
<item row="0" column="0">
<layout class="QFormLayout" name="stats_layout">
<item row="0" column="0">
@@ -69,13 +86,6 @@
</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">
@@ -90,6 +100,34 @@
</property>
</widget>
</item>
+ <item row="7" column="0">
+ <widget class="QLabel" name="total_kills_label">
+ <property name="text">
+ <string>total kills</string>
+ </property>
+ </widget>
+ </item>
+ <item row="8" column="0">
+ <widget class="QLabel" name="total_deaths_label">
+ <property name="text">
+ <string>total deaths</string>
+ </property>
+ </widget>
+ </item>
+ <item row="9" 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">
@@ -165,15 +203,25 @@
</item>
</layout>
</item>
- <item row="4" column="0">
- <widget class="QPushButton" name="new_id_button">
- <property name="text">
- <string>New ID</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
<resources/>
- <connections/>
+ <connections>
+ <connection>
+ <sender>close_button</sender>
+ <signal>clicked()</signal>
+ <receiver>stats_display_window</receiver>
+ <slot>close()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>259</x>
+ <y>382</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>177</x>
+ <y>386</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
</ui>