AusweisApp2
ListItemIconRight.h
gehe zur Dokumentation dieser Datei
1
/*
2
* \copyright Copyright (c) 2014-2020 Governikus GmbH & Co. KG, Germany
3
*/
4
5
#pragma once
6
7
#include <QLabel>
8
9
namespace
governikus
10
{
11
12
class
ListItemIconRight
13
:
public
QLabel
14
{
15
Q_OBJECT
16
17
public
:
18
ListItemIconRight
(QWidget* pParent =
nullptr
);
19
ListItemIconRight
(
const
QString& pText, QWidget* pParent =
nullptr
);
20
virtual
~ListItemIconRight
();
21
};
22
23
}
// namespace governikus
governikus::ListItemIconRight::ListItemIconRight
ListItemIconRight(QWidget *pParent=nullptr)
Definition:
ListItemIconRight.cpp:9
ListItemIconRight.h
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
governikus::ListItemIconRight
Definition:
ListItemIconRight.h:14
governikus::ListItemIconRight::~ListItemIconRight
virtual ~ListItemIconRight()
Definition:
ListItemIconRight.cpp:21
src
ui
widget
generic
ListItemIconRight.h
Erzeugt von
1.8.20