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

📄 setupdialog.ui

📁 isdn的完整解决方案。非常强大。不过是国际标准而非国标。
💻 UI
字号:
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>SetupDialog</class><widget class="QDialog">    <property name="name">        <cstring>SetupDialog</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>388</width>            <height>293</height>        </rect>    </property>    <property name="caption">        <string>MyDialog1</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="resizeMode">            <enum>Fixed</enum>        </property>        <widget class="QButtonGroup" row="0" column="0">            <property name="name">                <cstring>buttonGroup1</cstring>            </property>            <property name="title">                <string>Setup mISDN:</string>            </property>            <widget class="QRadioButton">                <property name="name">                    <cstring>radioBtnLayer3</cstring>                </property>                <property name="geometry">                    <rect>                        <x>20</x>                        <y>100</y>                        <width>320</width>                        <height>50</height>                    </rect>                </property>                <property name="text">                    <string>Layer3 Access:</string>                </property>            </widget>            <widget class="QLabel">                <property name="name">                    <cstring>textLabel1</cstring>                </property>                <property name="geometry">                    <rect>                        <x>37</x>                        <y>140</y>                        <width>307</width>                        <height>34</height>                    </rect>                </property>                <property name="text">                    <string>(Establishes the DataLinkLayer. Flags, CRC and Bitstuffing are set automatically.)</string>                </property>            </widget>            <widget class="QLabel">                <property name="name">                    <cstring>textLabel2</cstring>                </property>                <property name="geometry">                    <rect>                        <x>40</x>                        <y>50</y>                        <width>290</width>                        <height>20</height>                    </rect>                </property>                <property name="text">                    <string>(Activates the Physical Layer.)</string>                </property>            </widget>            <widget class="QRadioButton">                <property name="name">                    <cstring>radioBtnLayer2</cstring>                </property>                <property name="geometry">                    <rect>                        <x>20</x>                        <y>30</y>                        <width>320</width>                        <height>21</height>                    </rect>                </property>                <property name="text">                    <string>Layer2 Access:</string>                </property>                <property name="checked">                    <bool>true</bool>                </property>            </widget>        </widget>        <widget class="QLayoutWidget" row="2" column="0">            <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>20</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QPushButton">                    <property name="name">                        <cstring>buttonSetup</cstring>                    </property>                    <property name="text">                        <string>&amp;Setup</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>buttonClose</cstring>                    </property>                    <property name="text">                        <string>&amp;Close</string>                    </property>                    <property name="accel">                        <string>Alt+C</string>                    </property>                    <property name="autoDefault">                        <bool>true</bool>                    </property>                </widget>            </hbox>        </widget>        <spacer row="1" column="0">            <property name="name">                <cstring>spacer2</cstring>            </property>            <property name="orientation">                <enum>Vertical</enum>            </property>            <property name="sizeType">                <enum>Expanding</enum>            </property>            <property name="sizeHint">                <size>                    <width>20</width>                    <height>40</height>                </size>            </property>        </spacer>    </grid></widget><slots>    <slot>buttonCancel_clicked()</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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