?? status.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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -