You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CVisualInspectionPage</class>
- <widget class="QWidget" name="CVisualInspectionPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1103</width>
- <height>710</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QCheckBox" name="checkBox">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>50</y>
- <width>211</width>
- <height>17</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>12</pointsize>
- </font>
- </property>
- <property name="text">
- <string>Vérifiez ceci</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox_2">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>90</y>
- <width>70</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>CheckBox</string>
- </property>
- </widget>
- <widget class="QCheckBox" name="checkBox_3">
- <property name="geometry">
- <rect>
- <x>100</x>
- <y>140</y>
- <width>70</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>CheckBox</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|