📄 serialform.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'serial.ui'**** Created: Wed Aug 4 09:06:42 2004** by: The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef SERIAL_FORM_H#define SERIAL_FORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QComboBox;class QFrame;class QLabel;class QLineEdit;class QMultiLineEdit;class QPushButton;class Serial_Form : public QDialog{ Q_OBJECTpublic: Serial_Form( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~Serial_Form(); QFrame* Frame4; QPushButton* Exit_Botton; QPushButton* About_Botton; QPushButton* Openfile_Botton; QLabel* Filepath_Textlabel; QPushButton* Sendfile_Botton; QMultiLineEdit* Transmit_Mulitlineedit; QFrame* Frame2; QPushButton* Savedisplay_Botton; QPushButton* Modify_Botton; QLabel* Path_Textlabel; QFrame* Frame3; QPushButton* Cleardisplay_Botton; QLineEdit* Sendperiod_Lineedit; QLabel* Serialperiod_Textlabel; QPushButton* Manul_Botton; QFrame* Frame1; QLabel* Stopbits_Textlabel; QLabel* E_obits_Textlabel; QLabel* Baudrat_Textlabe; QComboBox* E_obits_Combobox; QComboBox* Stopbits_Combobox; QComboBox* Databits_Combobox; QComboBox* Baudrate_Combobox; QComboBox* Serialport_Combobox; QLabel* Databits_Textlabe; QLabel* Serialport_Textlabe; QLabel* Portstauts_Pixmap; QPushButton* Openport_Botton; QMultiLineEdit* Recieve_Multilineedit;protected: QGridLayout* Serial_FormLayout; QHBoxLayout* Frame4Layout; QGridLayout* Frame2Layout; QGridLayout* Frame3Layout; QGridLayout* Frame1Layout;};#endif // SERIAL_FORM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -