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

📄 status.h

📁 基于嵌入式QT和DBstar SQL关系数据库的应用软件
💻 H
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -