KDEUI
kinputdialog.h
Go to the documentation of this file.
The KInputDialog namespace provides simple dialogs to get a single value from the user.
Definition: kinputdialog.cpp:328
QString getMultiLineText(const QString &caption, const QString &label, const QString &value, bool *ok, QWidget *parent)
Static convenience function to get a multiline string from the user.
Definition: kinputdialog.cpp:362
QString getText(const QString &caption, const QString &label, const QString &value, bool *ok, QWidget *parent, QValidator *validator, const QString &mask, const QString &whatsThis, const QStringList &completionList)
Static convenience function to get a string from the user.
Definition: kinputdialog.cpp:330
QStringList getItemList(const QString &caption, const QString &label, const QStringList &list, const QStringList &select, bool multiple, bool *ok, QWidget *parent)
Static convenience function to let the user select one or more items from a listbox.
Definition: kinputdialog.cpp:455
double getDouble(const QString &caption, const QString &label, double value, double minValue, double maxValue, double step, int decimals, bool *ok, QWidget *parent)
Static convenience function to get a floating point number from the user.
Definition: kinputdialog.cpp:405
QString getItem(const QString &caption, const QString &label, const QStringList &list, int current, bool editable, bool *ok, QWidget *parent)
Static convenience function to let the user select an item from a list.
Definition: kinputdialog.cpp:430
int getInteger(const QString &caption, const QString &label, int value, int minValue, int maxValue, int step, int base, bool *ok, QWidget *parent)
Static convenience function to get an integer from the user.
Definition: kinputdialog.cpp:380
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.