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"
6namespace DA
7{
11class DACOMMONWIDGETS_API DAColorPickerButton : public SAColorToolButton
12{
13 Q_OBJECT
14public:
15 DAColorPickerButton(QWidget* parent = nullptr);
16};
17} // namespace DA
18#endif // DACOLORPICKERBUTTON_H
颜色拾取按钮封装
Definition DAColorPickerButton.h:12
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44