1 Star 0 Fork 0

NathanJoy/EORT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dialog_setting.h 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
NathanJoy 提交于 2016-08-12 14:31 . up
#ifndef DIALOG_SETTING_H
#define DIALOG_SETTING_H
#include <QDialog>
#include <QDomElement>
#include <QCloseEvent>
namespace Ui {
class Dialog_Setting;
}
class Dialog_Setting : public QDialog
{
Q_OBJECT
public:
explicit Dialog_Setting(QWidget *parent = 0);
~Dialog_Setting();
//************************************
// Method: SaveConfig
// FullName: ConfigWindow::SaveConfig
// Access: private
// Returns: void
// Description:
// Qualifier:
// Date: 2014-4-11 created by NingJian
//************************************
void SaveConfig();
//************************************
// Method: LoadConfig
// FullName: ConfigWindow::LoadConfig
// Access: private
// Returns: void
// Description:
// Qualifier:
// Parameter: const QObjectList & q
// Date: 2014-4-11 created by NingJian
//************************************
void LoadConfig(const QObjectList& q);
//************************************
// Method: traversalControl
// FullName: ConfigWindow::traversalControl
// Access: private
// Returns: void
// Description:
// Qualifier:
// Parameter: const QObjectList & q
// Parameter: QDomElement * root
// Date: 2014-4-11 created by NingJian
//************************************
void traversalControl(const QObjectList& q,QDomElement* root) ;
void Load_Profile();
protected:
void closeEvent(QCloseEvent *event);
private slots:
void on_tabWidget_destroyed();
void on_pushButton_SelectFile_clicked();
void on_pushButton_SelectFile_File_clicked();
void contextMenuRequest(QPoint pos);
private:
Ui::Dialog_Setting *ui;
};
#endif // DIALOG_SETTING_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/nathanjoy/EORT.git
[email protected]:nathanjoy/EORT.git
nathanjoy
EORT
EORT
master

搜索帮助