Jan Arve Sæther 5e83a2eed2 Deprecate one overload of QInputDialog::getDouble() for 5.15
...and merge the two overloads of getDouble() in Qt6

Change-Id: I55faa2ff222b41e48889a0ef14dd00a6da691c36
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-02-12 16:10:24 +01:00
..
2019-10-11 06:32:30 +02:00
2019-10-11 06:32:30 +02:00
2019-10-11 06:32:30 +02:00
2019-10-11 06:32:30 +02:00
2017-12-27 14:41:18 +00:00

Qt includes standard dialogs for many common operations, such as file
selection, printing, and color selection.

Custom dialogs can also be created for specialized modal or modeless
interactions with users.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.