1 Star 0 Fork 28

Qt(开源集合) / BPNNDemoQt

forked from ZzqiZQute / BPNNDemoQt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
classifierselector.h 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2018-11-17 19:59 . 201811162000
#ifndef CLASSIFIERSELECTOR_H
#define CLASSIFIERSELECTOR_H
#include <QWidget>
namespace Ui {
class ClassifierSelector;
}
class ClassifierSelector : public QWidget
{
Q_OBJECT
public:
explicit ClassifierSelector(QWidget *parent = nullptr);
~ClassifierSelector();
ClassifierSelector(int type, QColor color, QWidget *parent=nullptr);
QColor color() const;
void setColor(const QColor &color);
void invalidate();
private:
Ui::ClassifierSelector *ui;
int mType;
QColor mColor;
};
#endif // CLASSIFIERSELECTOR_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