Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CMainPage</class>
- <widget class="QWidget" name="CMainPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>2048</width>
- <height>1024</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QCheckBox" name="checkBox">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>230</y>
- <width>70</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>CheckBox</string>
- </property>
- </widget>
- <widget class="QTabWidget" name="mMainTabWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>2051</width>
- <height>1031</height>
- </rect>
- </property>
- <widget class="QWidget" name="Test">
- <attribute name="title">
- <string>Tab 1</string>
- </attribute>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Tab 2</string>
- </attribute>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|