1 Star 0 Fork 0

tongy boys/material-pri

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qtmaterialbuttonlist_p.h 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef QTMATERIALBUTTONLISTPRIVATE_H
#define QTMATERIALBUTTONLISTPRIVATE_H
#include <QColor>
#include <QIcon>
#include <QVBoxLayout>
class QtMaterialButtonList;
class QtMaterialFlatButton;
class QtMaterialButtonListPrivate
{
Q_DISABLE_COPY(QtMaterialButtonListPrivate)
Q_DECLARE_PUBLIC(QtMaterialButtonList)
public:
QtMaterialButtonListPrivate(QtMaterialButtonList *q);
~QtMaterialButtonListPrivate();
void init();
QtMaterialFlatButton *createButton(const QString &text, const QIcon &icon = QIcon());
QtMaterialButtonList *const q_ptr;
QList<QtMaterialFlatButton *> buttons;
bool useThemeColors;
QColor foregroundColor;
QColor backgroundColor;
};
#endif // QTMATERIALBUTTONLISTPRIVATE_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

搜索帮助

0d507c66 1850385 C8b1a773 1850385