summaryrefslogtreecommitdiff
path: root/examples/webengine/customdialogs/forms/Button.qml
Commit message (Collapse)AuthorAgeFilesLines
* Update customdialogs example to work with Quick Controls 2Balazs Egedi2021-07-261-108/+0
| | | | | | | Task-number: QTBUG-93666 Pick-to: 6.2 Change-Id: I3716454d7a0560f58a0e2da363b1d053babe824b Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Fix license header for examplesKai Koehne2017-09-201-2/+12
| | | | | | Task-number: QTBUG-60006 Change-Id: Ie1604aed3d5a9ba566e898eae232227ba340bfaa Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* Add qtquick customdialog exampleMichal Klocek2016-11-011-0/+98
The example shows how to create and use custom dialogs instead of webengine's default dialogs. Task-number: QTBUG-56063 Change-Id: I440305b2d4357d2b47c6b5a1a821b25c71221aa2 Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>