Prison
barcode.h
void setData(const QString &data)
Sets textual data to be drawn as a barcode.
Definition barcode.cpp:117
QSizeF preferredSize(qreal devicePixelRatio) const
The recommended size for this barcode when shown on a screen.
Definition barcode.cpp:137
QSizeF minimumSize() const
The minimal amount of pixels needed to represent this barcode without loss of information.
Definition barcode.cpp:131
Prison::BarcodeType format() const
Barcode format of this barcode generator.
Definition barcode.cpp:81
void setBackgroundColor(const QColor &backgroundcolor)
sets the background color
Definition barcode.cpp:153
void setForegroundColor(const QColor &foregroundcolor)
sets the foreground color
Definition barcode.cpp:161
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.