DtkWidget
5.6.0.2
DTK Widget module
src
widgets
private
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
制作者
1.9.3