summaryrefslogtreecommitdiff
path: root/user_select_dialog.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 /user_select_dialog.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 'user_select_dialog.ui')
-rw-r--r--user_select_dialog.ui71
1 files changed, 39 insertions, 32 deletions
diff --git a/user_select_dialog.ui b/user_select_dialog.ui
index 75a5e7d..f435425 100644
--- a/user_select_dialog.ui
+++ b/user_select_dialog.ui
@@ -9,8 +9,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>181</width>
- <height>115</height>
+ <width>269</width>
+ <height>138</height>
</rect>
</property>
<property name="windowTitle">
@@ -19,32 +19,39 @@
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <widget class="QLabel" name="info_label">
- <property name="text">
- <string>Enter a Steam account ID</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="steam_url_text">
- <property name="text">
- <string>76561198055087665</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="select_account_button">
- <property name="text">
- <string>Select</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="close_button">
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="5" column="0">
+ <widget class="QPushButton" name="close_button">
+ <property name="text">
+ <string>Close</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="info_label">
+ <property name="text">
+ <string>Enter a Steam account ID or select a user</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0">
+ <widget class="QLineEdit" name="steam_url_text">
+ <property name="text">
+ <string>76561198055087665</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QPushButton" name="select_account_button">
+ <property name="text">
+ <string>Select</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QComboBox" name="player_dropdown"/>
+ </item>
+ </layout>
</item>
</layout>
</widget>
@@ -59,12 +66,12 @@
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
- <x>348</x>
- <y>403</y>
+ <x>259</x>
+ <y>128</y>
</hint>
<hint type="destinationlabel">
- <x>418</x>
- <y>566</y>
+ <x>268</x>
+ <y>110</y>
</hint>
</hints>
</connection>