status.h

来自「基于嵌入式QT和DBstar SQL关系数据库的应用软件」· C头文件 代码 · 共 76 行

H
76
字号
/****************************************************************************** Form interface generated from reading ui file 'status.ui'**** Created: Mon Dec 12 12:38:54 2005**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef ADSLMONITOR_H#define ADSLMONITOR_H#include <qvariant.h>#include <qdialog.h>#include "testManage.h"class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QFrame;class QGroupBox;class QLabel;class QLineEdit;class QTabWidget;class AdslMonitor : public QDialog{     Q_OBJECTpublic:    AdslMonitor( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );    ~AdslMonitor();    QTabWidget* TabWidget;    QWidget* CurrentTab;    QGroupBox* CurrentGroupBox;    //QLineEdit* DslStatusEdit;    //QLabel* DslStatus;    QLabel* DslModulation;    QLineEdit* DslModulationEdit;    QLabel* TrainedMode;    QLabel* TrainedPath;    QLabel* UsConRate;    QLabel* DsConRate;    QLineEdit* TrainedModeEdit;    QLineEdit* TrainedPathEdit;    QLineEdit* UsConRateEdit;    QLineEdit* DsConRateEdit;    QFrame* Line;    QWidget* PhyTab;    QLabel* AtucVendorId;    QGroupBox* PhyGroupBox;    QLabel* UsTxPower;    QLabel* UsLineAttn;    QLabel* UsMargin;    QLabel* Bcmsgs2;    QLineEdit* UsLineAttnEdit;    QLineEdit* UsMarginEdit;    QLineEdit* Bcmsgs2Edit;    QLabel* DsTxPower;    QLabel* DsLineAttn;    QLabel* DsMargin;    QLabel* Brmsgs2;    QLineEdit* DsTxPowerEdit;    QLineEdit* DsLineAttnEdit;    QLineEdit* DsMarginEdit;    QLineEdit* Brmsgs2Edit;    QLineEdit* UsTxPowerLineEdit;    QLineEdit* AtucVendorIdEdit;public:    void allEditSet( struct info * );};#endif // ADSLMONITOR_H

⌨️ 快捷键说明

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