DAWorkbench
0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DAColorPickerButton.h
1
#ifndef DACOLORPICKERBUTTON_H
2
#define DACOLORPICKERBUTTON_H
3
//SARibbon
4
#include "colorWidgets/SAColorToolButton.h"
5
#include "DACommonWidgetsAPI.h"
6
namespace
DA
7
{
11
class
DACOMMONWIDGETS_API
DAColorPickerButton
:
public
SAColorToolButton
12
{
13
Q_OBJECT
14
public
:
15
DAColorPickerButton
(QWidget* parent =
nullptr
);
16
};
17
}
// namespace DA
18
#endif
// DACOLORPICKERBUTTON_H
DA::DAColorPickerButton
颜色拾取按钮封装
Definition
DAColorPickerButton.h:12
DA
序列化类都是带异常的,使用中需要处理异常
Definition
AppMainWindow.cpp:44
src
DACommonWidgets
DAColorPickerButton.h
制作者
1.9.8