class KInputDialog


Table of contents
Modules
kdeui Classes
All Classes
Module kdeui
Namespace global
Class KInputDialog
Inherits KDialog

The KInputDialog class provides a simple dialog to get a single value from the user. The value can be a string, a number (either an integer or a float) or an item from a list. This class is designed to be source compatible with QInputDialog.

Five static convenience functions are provided: getText(), getInteger(). getDouble(), getItem() and getItemList().

Author Nadeem Hasan



methods