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

📄 connectdialog.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>ConnectDialog</class><widget class="QDialog">    <property name="name">        <cstring>ConnectDialog</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>384</width>            <height>165</height>        </rect>    </property>    <property name="caption">        <string>Choose host to connect to</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QFrame">            <property name="name">                <cstring>Frame3</cstring>            </property>            <property name="frameShape">                <enum>StyledPanel</enum>            </property>            <property name="frameShadow">                <enum>Raised</enum>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>TextLabel2</cstring>                    </property>                    <property name="text">                        <string>&amp;Remote Host:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>host</cstring>                    </property>                </widget>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>TextLabel5</cstring>                    </property>                    <property name="text">                        <string>&amp;Username:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>username</cstring>                    </property>                </widget>                <widget class="QLabel" row="2" column="0">                    <property name="name">                        <cstring>TextLabel6</cstring>                    </property>                    <property name="text">                        <string>&amp;Password:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>password</cstring>                    </property>                </widget>                <widget class="QLineEdit" row="2" column="1">                    <property name="name">                        <cstring>password</cstring>                    </property>                    <property name="text">                        <string></string>                    </property>                    <property name="echoMode">                        <enum>Password</enum>                    </property>                </widget>                <widget class="QLineEdit" row="1" column="1">                    <property name="name">                        <cstring>username</cstring>                    </property>                    <property name="text">                        <string>anonymous</string>                    </property>                </widget>                <widget class="QLayoutWidget" row="0" column="1">                    <property name="name">                        <cstring>Layout21</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLineEdit">                            <property name="name">                                <cstring>host</cstring>                            </property>                        </widget>                        <widget class="QLabel">                            <property name="name">                                <cstring>TextLabel3</cstring>                            </property>                            <property name="text">                                <string>P&amp;ort:</string>                            </property>                            <property name="buddy" stdset="0">                                <cstring>port</cstring>                            </property>                        </widget>                        <widget class="QSpinBox">                            <property name="name">                                <cstring>port</cstring>                            </property>                            <property name="sizePolicy">                                <sizepolicy>                                    <hsizetype>1</hsizetype>                                    <vsizetype>0</vsizetype>                                    <horstretch>0</horstretch>                                    <verstretch>0</verstretch>                                </sizepolicy>                            </property>                            <property name="maxValue">                                <number>1000</number>                            </property>                            <property name="value">                                <number>21</number>                            </property>                        </widget>                    </hbox>                </widget>            </grid>        </widget>        <spacer>            <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>31</width>                    <height>0</height>                </size>            </property>        </spacer>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout1</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <spacer>                    <property name="name">                        <cstring>Horizontal Spacing2</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Expanding</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>0</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>buttonOk</cstring>                    </property>                    <property name="text">                        <string>OK</string>                    </property>                    <property name="accel">                        <number>0</number>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                    <property name="default">                        <bool>true</bool>                    </property>                </widget>                <widget class="QPushButton">                    <property name="name">                        <cstring>buttonCancel</cstring>                    </property>                    <property name="text">                        <string>Cancel</string>                    </property>                    <property name="accel">                        <number>0</number>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                </widget>            </hbox>        </widget>    </vbox></widget><connections>    <connection>        <sender>buttonOk</sender>        <signal>clicked()</signal>        <receiver>ConnectDialog</receiver>        <slot>accept()</slot>    </connection>    <connection>        <sender>buttonCancel</sender>        <signal>clicked()</signal>        <receiver>ConnectDialog</receiver>        <slot>reject()</slot>    </connection></connections><tabstops>    <tabstop>host</tabstop>    <tabstop>port</tabstop>    <tabstop>username</tabstop>    <tabstop>password</tabstop>    <tabstop>buttonOk</tabstop>    <tabstop>buttonCancel</tabstop></tabstops><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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