<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>CheaterHub</string> </property> <widget class="QWidget" name="centralwidget"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Wordscapes</string> </attribute> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Maximum</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>50</height> </size> </property> </spacer> </item> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="1"> <widget class="QLabel" name="label_given"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Given:</string> </property> </widget> </item> <item row="0" column="0"> <spacer name="horizontalSpacer_3"> <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 row="0" column="2"> <widget class="QLineEdit" name="lineEdit_given"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="2"> <widget class="QLineEdit" name="lineEdit_search"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1"> <widget class="QLabel" name="label_search"> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Search:</string> </property> </widget> </item> <item row="0" column="3"> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <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="btn_socket"> <property name="enabled"> <bool>true</bool> </property> <property name="font"> <font> <pointsize>12</pointsize> </font> </property> <property name="text"> <string>Submit</string> </property> <property name="checkable"> <bool>false</bool> </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> </layout> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Maximum</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="lbl_info"> <property name="text"> <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> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QListWidget" name="list_result"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>For future games</string> </attribute> </widget> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>30</height> </rect> </property> <widget class="QMenu" name="menubar1"> <property name="title"> <string>Settings</string> </property> <addaction name="actionConfig"/> </widget> <addaction name="menubar1"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionConfig"> <property name="text"> <string>Config</string> </property> </action> </widget> <tabstops> <tabstop>lineEdit_given</tabstop> <tabstop>lineEdit_search</tabstop> <tabstop>btn_socket</tabstop> <tabstop>list_result</tabstop> <tabstop>tabWidget</tabstop> </tabstops> <resources/> <connections/> </ui>