gotopagedialog.h
来自「基于qt2的电子书」· C头文件 代码 · 共 46 行
H
46 行
/****************************************************************************** Form interface generated from reading ui file 'gotopagedialog.ui'**** Created: 日 7月 22 15:28:27 2007** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef GOTOPAGEDIALOG_H#define GOTOPAGEDIALOG_H#include <qvariant.h>#include <qdialog.h>class QLabel;class QLineEdit;class QPushButton;class Gotopagedialog : public QDialog{ Q_OBJECTpublic: Gotopagedialog( QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 ); ~Gotopagedialog(); QLabel* label; QLineEdit* lineEdit; QPushButton* okButton; QPushButton* cancelButton;public slots: virtual void enableOkButton();protected:
void init();protected slots: virtual void languageChange();};#endif // GOTOPAGEDIALOG_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?