lobby.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Lobby</class>
  4. <widget class="QWidget" name="Lobby">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>903</width>
  10. <height>487</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Public Room Browser</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout_2">
  19. <property name="spacing">
  20. <number>3</number>
  21. </property>
  22. <item>
  23. <layout class="QHBoxLayout" name="horizontalLayout_3">
  24. <property name="spacing">
  25. <number>6</number>
  26. </property>
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout_5">
  29. <item>
  30. <widget class="QLabel" name="label">
  31. <property name="text">
  32. <string>Nickname</string>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QLineEdit" name="nickname">
  38. <property name="placeholderText">
  39. <string>Nickname</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <spacer name="horizontalSpacer_2">
  45. <property name="orientation">
  46. <enum>Qt::Horizontal</enum>
  47. </property>
  48. <property name="sizeHint" stdset="0">
  49. <size>
  50. <width>40</width>
  51. <height>20</height>
  52. </size>
  53. </property>
  54. </spacer>
  55. </item>
  56. <item>
  57. <widget class="QLabel" name="label_2">
  58. <property name="text">
  59. <string>Filters</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item>
  64. <widget class="QLineEdit" name="search">
  65. <property name="placeholderText">
  66. <string>Search</string>
  67. </property>
  68. <property name="clearButtonEnabled">
  69. <bool>true</bool>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QCheckBox" name="games_owned">
  75. <property name="text">
  76. <string>Games I Own</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QCheckBox" name="hide_empty">
  82. <property name="text">
  83. <string>Hide Empty Rooms</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QCheckBox" name="hide_full">
  89. <property name="text">
  90. <string>Hide Full Rooms</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <spacer name="horizontalSpacer">
  96. <property name="orientation">
  97. <enum>Qt::Horizontal</enum>
  98. </property>
  99. <property name="sizeHint" stdset="0">
  100. <size>
  101. <width>40</width>
  102. <height>20</height>
  103. </size>
  104. </property>
  105. </spacer>
  106. </item>
  107. <item>
  108. <widget class="QPushButton" name="refresh_list">
  109. <property name="text">
  110. <string>Refresh Lobby</string>
  111. </property>
  112. </widget>
  113. </item>
  114. </layout>
  115. </item>
  116. </layout>
  117. </item>
  118. <item>
  119. <widget class="QTreeView" name="room_list"/>
  120. </item>
  121. <item>
  122. <widget class="QWidget" name="widget" native="true"/>
  123. </item>
  124. </layout>
  125. </item>
  126. </layout>
  127. </widget>
  128. <resources/>
  129. <connections/>
  130. </ui>