cutecommdlg.ui

来自「在linux下,应用QT开发平台,开发的串口通信程序,能接收,发送和存储数据,对」· UI 代码 · 共 713 行 · 第 1/3 页

UI
713
字号
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>CuteCommDlg</class><widget class="QWidget">    <property name="name">        <cstring>CuteCommDlg</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>613</width>            <height>540</height>        </rect>    </property>    <property name="caption">        <string>CuteCom</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>layout11</cstring>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLabel" row="3" column="1">                    <property name="name">                        <cstring>textLabel5</cstring>                    </property>                    <property name="text">                        <string>Stop bits:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>m_stopCb</cstring>                    </property>                </widget>                <widget class="QPushButton" row="3" column="0">                    <property name="name">                        <cstring>m_quitPb</cstring>                    </property>                    <property name="text">                        <string>&amp;Quit</string>                    </property>                    <property name="accel">                        <string>Alt+Q</string>                    </property>                </widget>                <widget class="QLabel" row="2" column="1">                    <property name="name">                        <cstring>textLabel3</cstring>                    </property>                    <property name="text">                        <string>Data bits:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>m_dataBitsCb</cstring>                    </property>                </widget>                <widget class="QPushButton" row="2" column="0">                    <property name="name">                        <cstring>m_aboutPb</cstring>                    </property>                    <property name="text">                        <string>&amp;About</string>                    </property>                    <property name="accel">                        <string>Alt+A</string>                    </property>                </widget>                <widget class="QComboBox" row="2" column="2">                    <item>                        <property name="text">                            <string>5</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>6</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>7</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>8</string>                        </property>                    </item>                    <property name="name">                        <cstring>m_dataBitsCb</cstring>                    </property>                    <property name="currentItem">                        <number>3</number>                    </property>                </widget>                <widget class="QLabel" row="0" column="1">                    <property name="name">                        <cstring>textLabel1</cstring>                    </property>                    <property name="text">                        <string>Device:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>m_deviceCb</cstring>                    </property>                </widget>                <widget class="QPushButton" row="0" column="0">                    <property name="name">                        <cstring>m_connectPb</cstring>                    </property>                    <property name="text">                        <string>&amp;Open device</string>                    </property>                    <property name="accel">                        <string>Alt+O</string>                    </property>                    <property name="toolTip" stdset="0">                        <string></string>                    </property>                </widget>                <widget class="QPushButton" row="1" column="0">                    <property name="name">                        <cstring>m_closePb</cstring>                    </property>                    <property name="text">                        <string>Cl&amp;ose device</string>                    </property>                    <property name="accel">                        <string>Alt+O</string>                    </property>                </widget>                <widget class="QComboBox" row="3" column="2">                    <item>                        <property name="text">                            <string>1</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>2</string>                        </property>                    </item>                    <property name="name">                        <cstring>m_stopCb</cstring>                    </property>                </widget>                <widget class="QLabel" row="1" column="1">                    <property name="name">                        <cstring>textLabel2</cstring>                    </property>                    <property name="text">                        <string>Baud rate:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>m_baudCb</cstring>                    </property>                </widget>                <widget class="QComboBox" row="0" column="2">                    <property name="name">                        <cstring>m_deviceCb</cstring>                    </property>                    <property name="editable">                        <bool>true</bool>                    </property>                </widget>                <widget class="QComboBox" row="1" column="2">                    <item>                        <property name="text">                            <string>600</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>1200</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>2400</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>4800</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>9600</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>19200</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>38400</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>57600</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>115200</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>230400</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>460800</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>576000</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>921600</string>                        </property>                    </item>                    <property name="name">

⌨️ 快捷键说明

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