Vesna
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
src
ui
components
SimpleListItemWidget.h
Go to the documentation of this file.
1
#ifndef SIMPLELISTITEMWIDGET_H
2
#define SIMPLELISTITEMWIDGET_H
3
4
#include "
CustomStyledWidget.h
"
5
6
class
SimpleListItemWidget
:
public
CustomStyledWidget
7
{
8
public
:
9
explicit
SimpleListItemWidget
( QWidget *parent = 0 );
10
virtual
~SimpleListItemWidget
();
11
12
void
SetTextOrderLabel
(
const
QString &text );
13
void
SetTextDescriptionLabel
(
const
QString &text );
14
void
SetSelected
(
bool
selected );
15
16
private
:
18
19
class
DataClass
;
20
QSharedPointer<DataClass> d;
21
23
};
24
25
#endif // SIMPLELISTITEMWIDGET_H
SimpleListItemWidget::SetTextOrderLabel
void SetTextOrderLabel(const QString &text)
Definition:
SimpleListItemWidget.cpp:48
SimpleListItemWidget
Definition:
SimpleListItemWidget.h:6
SimpleListItemWidget::~SimpleListItemWidget
virtual ~SimpleListItemWidget()
Definition:
SimpleListItemWidget.cpp:43
CustomStyledWidget.h
SimpleListItemWidget::SetSelected
void SetSelected(bool selected)
Definition:
SimpleListItemWidget.cpp:58
SimpleListItemWidget::DataClass
Definition:
SimpleListItemWidget.cpp:9
SimpleListItemWidget::SetTextDescriptionLabel
void SetTextDescriptionLabel(const QString &text)
Definition:
SimpleListItemWidget.cpp:53
SimpleListItemWidget::SimpleListItemWidget
SimpleListItemWidget(QWidget *parent=0)
Definition:
SimpleListItemWidget.cpp:30
CustomStyledWidget
The CustomStyledWidget class use this class for custom styled widgets bc QT has bug and do not paint ...
Definition:
CustomStyledWidget.h:11
Generated on Thu Dec 18 2025 23:21:47 for Vesna by
1.8.8