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

📄 bookmarkdialog.h

📁 基于qt2的电子书
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'bookmarkdialog.ui'**** Created: 一  7月 23 17:18:53 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 BOOKMARKDIALOG_H#define BOOKMARKDIALOG_H#include <qvariant.h>#include <qdialog.h>
#include <qstring.h>class QListBox;class QPushButton;class QLabel;class BookMarkDialog : public QDialog{    Q_OBJECTpublic:    BookMarkDialog( QWidget* parent = 0, const char* name = 0, bool modal = TRUE, WFlags fl = 0 );    ~BookMarkDialog();    QListBox* listBox;    QPushButton* saveButton;    QPushButton* openButton;    QPushButton* quitButton;    QPushButton* deleteButton;    QLabel* label;
	QString opencertainfile();
	void savefileagain();
	void setthebid( int c);protected:protected slots:    virtual void languageChange();
	void savecertainfile();
	void deletecertainfile();
private:
	int save_dele_bid;
	};#endif // BOOKMARKDIALOG_H

⌨️ 快捷键说明

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