dde-control-center
Deepin Control Center
载入中...
搜索中...
未找到
titlelabel.h
1
//SPDX-FileCopyrightText: 2018 - 2023 UnionTech Software Technology Co., Ltd.
2
//
3
//SPDX-License-Identifier: GPL-3.0-or-later
4
#pragma once
5
6
#include "interface/namespace.h"
7
#include <DLabel>
8
9
namespace
DCC_NAMESPACE
10
{
11
12
class
TitleLabel
:
public
Dtk::Widget::DLabel
13
{
14
Q_OBJECT
15
public
:
16
TitleLabel
(QWidget *parent =
nullptr
, Qt::WindowFlags f = Qt::WindowFlags());
17
TitleLabel
(
const
QString &text, QWidget *parent =
nullptr
, Qt::WindowFlags f = Qt::WindowFlags());
18
19
protected
:
20
bool
event(QEvent *e)
override
;
21
};
22
23
}
// namespace DCC_NAMESPACE
dccv23::TitleLabel
Definition
titlelabel.h:13
include
widgets
titlelabel.h
文档生成时间:2024-08-30-05:26 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享