?? c.h
字號:
/****************************************************************************** Form interface generated from reading ui file 'c.ui'**** Created: 日 2月 22 01:47:59 2009** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.1 edited Nov 21 17:40 $)**** 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 QLabel;class QLineEdit;class QPushButton;class Form1 : public QDialog{ Q_OBJECTpublic: Form1( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~Form1(); QLineEdit* lEResult; QLineEdit* lENum; QLabel* textLabel2; QLabel* textLabel1; QPushButton* pBOctal; QPushButton* pBBin; QPushButton* pBHex;public slots: virtual void toHex(); virtual void toBinary(); virtual void toOctal(); virtual void count( int a );protected:protected slots: virtual void languageChange();};#endif // FORM1_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -