DAWorkbench 0.0.1
DAWorkbench API
载入中...
搜索中...
未找到
DACollapsibleGroupBox.h
1#ifndef DACOLLAPSIBLEGROUPBOX_H
2#define DACOLLAPSIBLEGROUPBOX_H
3#include "ctkCollapsibleGroupBox.h"
4#include "DACommonWidgetsAPI.h"
5namespace DA
6{
10class DACOMMONWIDGETS_API DACollapsibleGroupBox : public ctkCollapsibleGroupBox
11{
12 Q_OBJECT
13public:
14 DACollapsibleGroupBox(QWidget* parent = nullptr);
15 DACollapsibleGroupBox(const QString& title, QWidget* parent = nullptr);
16};
17}
18
19#endif // DACOLLAPSIBLEGROUPBOX_H
基于ctkCollapsibleGroupBox的可缩放GroupBox
Definition DACollapsibleGroupBox.h:11
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44