setupbase.ui

来自「Linux/Windows 环境下跨平台程序」· UI 代码 · 共 252 行 · 第 1/2 页

UI
252
字号
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>SetupBase</class><widget class="QWizard">    <property name="name">        <cstring>SetupBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>614</width>            <height>525</height>        </rect>    </property>    <property name="caption">        <string>netGo setup</string>    </property>    <widget class="QWidget">        <property name="name">            <cstring>pathPage</cstring>        </property>        <attribute name="title">            <string>Set paths</string>        </attribute>        <grid>            <property name="name">                <cstring>unnamed</cstring>            </property>            <spacer row="4" column="4" rowspan="2" colspan="1">                <property name="name">                    <cstring>spacer5</cstring>                </property>                <property name="orientation">                    <enum>Vertical</enum>                </property>                <property name="sizeType">                    <enum>Expanding</enum>                </property>                <property name="sizeHint">                    <size>                        <width>20</width>                        <height>140</height>                    </size>                </property>            </spacer>            <widget class="QLabel" row="0" column="1" rowspan="1" colspan="3">                <property name="name">                    <cstring>pixmapLabel3</cstring>                </property>                <property name="sizePolicy">                    <sizepolicy>                        <hsizetype>0</hsizetype>                        <vsizetype>0</vsizetype>                        <horstretch>0</horstretch>                        <verstretch>0</verstretch>                    </sizepolicy>                </property>                <property name="pixmap">                    <pixmap>image0</pixmap>                </property>                <property name="scaledContents">                    <bool>true</bool>                </property>            </widget>            <widget class="QLayoutWidget" row="3" column="3" rowspan="1" colspan="2">                <property name="name">                    <cstring>layout21</cstring>                </property>                <grid>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QCheckBox" row="1" column="0">                        <property name="name">                            <cstring>dhcpcdBox</cstring>                        </property>                        <property name="font">                            <font>                                <bold>1</bold>                            </font>                        </property>                        <property name="text">                            <string>dhcpcd</string>                        </property>                    </widget>                    <widget class="QCheckBox" row="2" column="0">                        <property name="name">                            <cstring>dhclientBox</cstring>                        </property>                        <property name="font">                            <font>                                <bold>1</bold>                            </font>                        </property>                        <property name="text">                            <string>dhclient</string>                        </property>                    </widget>                    <widget class="QLineEdit" row="2" column="1">                        <property name="name">                            <cstring>dhclientPath</cstring>                        </property>                        <property name="text">                            <string>/sbin/dhclient</string>                        </property>                    </widget>                    <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">                        <property name="name">                            <cstring>textLabel3</cstring>                        </property>                        <property name="text">                            <string>Select which dhcp client you would like to use:</string>                        </property>                    </widget>                    <widget class="QLineEdit" row="1" column="1">                        <property name="name">                            <cstring>dhcpcdPath</cstring>                        </property>                        <property name="text">                            <string>/sbin/dhcpcd</string>                        </property>                    </widget>                </grid>            </widget>            <spacer row="3" column="2">                <property name="name">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?