No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <?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 class="QLabel" name="mSoftVersionLbl">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>645</y>
- <width>381</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>TextLabel</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|