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

📄 gprs.h

📁 在qt环境下开发的基于pxa70开发板实现的一个gprs通讯系统
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'gprs.ui'**** Created: Mon Jun 16 11:21:55 2008**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef GPRS_H#define GPRS_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel;class QLineEdit;class QMultiLineEdit;class QToolButton;class gprs : public QDialog{     Q_OBJECTpublic:    gprs( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~gprs();    QLabel* BackImg;    QLineEdit* Txt_HostNum;    QLineEdit* Txt_TargetNum;    QMultiLineEdit* Txt_HostMsg;    QMultiLineEdit* Txt_TargetMsg;    QMultiLineEdit* Txt_State;    QToolButton* Btn_Close;    QToolButton* Btn_Open;    QToolButton* Btn_Send;    QToolButton* Btn_Call;};#endif // GPRS_H

⌨️ 快捷键说明

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