QInputDialog.getDouble

Undocumented in source.
  1. double getDouble(QWidget parent, const(QString) title, const(QString) label, double value, double minValue, double maxValue, int decimals, bool* ok, qt.core.namespace.WindowFlags flags)
  2. double getDouble(QWidget parent, const(QString) title, const(QString) label, double value, double minValue, double maxValue, int decimals, bool* ok, qt.core.namespace.WindowFlags flags, double step)
    class QInputDialog
    static
    double
    getDouble
    (,
    ref const(QString) title
    ,
    ref const(QString) label
    ,
    double value
    ,
    double minValue
    ,
    double maxValue
    ,,
    bool* ok
    ,,
    double step
    )

Meta