Okular
form.cpp
void append(const T &value)
typedef Alignment
virtual int maximumLength() const
The maximum length allowed for the text of text field, or -1 if there is no limitation for the text.
Definition: form.cpp:218
virtual void setCurrentChoices(const QList< int > &choices)
Sets the selected choices to choices .
Definition: form.cpp:294
virtual bool isRichText() const
Whether this text field should allow rich text.
Definition: form.cpp:213
virtual bool canBeSpellChecked() const
Whether the text inserted manually in the field (where possible) can be spell-checked.
Definition: form.cpp:312
QString number(int n, int base)
Type type(const QSqlDatabase &db)
virtual void setText(const QString &text)
Sets the new text in the text field.
Definition: form.cpp:204
virtual void setEditChoice(const QString &text)
Sets the text entered into an editable combo box choice field.
Definition: form.cpp:303
QStringList split(const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const
virtual bool isEditable() const
Whether this ComboBox is editable, ie the user can type in a custom value.
Definition: form.cpp:284
KIOFILEWIDGETS_EXPORT QStringList list(const QString &fileClass)
virtual bool multiSelect() const
Whether more than one choice of this ListBox can be selected at the same time.
Definition: form.cpp:289
virtual void setIcon(Okular::FormField *field)
Sets the icon of the Button to the Icon of the field parameter.
Definition: form.cpp:168
virtual Qt::Alignment textAlignment() const
The alignment of the text within the field.
Definition: form.cpp:307
SkipEmptyParts
virtual bool canBeSpellChecked() const
Whether the text inserted manually in the field (where possible) can be spell-checked.
Definition: form.cpp:228
Action * additionalAction(AdditionalActionType type) const
Returns the additional action of the given type or nullptr if no action has been defined.
Definition: form.cpp:93
bool isEmpty() const const
QString join(const QString &separator) const const
virtual void setState(bool state)
Sets the state of the button to the new state .
Definition: form.cpp:164
virtual bool isPassword() const
Whether this text field is a password input, eg its text must be replaced with asterisks.
Definition: form.cpp:208
void setExportValues(const QMap< QString, QString > &values)
The possible choices of the choice field.
Definition: form.cpp:317
virtual Qt::Alignment textAlignment() const
The alignment of the text within the field.
Definition: form.cpp:223
QList::iterator begin()
QList::iterator end()
QString exportValueForChoice(const QString &choice) const
Returns the export value for a given choice.
Definition: form.cpp:323
QVector< V > values(const QMultiHash< K, V > &c)
Q_D(Todo)
virtual QString editChoice() const
The text entered into an editable combo box choice field.
Definition: form.cpp:298
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:06:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:06:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.