summaryrefslogtreecommitdiff
path: root/user_select_dialog.ui
diff options
context:
space:
mode:
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>