DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
dtiplabel_p.h
1
// SPDX-FileCopyrightText: 2011 - 2022 UnionTech Software Technology Co., Ltd.
2
//
3
// SPDX-License-Identifier: LGPL-3.0-or-later
4
5
#ifndef DTIPLABEL_P_H
6
#define DTIPLABEL_P_H
7
8
#include <DTipLabel>
9
#include <DStyle>
10
#include "dlabel_p.h"
11
12
DWIDGET_BEGIN_NAMESPACE
13
14
class
DTipLabelPrivate
:
public
DLabelPrivate
15
{
16
Q_DECLARE_PUBLIC(
DTipLabel
)
17
18
public
:
19
DTipLabelPrivate
(
DTipLabel
*q);
20
21
void
init();
22
};
23
24
DWIDGET_END_NAMESPACE
25
26
#endif
// DTIPLABEL_P_H
Dtk::Widget::DLabelPrivate
Definition
dlabel_p.h:16
Dtk::Widget::DTipLabelPrivate
Definition
dtiplabel_p.h:15
Dtk::Widget::DTipLabel
DTipLabel一个重新实现的 QLabel.
Definition
dtiplabel.h:14
src
widgets
private
dtiplabel_p.h
文档生成时间:2024-11-15-05:51 +00
Doxygen Version
1.9.8
制作者:deepin doc doc go SIG
文档使用CC-BY-4.0共享