1 Star 24 Fork 8

icybee/TexasSolver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settingeditor.h 507 Bytes
一键复制 编辑 原始数据 按行查看 历史
bupticybee 提交于 2021-10-28 09:42 . :new:finish setting ui
#ifndef SETTINGEDITOR_H
#define SETTINGEDITOR_H
#include <QDialog>
#include <QDebug>
#include <QSettings>
#include <QMessageBox>
namespace Ui {
class SettingEditor;
}
class SettingEditor : public QDialog
{
Q_OBJECT
public:
explicit SettingEditor(QWidget *parent = 0);
~SettingEditor();
private slots:
void on_confirmBox_accepted();
void on_languageBox_currentIndexChanged(int index);
private:
Ui::SettingEditor *ui;
bool initized = false;
};
#endif // SETTINGEDITOR_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/icybee/TexasSolver.git
git@gitee.com:icybee/TexasSolver.git
icybee
TexasSolver
TexasSolver
master

搜索帮助