1 Star 0 Fork 0

tongy boys/material-pri

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qtmateriallabel_p.h 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef QTMATERIALLABEL_P_H
#define QTMATERIALLABEL_P_H
#include <QColor>
#include <QtGlobal>
#include "lib/qtmaterialtheme.h"
class QtMaterialLabel;
class QtMaterialLabelPrivate
{
Q_DISABLE_COPY(QtMaterialLabelPrivate)
Q_DECLARE_PUBLIC(QtMaterialLabel)
public:
QtMaterialLabelPrivate(QtMaterialLabel *q);
virtual ~QtMaterialLabelPrivate();
void init();
void updateColors();
void updateFont();
Material::FontType fontType;
bool useThemeColors;
QColor color;
QtMaterialLabel *const q_ptr;
};
#endif // QTMATERIALLABEL_P_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/tongynj/material-pri.git
git@gitee.com:tongynj/material-pri.git
tongynj
material-pri
material-pri
master

搜索帮助