1 Star 0 Fork 0

Notepad-- Community/ndd-xmltool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setting.h 410 Bytes
一键复制 编辑 原始数据 按行查看 历史
爬山虎 提交于 2023-12-16 15:01 +08:00 . 提交1.0 代码
#pragma once
#include <QWidget>
#include <QSettings>
#include "ui_setting.h"
class Setting : public QWidget
{
Q_OBJECT
public:
Setting(QWidget *parent = nullptr);
~Setting();
static bool readSet(bool staticLoad = true);
static void destorySet();
static void updateOptions();
private slots:
void on_save();
private:
Ui::SettingClass ui;
static QSettings* s_setting;
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ndd-community/ndd-xmltool.git
git@gitee.com:ndd-community/ndd-xmltool.git
ndd-community
ndd-xmltool
ndd-xmltool
master

搜索帮助