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)
    class QInputDialog
    static
    double
    getDouble
    (,
    ref const(QString) title
    ,
    ref const(QString) label
    ,
    double value = 0
    ,
    double minValue = -2147483647
    ,
    double maxValue = 2147483647
    ,
    int decimals = 1
    ,
    bool* ok = null
    ,)
  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)

Meta