1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>CheaterHub</string>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QHBoxLayout" name="horizontalLayout_3">
19 <widget class="QTabWidget" name="tabWidget">
20 <property name="currentIndex">
23 <widget class="QWidget" name="tab">
24 <attribute name="title">
25 <string>Wordscapes</string>
27 <layout class="QHBoxLayout" name="horizontalLayout_2">
29 <layout class="QVBoxLayout" name="verticalLayout">
31 <spacer name="verticalSpacer_2">
32 <property name="orientation">
33 <enum>Qt::Vertical</enum>
35 <property name="sizeType">
36 <enum>QSizePolicy::Maximum</enum>
38 <property name="sizeHint" stdset="0">
47 <layout class="QGridLayout" name="gridLayout">
48 <item row="0" column="1">
49 <widget class="QLabel" name="label_given">
50 <property name="minimumSize">
56 <property name="font">
58 <pointsize>12</pointsize>
61 <property name="text">
62 <string>Given:</string>
66 <item row="0" column="0">
67 <spacer name="horizontalSpacer_3">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
71 <property name="sizeHint" stdset="0">
79 <item row="0" column="2">
80 <widget class="QLineEdit" name="lineEdit_given">
81 <property name="minimumSize">
87 <property name="font">
89 <pointsize>12</pointsize>
92 <property name="clearButtonEnabled">
97 <item row="1" column="2">
98 <widget class="QLineEdit" name="lineEdit_search">
99 <property name="minimumSize">
105 <property name="font">
107 <pointsize>12</pointsize>
110 <property name="clearButtonEnabled">
115 <item row="1" column="1">
116 <widget class="QLabel" name="label_search">
117 <property name="minimumSize">
123 <property name="font">
125 <pointsize>12</pointsize>
128 <property name="text">
129 <string>Search:</string>
133 <item row="0" column="3">
134 <spacer name="horizontalSpacer_4">
135 <property name="orientation">
136 <enum>Qt::Horizontal</enum>
138 <property name="sizeHint" stdset="0">
149 <layout class="QHBoxLayout" name="horizontalLayout">
151 <spacer name="horizontalSpacer">
152 <property name="orientation">
153 <enum>Qt::Horizontal</enum>
155 <property name="sizeHint" stdset="0">
164 <widget class="QPushButton" name="btn_socket">
165 <property name="enabled">
168 <property name="font">
170 <pointsize>12</pointsize>
173 <property name="text">
174 <string>Submit</string>
176 <property name="checkable">
182 <spacer name="horizontalSpacer_2">
183 <property name="orientation">
184 <enum>Qt::Horizontal</enum>
186 <property name="sizeHint" stdset="0">
197 <spacer name="verticalSpacer_3">
198 <property name="orientation">
199 <enum>Qt::Vertical</enum>
201 <property name="sizeType">
202 <enum>QSizePolicy::Maximum</enum>
204 <property name="sizeHint" stdset="0">
213 <widget class="QLabel" name="lbl_info">
214 <property name="text">
215 <string><html><head/><body><p align="justify"><span style=" font-weight:600;">Introduction:</span></p><p align="justify">Using '*' to mark one blank in search string</p><p align="justify"><span style=" font-weight:600;">Example:</span></p><p align="justify">&gt;&gt; Given: apple</p><p align="justify">&gt;&gt; Search: appl*</p></body></html></string>
220 <spacer name="verticalSpacer">
221 <property name="orientation">
222 <enum>Qt::Vertical</enum>
224 <property name="sizeHint" stdset="0">
235 <widget class="QListWidget" name="list_result">
236 <property name="minimumSize">
246 <widget class="QWidget" name="tab_2">
247 <attribute name="title">
248 <string>For future games</string>
255 <widget class="QMenuBar" name="menubar">
256 <property name="geometry">
264 <widget class="QMenu" name="menubar1">
265 <property name="title">
266 <string>Settings</string>
268 <addaction name="actionConfig"/>
270 <addaction name="menubar1"/>
272 <widget class="QStatusBar" name="statusbar"/>
273 <action name="actionConfig">
274 <property name="text">
275 <string>Config</string>
280 <tabstop>lineEdit_given</tabstop>
281 <tabstop>lineEdit_search</tabstop>
282 <tabstop>btn_socket</tabstop>
283 <tabstop>list_result</tabstop>
284 <tabstop>tabWidget</tabstop>