DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
dindeterminateprogressbar.h
1
// SPDX-FileCopyrightText: 2024 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DINDETERMINATEPROGRESSBAR_H
6
#define DINDETERMINATEPROGRESSBAR_H
7
8
#include <DObject>
9
#include <QWidget>
10
11
class
DIndeterminateProgressbarPrivate
;
12
class
DIndeterminateProgressbar
:
public
QWidget,
public
DTK_CORE_NAMESPACE::DObject
13
{
14
Q_OBJECT
15
public
:
16
explicit
DIndeterminateProgressbar
(QWidget *parent =
nullptr
);
17
18
protected
:
19
void
paintEvent(QPaintEvent *e)
override
;
20
void
resizeEvent(QResizeEvent *e)
override
;
21
22
private
:
23
D_DECLARE_PRIVATE(
DIndeterminateProgressbar
)
24
};
25
26
#endif
// DINDETERMINATEPROGRESSBAR_H
DIndeterminateProgressbarPrivate
Definition
dindeterminateprogressbar_p.h:15
DIndeterminateProgressbar
Definition
dindeterminateprogressbar.h:13
include
widgets
dindeterminateprogressbar.h
文档生成时间:2024-11-15-05:51 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享