⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialupbase.ui

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.7平台上编译为嵌入式图形界面操作系统。
💻 UI
📖 第 1 页 / 共 3 页
字号:
                                </property>                                <property stdset="1">                                    <name>buttonGroupId</name>                                    <number>1</number>                                </property>                            </widget>                        </grid>                    </widget>                </grid>            </widget>            <widget>                <class>QWidget</class>                <property stdset="1">                    <name>name</name>                    <cstring>tab</cstring>                </property>                <attribute>                    <name>title</name>                    <string>Network</string>                </attribute>                <grid>                    <property stdset="1">                        <name>margin</name>                        <number>6</number>                    </property>                    <property stdset="1">                        <name>spacing</name>                        <number>4</number>                    </property>                    <spacer row="4"  column="1" >                        <property>                            <name>name</name>                            <cstring>Spacer8</cstring>                        </property>                        <property stdset="1">                            <name>orientation</name>                            <enum>Vertical</enum>                        </property>                        <property stdset="1">                            <name>sizeType</name>                            <enum>Expanding</enum>                        </property>                        <property>                            <name>sizeHint</name>                            <size>                                <width>20</width>                                <height>20</height>                            </size>                        </property>                    </spacer>                    <widget row="2"  column="0" >                        <class>QCheckBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>usepeerdns</cstring>                        </property>                        <property stdset="1">                            <name>text</name>                            <string>Auto-detect name servers</string>                        </property>                        <property stdset="1">                            <name>checked</name>                            <bool>true</bool>                        </property>                    </widget>                    <widget row="1"  column="0"  rowspan="1"  colspan="2" >                        <class>QGroupBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>gatewaybox</cstring>                        </property>                        <property stdset="1">                            <name>enabled</name>                            <bool>false</bool>                        </property>                        <property stdset="1">                            <name>title</name>                            <string></string>                        </property>                        <hbox>                            <property stdset="1">                                <name>margin</name>                                <number>11</number>                            </property>                            <property stdset="1">                                <name>spacing</name>                                <number>6</number>                            </property>                            <widget>                                <class>QLabel</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>TextLabel4_2</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>Gateway</string>                                </property>                            </widget>                            <widget>                                <class>QLineEdit</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>gateway</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string></string>                                </property>                            </widget>                        </hbox>                    </widget>                    <widget row="0"  column="0"  rowspan="1"  colspan="2" >                        <class>QCheckBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>defaultroute</cstring>                        </property>                        <property stdset="1">                            <name>text</name>                            <string>Auto-detect routing</string>                        </property>                        <property stdset="1">                            <name>checked</name>                            <bool>true</bool>                        </property>                    </widget>                    <widget row="3"  column="0"  rowspan="1"  colspan="2" >                        <class>QGroupBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>dnsbox</cstring>                        </property>                        <property stdset="1">                            <name>enabled</name>                            <bool>false</bool>                        </property>                        <property stdset="1">                            <name>title</name>                            <string></string>                        </property>                        <grid>                            <property stdset="1">                                <name>margin</name>                                <number>11</number>                            </property>                            <property stdset="1">                                <name>spacing</name>                                <number>6</number>                            </property>                            <widget row="0"  column="1" >                                <class>QLineEdit</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>dns1</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string></string>                                </property>                            </widget>                            <widget row="1"  column="1" >                                <class>QLineEdit</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>dns2</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string></string>                                </property>                            </widget>                            <widget row="0"  column="0" >                                <class>QLabel</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>TextLabel1_2_3</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>First DNS</string>                                </property>                            </widget>                            <widget row="1"  column="0" >                                <class>QLabel</class>                                <property stdset="1">                                    <name>name</name>                                    <cstring>TextLabel1_2_2_2</cstring>                                </property>                                <property stdset="1">                                    <name>text</name>                                    <string>Second DNS</string>                                </property>                            </widget>                        </grid>                    </widget>                </grid>            </widget>            <widget>                <class>QWidget</class>                <property stdset="1">                    <name>name</name>                    <cstring>proxiestab</cstring>                </property>                <attribute>                    <name>title</name>                    <string>Proxies</string>                </attribute>            </widget>        </widget>    </vbox></widget><connections>    <connection>        <sender>defaultroute</sender>        <signal>toggled(bool)</signal>        <receiver>gatewaybox</receiver>        <slot>setDisabled(bool)</slot>    </connection>    <connection>        <sender>usepeerdns</sender>        <signal>toggled(bool)</signal>        <receiver>dnsbox</receiver>        <slot>setDisabled(bool)</slot>    </connection>    <connection>        <sender>connectdelay</sender>        <signal>valueChanged(int)</signal>        <receiver>connectdelay_text</receiver>        <slot>setNum(int)</slot>    </connection>    <connection>        <sender>dial_manual</sender>        <signal>toggled(bool)</signal>        <receiver>idletime</receiver>        <slot>setDisabled(bool)</slot>    </connection></connections><tabstops>    <tabstop>TabWidget2</tabstop>    <tabstop>acname</tabstop>    <tabstop>username</tabstop>    <tabstop>password</tabstop>    <tabstop>phone</tabstop>    <tabstop>atdial</tabstop>    <tabstop>speed</tabstop>    <tabstop>crtscts</tabstop>    <tabstop>connectdelay</tabstop>    <tabstop>dial_manual</tabstop>    <tabstop>dial_idle</tabstop>    <tabstop>dial_demand</tabstop>    <tabstop>idletime</tabstop>    <tabstop>defaultroute</tabstop>    <tabstop>gateway</tabstop>    <tabstop>usepeerdns</tabstop>    <tabstop>dns1</tabstop>    <tabstop>dns2</tabstop></tabstops></UI>

⌨️ 快捷键说明

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