?? form1.h
字號:
/****************************************************************************** Form interface generated from reading ui file 'form1.ui'**** Created: 六 5月 27 17:15:04 2006** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.2 edited Dec 19 11:45 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FORM1_H#define FORM1_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLineEdit;class QLabel;class QPushButton;class QSpinBox;class QSlider;class QRadioButton;class Form1 : public QDialog{ Q_OBJECTpublic: Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~Form1(); QLineEdit* lineEdit1; QLabel* textLabel4; QLabel* textLabel3; QLabel* textLabel7; QPushButton* pushButton2; QLabel* textLabel2_2; QPushButton* pushButton3; QLabel* textLabel7_2; QLabel* textLabel1; QPushButton* pushButtonStartorStop; QSpinBox* spinBox3; QSlider* slider1; QLineEdit* lineEditTime; QLabel* textLabel1_2; QRadioButton* radioButtondis;public slots: virtual QImage FindBackground(); virtual void MonitorStart(); virtual void StartorStop(); virtual void showTime(); virtual void timerEvent( QTimerEvent * te ); virtual void delimages(); virtual void spinboxchange(); virtual void spliderchange();protected:protected slots: virtual void languageChange();private: void init();};#endif // FORM1_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -