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
12DWIDGET_BEGIN_NAMESPACE
13
15{
16 Q_DECLARE_PUBLIC(DTipLabel)
17
18public:
20
21 void init();
22};
23
24DWIDGET_END_NAMESPACE
25
26#endif // DTIPLABEL_P_H
Definition dlabel_p.h:16
Definition dtiplabel_p.h:15
DTipLabel一个重新实现的 QLabel.
Definition dtiplabel.h:14