Krita Source Code Documentation
Loading...
Searching...
No Matches
KisTagLabel.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2023 Srirupa Datta <srirupa.sps@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KISTAGLABEL_H
8
#define KISTAGLABEL_H
9
10
#include <QWidget>
11
#include "kritaresourcewidgets_export.h"
12
13
14
class
KRITARESOURCEWIDGETS_EXPORT
KisTagLabel
:
public
QWidget
15
{
16
Q_OBJECT
17
18
public
:
19
explicit
KisTagLabel
(QString
string
, QWidget *parent =
nullptr
);
20
~KisTagLabel
();
21
22
public
:
23
QString getText();
24
25
protected
:
26
void
paintEvent(QPaintEvent *event)
override
;
27
28
private
:
29
QString
m_string
;
30
};
31
32
#endif
// KISTAGLABEL_H
KisTagLabel
Definition
KisTagLabel.h:15
KisTagLabel::m_string
QString m_string
Definition
KisTagLabel.h:29
libs
resourcewidgets
KisTagLabel.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52