1 Star 1 Fork 3

Lookforidea/Oh my dde

forked from 柚子/Oh my dde 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
widget.h 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
柚子 提交于 2021-10-01 15:05 . 新增热区功能
#ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <QCheckBox>
#include <QUrl>
#include <QLineEdit>
#include <DSettings>
#include <DBlurEffectWidget>
#include <QLabel>
#include <DTitlebar>
#include <DSearchEdit>
#include <DStackedWidget>
#include <QPushButton>
#include <QStandardPaths>
#include <QProcess>
#include <QFileInfo>
DWIDGET_USE_NAMESPACE
namespace Ui {
class Widget;
}
class Widget : public DBlurEffectWidget
{
Q_OBJECT
public:
explicit Widget(DBlurEffectWidget *parent = nullptr);
~Widget();
void setTheme(bool,QColor);
DTitlebar* getTitlebar();
private slots:
public:
QUrl url;
Ui::Widget *ui;
bool themeIsDark;
private:
void initUI();
void chooseLeftMenu(int index);
void updateUI();
private:
QPushButton * left_list[14];
QLabel *m_loaderror=new QLabel;
int nowMenu=0; //定位当前菜单
QColor main_color;
int foot;
DTitlebar *titlebar;
};
#endif // WIDGET_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lookforidea/oh-my-dde.git
git@gitee.com:lookforidea/oh-my-dde.git
lookforidea
oh-my-dde
Oh my dde
master

搜索帮助