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

📄 configurationpanel.ui

📁 IP电话GUI界面设计及源代码,应用参考.
💻 UI
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>ConfigurationPanel</class><widget class="QDialog">    <property name="name">        <cstring>ConfigurationPanel</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>561</width>            <height>552</height>        </rect>    </property>    <property name="caption">        <string>Configuration panel</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>layout19</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="Line">                    <property name="name">                        <cstring>line1</cstring>                    </property>                    <property name="frameShape">                        <enum>HLine</enum>                    </property>                    <property name="frameShadow">                        <enum>Sunken</enum>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>layout28</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QPushButton">                            <property name="name">                                <cstring>buttonHelp</cstring>                            </property>                            <property name="text">                                <string>&amp;Help</string>                            </property>                            <property name="accel">                                <string>F1</string>                            </property>                            <property name="autoDefault">                                <bool>true</bool>                            </property>                        </widget>                        <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>160</width>                                    <height>20</height>                                </size>                            </property>                        </spacer>                        <widget class="QPushButton">                            <property name="name">                                <cstring>buttonSave</cstring>                            </property>                            <property name="text">                                <string>&amp;Save</string>                            </property>                            <property name="accel">                                <string>Alt+S</string>                            </property>                            <property name="autoDefault">                                <bool>true</bool>                            </property>                            <property name="default">                                <bool>true</bool>                            </property>                        </widget>                        <widget class="QPushButton">                            <property name="name">                                <cstring>buttonOk</cstring>                            </property>                            <property name="text">                                <string>&amp;OK</string>                            </property>                            <property name="accel">                                <string>Alt+O</string>                            </property>                            <property name="autoDefault">                                <bool>true</bool>                            </property>                        </widget>                        <widget class="QPushButton">                            <property name="name">                                <cstring>buttonCancel</cstring>                            </property>                            <property name="text">                                <string>&amp;Cancel</string>                            </property>                            <property name="accel">                                <string>F, Backspace</string>                            </property>                            <property name="autoDefault">                                <bool>true</bool>                            </property>                        </widget>                    </hbox>                </widget>            </vbox>        </widget>        <widget class="QListBox" row="0" column="0">            <property name="name">                <cstring>Menu</cstring>            </property>            <property name="sizePolicy">                <sizepolicy>                    <hsizetype>0</hsizetype>                    <vsizetype>7</vsizetype>                    <horstretch>0</horstretch>                    <verstretch>0</verstretch>                </sizepolicy>            </property>            <property name="cursor">                <cursor>13</cursor>            </property>            <property name="currentItem">                <number>-1</number>            </property>            <property name="selectionMode">                <enum>Single</enum>            </property>        </widget>        <widget class="QLayoutWidget" row="0" column="1">            <property name="name">                <cstring>layout19</cstring>            </property>            <vbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>TitleTab</cstring>                    </property>                    <property name="font">                        <font>                            <bold>1</bold>                        </font>                    </property>                    <property name="text">                        <string>Setup signalisation</string>                    </property>                </widget>                <widget class="Line">                    <property name="name">                        <cstring>line2</cstring>                    </property>                    <property name="frameShape">                        <enum>HLine</enum>                    </property>                    <property name="frameShadow">                        <enum>Sunken</enum>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                </widget>                <widget class="QTabWidget">                    <property name="name">                        <cstring>Tab_Signalisations</cstring>                    </property>                    <widget class="QWidget">                        <property name="name">                            <cstring>SIPPage</cstring>                        </property>                        <attribute name="title">                            <string>SIP Authentication</string>                        </attribute>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>layout24</cstring>                            </property>                            <property name="geometry">                                <rect>                                    <x>16</x>                                    <y>12</y>                                    <width>401</width>                                    <height>393</height>                                </rect>                            </property>                            <vbox>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <widget class="QGroupBox">                                    <property name="name">                                        <cstring>groupBox1</cstring>                                    </property>                                    <property name="title">                                        <string></string>                                    </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>Full name</string>                                            </property>                                        </widget>

⌨️ 快捷键说明

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