📄 gotopagedialog.h
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -