1 Star 0 Fork 2

邢瑞/NDD-HexConverter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SettingPannel.h 628 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef NDD_SETTING_PANNEL_H
#define NDD_SETTING_PANNEL_H
#include <QWidget>
#include <QSettings>
#include "Conversion.h"
#include "ui_SettingClass.h"
class SettingPannel : public QWidget
{
Q_OBJECT
public:
SettingPannel(QWidget *parent, QString rootPath);
~SettingPannel();
void GetConfigPath(QString rootPath);
void LoadConfig();
void SaveConfig();
private:
static bool IsInteger(QString val);
static QString FromUint(unsigned int val);
private slots:
void OnSave();
private:
QString configPath;
public:
Ui::SettingClass ui;
ConvertSetting cfg;
};
#endif // NDD_SETTING_PANNEL_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/xrui94/hexconverter.git
git@gitee.com:xrui94/hexconverter.git
xrui94
hexconverter
NDD-HexConverter
master

搜索帮助