qfedu-qt-level/qtdemo03/form3.ui

96 lines
2.5 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form3</class>
<widget class="QWidget" name="Form3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QWidget" name="widget_2" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>你喜欢的开发岗位?</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="w1">
<property name="text">
<string>IoT应用开发</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="w2">
<property name="text">
<string>C/C++应用开发工程师</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="w3">
<property name="text">
<string>嵌入式驱动开发</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="w4">
<property name="text">
<string>Qt桌面应用开发</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<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="pushButton">
<property name="text">
<string>显示结果</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QLabel" name="result">
<property name="text">
<string>结果:</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>