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

📄 filedialog.h

📁 基于qt2的电子书
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'filedialog.ui'**** Created: Fri Aug 10 13:44:14 2007**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FILEDIALOG_H#define FILEDIALOG_H#include <qvariant.h>#include <qdialog.h>#include <qstring.h>class QFrame;class QLabel;class QLineEdit;class QListBox;class QListBoxItem;class QPushButton;class Filedialog : public QDialog{     Q_OBJECTpublic:    Filedialog( QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );    ~Filedialog();    QLabel* TextLabel2;    QFrame* Frame5;    QPushButton* cancelButton;    QPushButton* okButton;    QLineEdit* LineEdit;    QListBox* listBox;	void Fileinfomation();public slots:	 QString OpenFileName();	 void sertname();};#endif // FILEDIALOG_H

⌨️ 快捷键说明

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