KDEUI
kinputdialog.h
Go to the documentation of this file.
QString label(StandardShortcut id)
Returns a localized label for user-visible display.
Definition: kstandardshortcut.cpp:267
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
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
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
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
The KInputDialog namespace provides simple dialogs to get a single value from the user...
Definition: kinputdialog.cpp:328
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
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
KAction * whatsThis(const QObject *recvr, const char *slot, QObject *parent)
Trigger the What's This cursor.
Definition: kstandardaction.cpp:606
This file is part of the KDE documentation.
Documentation copyright © 1996-2015 The KDE developers.
Generated on Wed Oct 7 2015 10:27:01 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2015 The KDE developers.
Generated on Wed Oct 7 2015 10:27:01 by doxygen 1.8.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.