aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/embeddedinwidgets/embeddedinwidgets.pro
Commit message (Collapse)AuthorAgeFilesLines
* embeddedinwidgets: Use modern loadFromModule APIFabian Kosmale2023-12-061-3/+8
| | | | | | | | | | Replaces 4f4a915ded1ddfb91ed0062d7079f5566400f422 Fixes: QTBUG-119318 Change-Id: I3c508a8b5b7f060cdb2b0eac087c24dab0f552e2 Reviewed-by: Sami Shalayel <sami.shalayel@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* EmbeddedInWidgets example: Use QQC2 componentsOliver Eftevaag2021-08-271-1/+1
| | | | | | | | | | Replaces the TextBox custom component with a qt quick controls 2 TextField. Task-number: QTBUG-95735 Pick-to: 6.2 Change-Id: Ic1fb47c8e57cd2d805d4a9941df9bc02a5e7bc17 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Added an example of the window container embedding a QQuickViewGunnar Sletta2013-01-251-0/+12
Change-Id: I451716f4a0eac2020835a9e8a0d67626b981c736 Reviewed-by: Alan Alpert <aalpert@rim.com>