| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Lobby</class>
- <widget class="QWidget" name="Lobby">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>903</width>
- <height>487</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Public Room Browser</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="spacing">
- <number>3</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <property name="spacing">
- <number>6</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_5">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Nickname</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="nickname">
- <property name="placeholderText">
- <string>Nickname</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Filters</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="search">
- <property name="placeholderText">
- <string>Search</string>
- </property>
- <property name="clearButtonEnabled">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="games_owned">
- <property name="text">
- <string>Games I Own</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="hide_empty">
- <property name="text">
- <string>Hide Empty Rooms</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="hide_full">
- <property name="text">
- <string>Hide Full Rooms</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="refresh_list">
- <property name="text">
- <string>Refresh Lobby</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QTreeView" name="room_list"/>
- </item>
- <item>
- <widget class="QWidget" name="widget" native="true"/>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>
|