QInputDialog Class Reference
Inherits QDialog.
Constructor
This class has no public constructors. Calling the constructor function will cause a TypeError.
Constructor Properties
- prototype: The QInputDialog prototype object
- double getDouble(QWidget parent, String title, String label, double value, double minValue, double maxValue, int decimals, WindowFlags f)
- int getInteger(QWidget parent, String title, String label, int value, int minValue, int maxValue, int step, WindowFlags f)
- String getItem(QWidget parent, String title, String label, List list, int current, bool editable, WindowFlags f)
- String getText(QWidget parent, String title, String label, EchoMode echo, String text, WindowFlags f)
Instance Properties
QInputDialog objects have no special properties beyond those inherited from the QInputDialog prototype object.