- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CStatusWindow</class>
- <widget class="QWidget" name="CStatusWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1592</width>
- <height>670</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QTextEdit" name="mMsgTxtEditBox">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>60</y>
- <width>1411</width>
- <height>571</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="mForceScanBtn">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>60</y>
- <width>80</width>
- <height>22</height>
- </rect>
- </property>
- <property name="text">
- <string>Forcer scan</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|