DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
dwindowminbutton.h
1
// SPDX-FileCopyrightText: 2015 - 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DWINDOWMINBUTTON_H
6
#define DWINDOWMINBUTTON_H
7
8
#include <DIconButton>
9
10
DWIDGET_BEGIN_NAMESPACE
11
12
class
LIBDTKWIDGETSHARED_EXPORT
DWindowMinButton
:
public
DIconButton
13
{
14
Q_OBJECT
15
16
public
:
17
DWindowMinButton
(QWidget * parent = 0);
18
19
QSize sizeHint()
const override
;
20
21
protected
:
22
void
initStyleOption(
DStyleOptionButton
*option)
const override
;
23
};
24
25
DWIDGET_END_NAMESPACE
26
27
#endif
// DWINDOWMINBUTTON_H
Dtk::Widget::DIconButton
按钮的图标
Definition
diconbutton.h:24
Dtk::Widget::DStyleOptionButton
Dtk 样式统一的按钮样式配置.
Definition
dstyleoption.h:58
Dtk::Widget::DWindowMinButton
The DWindowMinButton class is used as the unified window minimize button.
Definition
dwindowminbutton.h:13
include
widgets
dwindowminbutton.h
文档生成时间:2024-11-15-05:51 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享