summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/recipebrowser/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add icons to recipebrowser exampleMatthias Rauter2023-12-211-0/+2
| | | | | | | | | | Also fixed the qrc file. Fixes: QTBUG-119738 Pick-to: 6.6 6.7 Change-Id: I97e981260fff90e6f9ef3a1ea661d9cf47e6ee45 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Michal Klocek <michal.klocek@qt.io>
* Do no load default style sheets in recipe browserMichal Klocek2023-07-271-2/+1
| | | | | | | | | | If no settings loaded, start recipe browser example with no style sheets applied. Fixes: QTBUG-114471 Pick-to: 6.6 6.5 Change-Id: Ibdcf0e5171dfa76925e9af95754f0583aedec9bd Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
* Merge recipe browser, stylesheet browser and markdown editor examplesYigit Akcay2023-04-051-0/+153
This patch merges the qtwebengine examples recipe browser, stylesheet browser and markdown editor into one single example. Pick-to: 6.5 Task-number: QTBUG-108751 Change-Id: I338707d7d3275b03bf2a2d7b65064ac91e562d7f Reviewed-by: Michal Klocek <michal.klocek@qt.io>