e0cae9af5e
Categorize dialogs using a toolbox and add an options groupbox for dialogs that have options flags. Besides example usage, this allows people implementing platform native dialogs to play around with the options. Change-Id: Icc0fd00382332b11783271ef15a0583c18758784 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com> Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> |
||
---|---|---|
.. | ||
classwizard | ||
configdialog | ||
extension | ||
findfiles | ||
licensewizard | ||
sipdialog | ||
standarddialogs | ||
tabdialog | ||
trivialwizard | ||
dialogs.pro | ||
README |
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.