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

📄 cutecommdlg.ui

📁 在linux下,应用QT开发平台,开发的串口通信程序,能接收,发送和存储数据,对于串口通信开发很有借签意义
💻 UI
📖 第 1 页 / 共 3 页
字号:
                        <cstring>m_baudCb</cstring>                    </property>                    <property name="currentItem">                        <number>7</number>                    </property>                </widget>                <widget class="QLayoutWidget" row="0" column="3" rowspan="4" colspan="1">                    <property name="name">                        <cstring>layout10</cstring>                    </property>                    <vbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>layout9</cstring>                            </property>                            <hbox>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <widget class="QLabel">                                    <property name="name">                                        <cstring>textLabel4</cstring>                                    </property>                                    <property name="text">                                        <string>Parity:</string>                                    </property>                                    <property name="buddy" stdset="0">                                        <cstring>m_parityCb</cstring>                                    </property>                                </widget>                                <widget class="QComboBox">                                    <item>                                        <property name="text">                                            <string>None</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>Odd</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>Even</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>Mark</string>                                        </property>                                    </item>                                    <item>                                        <property name="text">                                            <string>Space</string>                                        </property>                                    </item>                                    <property name="name">                                        <cstring>m_parityCb</cstring>                                    </property>                                </widget>                            </hbox>                        </widget>                        <widget class="QLayoutWidget">                            <property name="name">                                <cstring>layout9</cstring>                            </property>                            <grid>                                <property name="name">                                    <cstring>unnamed</cstring>                                </property>                                <widget class="QCheckBox" row="0" column="2">                                    <property name="name">                                        <cstring>m_hardwareCb</cstring>                                    </property>                                    <property name="text">                                        <string>Hardware</string>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Enable Hardware Handshake</string>                                    </property>                                </widget>                                <widget class="QCheckBox" row="0" column="1">                                    <property name="name">                                        <cstring>m_softwareCb</cstring>                                    </property>                                    <property name="text">                                        <string>Software</string>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Enable Software Handshake (XON/XOFF)</string>                                    </property>                                </widget>                                <widget class="QCheckBox" row="1" column="2">                                    <property name="name">                                        <cstring>m_writeCb</cstring>                                    </property>                                    <property name="text">                                        <string>Writing</string>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Usually you want to use read and write</string>                                    </property>                                </widget>                                <widget class="QCheckBox" row="1" column="1">                                    <property name="name">                                        <cstring>m_readCb</cstring>                                    </property>                                    <property name="text">                                        <string>Reading</string>                                    </property>                                    <property name="toolTip" stdset="0">                                        <string>Usually you want to use read and write</string>                                    </property>                                </widget>                                <widget class="QLabel" row="1" column="0">                                    <property name="name">                                        <cstring>textLabel1_3</cstring>                                    </property>                                    <property name="text">                                        <string>Open for:</string>                                    </property>                                </widget>                                <widget class="QLabel" row="0" column="0">                                    <property name="name">                                        <cstring>textLabel2_2</cstring>                                    </property>                                    <property name="text">                                        <string>Handshake:</string>                                    </property>                                </widget>                            </grid>                        </widget>                        <widget class="QCheckBox">                            <property name="name">                                <cstring>m_applyCb</cstring>                            </property>                            <property name="text">                                <string>Apply settings when opening</string>                            </property>                        </widget>                    </vbox>                </widget>            </grid>        </widget>        <widget class="QSplitter">            <property name="name">                <cstring>splitter2</cstring>            </property>            <property name="orientation">                <enum>Vertical</enum>            </property>            <widget class="QFrame">                <property name="name">                    <cstring>frame3</cstring>                </property>                <property name="sizePolicy">                    <sizepolicy>                        <hsizetype>5</hsizetype>                        <vsizetype>5</vsizetype>                        <horstretch>0</horstretch>                        <verstretch>2</verstretch>                    </sizepolicy>                </property>                <property name="frameShape">                    <enum>StyledPanel</enum>                </property>                <property name="frameShadow">                    <enum>Raised</enum>                </property>                <vbox>                    <property name="name">                        <cstring>unnamed</cstring>                    </property>                    <widget class="QTextBrowser">                        <property name="name">                            <cstring>m_outputView</cstring>                        </property>                        <property name="font">                            <font>                                <family>Courier</family>                            </font>                        </property>                        <property name="textFormat">                            <enum>PlainText</enum>                        </property>                        <property name="wrapPolicy">                            <enum>Anywhere</enum>                        </property>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>layout8</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>m_clearOutputPb</cstring>                                </property>                                <property name="text">                                    <string>&amp;Clear</string>                                </property>                                <property name="accel">                                    <string>Alt+C</string>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Clear the output window</string>                                </property>                            </widget>                            <spacer>                                <property name="name">                                    <cstring>spacer1</cstring>                                </property>                                <property name="orientation">                                    <enum>Horizontal</enum>                                </property>                                <property name="sizeType">                                    <enum>Expanding</enum>                                </property>                                <property name="sizeHint">                                    <size>                                        <width>200</width>                                        <height>20</height>                                    </size>                                </property>                            </spacer>                            <widget class="QCheckBox">                                <property name="name">                                    <cstring>m_hexOutputCb</cstring>                                </property>                                <property name="text">                                    <string>&amp;Hex output</string>                                </property>

⌨️ 快捷键说明

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