动态页面安装程序示例
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>InstallationWidget</class> <widget class="QWidget" name="InstallationWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>491</width> <height>190</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>491</width> <height>190</height> </size> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout"> <property name="horizontalSpacing"> <number>0</number> </property> <property name="verticalSpacing"> <number>6</number> </property> <item row="3" column="1"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item row="4" column="0" rowspan="2"> <widget class="QLabel" name="label_6"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../../../resources/additional.qrc">:/icon.png</pixmap> </property> </widget> </item> <item row="4" column="1" colspan="3"> <widget class="QRadioButton" name="completeInstall"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Complete</string> </property> </widget> </item> <item row="0" column="1" colspan="3"> <widget class="QRadioButton" name="defaultInstall"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Typical</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="7" column="0" rowspan="2"> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../../../resources/additional.qrc">:/icon.png</pixmap> </property> </widget> </item> <item row="0" column="0" rowspan="3"> <widget class="QLabel" name="label_5"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="../../../resources/additional.qrc">:/icon.png</pixmap> </property> </widget> </item> <item row="5" column="1" colspan="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>1</height> </size> </property> </spacer> </item> <item row="7" column="1" colspan="3"> <widget class="QRadioButton" name="customInstall"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Custom</string> </property> </widget> </item> <item row="1" column="1" rowspan="2"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>1</height> </size> </property> </spacer> </item> <item row="1" column="2" rowspan="2" colspan="2"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Common program features will be installed. Recommended for general use.</string> </property> </widget> </item> <item row="8" column="2" colspan="2"> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Choose which program features you want to install. Recommended for advanced users.</string> </property> </widget> </item> <item row="5" column="3"> <widget class="QLabel" name="label_2"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>All program features will be installed. (Requires the most disk space)</string> </property> </widget> </item> <item row="6" column="1"> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item row="8" column="1"> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>1</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>defaultInstall</tabstop> <tabstop>completeInstall</tabstop> <tabstop>customInstall</tabstop> </tabstops> <resources> <include location="../../../resources/additional.qrc"/> </resources> <connections/> </ui>