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

📄 cutecommdlg.ui

📁 在linux下,应用QT开发平台,开发的串口通信程序,能接收,发送和存储数据,对于串口通信开发很有借签意义
💻 UI
📖 第 1 页 / 共 3 页
字号:
                                <property name="accel">                                    <string>Alt+H</string>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Show the output in hexadecimal format</string>                                </property>                            </widget>                        </hbox>                    </widget>                </vbox>            </widget>            <widget class="QFrame">                <property name="name">                    <cstring>frame4</cstring>                </property>                <property name="sizePolicy">                    <sizepolicy>                        <hsizetype>5</hsizetype>                        <vsizetype>5</vsizetype>                        <horstretch>0</horstretch>                        <verstretch>1</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="QListBox">                        <property name="name">                            <cstring>m_oldCmdsLb</cstring>                        </property>                        <property name="focusPolicy">                            <enum>NoFocus</enum>                        </property>                        <property name="toolTip" stdset="0">                            <string>The input history</string>                        </property>                    </widget>                    <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>textLabel1_2</cstring>                                </property>                                <property name="text">                                    <string>&amp;Input:</string>                                </property>                                <property name="buddy" stdset="0">                                    <cstring>m_cmdLe</cstring>                                </property>                            </widget>                            <widget class="QLineEdit">                                <property name="name">                                    <cstring>m_cmdLe</cstring>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Enter commands here, Ctrl+C, Ctrl+S, Ctrl+Q also work</string>                                </property>                            </widget>                        </hbox>                    </widget>                    <widget class="QLayoutWidget">                        <property name="name">                            <cstring>layout10</cstring>                        </property>                        <hbox>                            <property name="name">                                <cstring>unnamed</cstring>                            </property>                            <widget class="QPushButton">                                <property name="name">                                    <cstring>m_sendPb</cstring>                                </property>                                <property name="text">                                    <string>Send file...</string>                                </property>                                <property name="autoDefault">                                    <bool>false</bool>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Select a file to be sent using the specified protocol</string>                                </property>                            </widget>                            <widget class="QComboBox">                                <item>                                    <property name="text">                                        <string>Plain</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>XModem</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>ZModem</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>YModem</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>Script</string>                                    </property>                                </item>                                <property name="name">                                    <cstring>m_protoPb</cstring>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Select the transfer protocol</string>                                </property>                            </widget>                            <spacer>                                <property name="name">                                    <cstring>spacer3</cstring>                                </property>                                <property name="orientation">                                    <enum>Horizontal</enum>                                </property>                                <property name="sizeType">                                    <enum>Expanding</enum>                                </property>                                <property name="sizeHint">                                    <size>                                        <width>40</width>                                        <height>20</height>                                    </size>                                </property>                            </spacer>                            <widget class="QComboBox">                                <item>                                    <property name="text">                                        <string>LF line end</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>CR line end</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>CR,LF line end</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>No line end</string>                                    </property>                                </item>                                <item>                                    <property name="text">                                        <string>Hex input</string>                                    </property>                                </item>                                <property name="name">                                    <cstring>m_inputModeCb</cstring>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Select the line end termination</string>                                </property>                            </widget>                            <widget class="QLabel">                                <property name="name">                                    <cstring>textLabel1_4</cstring>                                </property>                                <property name="text">                                    <string>Char delay:</string>                                </property>                            </widget>                            <widget class="QSpinBox">                                <property name="name">                                    <cstring>m_charDelaySb</cstring>                                </property>                                <property name="suffix">                                    <string> ms</string>                                </property>                                <property name="maxValue">                                    <number>250</number>                                </property>                                <property name="value">                                    <number>1</number>                                </property>                                <property name="toolTip" stdset="0">                                    <string>Delay between single characters</string>                                </property>                            </widget>                        </hbox>                    </widget>                </vbox>            </widget>        </widget>    </vbox></widget><tabstops>    <tabstop>m_connectPb</tabstop>    <tabstop>m_aboutPb</tabstop>    <tabstop>m_quitPb</tabstop>    <tabstop>m_deviceCb</tabstop>    <tabstop>m_baudCb</tabstop>    <tabstop>m_dataBitsCb</tabstop>    <tabstop>m_stopCb</tabstop>    <tabstop>m_parityCb</tabstop>    <tabstop>m_softwareCb</tabstop>    <tabstop>m_hardwareCb</tabstop>    <tabstop>m_readCb</tabstop>    <tabstop>m_writeCb</tabstop>    <tabstop>m_applyCb</tabstop>    <tabstop>m_outputView</tabstop>    <tabstop>m_clearOutputPb</tabstop>    <tabstop>m_hexOutputCb</tabstop>    <tabstop>m_cmdLe</tabstop>    <tabstop>m_inputModeCb</tabstop>    <tabstop>m_sendPb</tabstop>    <tabstop>m_protoPb</tabstop>    <tabstop>m_closePb</tabstop></tabstops><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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