DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
ddialogclosebutton.h
1// SPDX-FileCopyrightText: 2019 - 2022 UnionTech Software Technology Co., Ltd.
2//
3// SPDX-License-Identifier: LGPL-3.0-or-later
4
5#ifndef DDIALOGCLOSEBUTTON_H
6#define DDIALOGCLOSEBUTTON_H
7
8#include <DIconButton>
9
10DWIDGET_BEGIN_NAMESPACE
11
13{
14 Q_OBJECT
15public:
16 explicit DDialogCloseButton(QWidget *parent = nullptr);
17};
18
19DWIDGET_END_NAMESPACE
20
21#endif // DDIALOGCLOSEBUTTON_H
Definition ddialogclosebutton.h:13
按钮的图标
Definition diconbutton.h:24