?? formtest.h
字號(hào):
/****************************************************************************** Form interface generated from reading ui file 'formtest.ui'**** Created: Thu Apr 9 14:12:37 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 FORMTEST_H#define FORMTEST_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QPushButton;class Formtest : public QDialog{ Q_OBJECTpublic: Formtest( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~Formtest(); QPushButton* btnDisplay; QPushButton* btnExit; QPushButton* btnClose; QPushButton* btnOpen; QPushButton* btnStop;protected:protected slots: virtual void languageChange();};#endif // FORMTEST_H
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -