filedialog.h
来自「基于qt2的电子书」· C头文件 代码 · 共 46 行
H
46 行
/****************************************************************************** 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 + =
减小字号Ctrl + -
显示快捷键?