KPkPass::Field
KPkPass::Field Class Reference
#include <field.h>
Properties | |
QString | changeMessage |
QString | key |
QString | label |
Qt::Alignment | textAlignment |
QVariant | value |
QString | valueDisplayString |
Public Member Functions | |
Field (const Field &) | |
Field (Field &&) | |
QString | changeMessage () const |
QString | key () const |
QString | label () const |
Field & | operator= (const Field &) |
Qt::Alignment | textAlignment () const |
QVariant | value () const |
QString | valueDisplayString () const |
Detailed Description
Field element in a KPkPass::Pass.
Member Function Documentation
◆ changeMessage()
QString KPkPass::Field::changeMessage | ( | ) | const |
The localized change message for this value.
◆ key()
◆ label()
QString KPkPass::Field::label | ( | ) | const |
Localized label for display describing this field.
◆ textAlignment()
Qt::Alignment KPkPass::Field::textAlignment | ( | ) | const |
Text alignment.
◆ value()
QVariant KPkPass::Field::value | ( | ) | const |
Value of this field.
This can either be a localized string (most common), a date/time value or a number. Use this for data extraction, prefer valueDisplayString() for displaying data.
◆ valueDisplayString()
QString KPkPass::Field::valueDisplayString | ( | ) | const |
Value of this field, as a localized string for display.
Use this rather than value() for display.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:01:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:01:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.