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.ui72
1 files changed, 72 insertions, 0 deletions
diff --git a/user_select_dialog.ui b/user_select_dialog.ui
new file mode 100644
index 0000000..75a5e7d
--- /dev/null
+++ b/user_select_dialog.ui
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>user_select_dialog</class>
+ <widget class="QMainWindow" name="user_select_dialog">
+ <property name="windowModality">
+ <enum>Qt::ApplicationModal</enum>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>181</width>
+ <height>115</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Select a Steam account</string>
+ </property>
+ <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>
+ </item>
+ </layout>
+ </widget>
+ </widget>
+ <layoutdefault spacing="6" margin="11"/>
+ <resources/>
+ <connections>
+ <connection>
+ <sender>close_button</sender>
+ <signal>clicked()</signal>
+ <receiver>user_select_dialog</receiver>
+ <slot>close()</slot>
+ <hints>
+ <hint type="sourcelabel">
+ <x>348</x>
+ <y>403</y>
+ </hint>
+ <hint type="destinationlabel">
+ <x>418</x>
+ <y>566</y>
+ </hint>
+ </hints>
+ </connection>
+ </connections>
+</ui>