6 Star 45 Fork 3

柚子 / Oh my dde

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
systemuipage.h 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
柚子 提交于 2021-10-03 14:40 . 新增既时尚又高效模式自动启动
#ifndef SYSTEMUIPAGE_H
#define SYSTEMUIPAGE_H
#include <QFileInfo>
#include <QWidget>
#include <QComboBox>
#include <DSwitchButton>
#include <QFile>
#include <QSettings>
#include <QStandardPaths>
DWIDGET_USE_NAMESPACE
namespace Ui {
class SystemUiPage;
}
class SystemUiPage : public QWidget
{
Q_OBJECT
public:
explicit SystemUiPage(QWidget *parent = nullptr);
void setTheme(bool isDark,QColor color);
~SystemUiPage();
private:
Ui::SystemUiPage *ui;
};
#endif // SYSTEMUIPAGE_H
1
https://gitee.com/Limexb/oh-my-dde.git
git@gitee.com:Limexb/oh-my-dde.git
Limexb
oh-my-dde
Oh my dde
master

搜索帮助