mainfrm.h

来自「linux下用QT 做的串口编程工具,在linux下做串口调试有一定的参考价值」· C头文件 代码 · 共 62 行

H
62
字号
/****************************************************************************** Form interface generated from reading ui file 'mainfrm.ui'**** Created: 一  8月 25 16:01:55 2008**      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.1   edited Nov 21 17:40 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MAINFRM_H#define MAINFRM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QComboBox;class QLabel;class QLineEdit;class QPushButton;class QTextEdit;class mainFrm : public QDialog{    Q_OBJECTpublic:    mainFrm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~mainFrm();    QLabel* textLabel5;    QComboBox* comboBox5;    QLabel* textLabel4;    QLabel* textLabel3;    QLabel* textLabel2;    QLabel* textLabel1;    QComboBox* comboBox4;    QComboBox* comPort;    QComboBox* comBaud;    QComboBox* comData;    QPushButton* closeBtn;    QLineEdit* txt;    QPushButton* sendBtn;    QTextEdit* show_content;    QPushButton* openBtn;public slots:    void OpenPort();    void closeComm();    void sendData();    virtual void showData();protected:protected slots:    virtual void languageChange();};#endif // MAINFRM_H

⌨️ 快捷键说明

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