⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gotocelldialog.h

📁 这个是qt3c++编程书(齐亮翻译),里面3,4章代码
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'gotocelldialog.ui'**** Created: 星期五 一月 25 15:22:05 2008**      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.1   edited May 19 14:22 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef GOTOCELLDIALOG_H#define GOTOCELLDIALOG_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QPushButton;class GoToCellDialog : public QDialog{    Q_OBJECTpublic:    GoToCellDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~GoToCellDialog();    QLabel* cellLocationLabel;    QLineEdit* lineEdit;    QPushButton* okButton;    QPushButton* cancelButton;public slots:    virtual void enableOkButton();protected:    QVBoxLayout* GoToCellDialogLayout;    QHBoxLayout* topLayout;    QHBoxLayout* bottomLayout;protected slots:    virtual void languageChange();private:    void init();};#endif // GOTOCELLDIALOG_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -