1 Star 0 Fork 28

Qt(开源集合) / BPNNDemoQt

forked from ZzqiZQute / BPNNDemoQt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
classifiercolor.h 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2018-11-15 21:17 . 201811152117
#ifndef CLASSIFERCOLOR_H
#define CLASSIFERCOLOR_H
#include <QFrame>
#include <QColor>
class ClassifierColor : public QFrame
{
Q_OBJECT
public:
explicit ClassifierColor(QWidget *parent=nullptr);
QColor color() const;
void setColor(const QColor &color);
private:
QColor mColor;
protected:
void paintEvent(QPaintEvent*);
};
#endif // CLASSIFERCOLOR_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qt-open-source-collection/BPNNDemoQt.git
git@gitee.com:qt-open-source-collection/BPNNDemoQt.git
qt-open-source-collection
BPNNDemoQt
BPNNDemoQt
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891