aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/chatclient-qml/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for examples filesLucie Gérard2024-04-041-1/+1
| | | | | | | | | | | | | Example takes precedence over build system file type. According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I88aae81aaa676eb526257dfe6ac35e11083848c8 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Make chatclient-qml example executableØystein Heskestad2023-06-301-0/+15
This example used to have to be run using the qml application, now it is a stand-alone application. Some changes are made to make it work in Dark Mode and to improve the user experience. The documentation is changed to reflect the changes and it is slightly expanded. Task-number: QTBUG-113000 Pick-to: 6.5 6.6 Change-Id: I65f0db74e5bbf4cb917b4da980a54dd85c14a954 Reviewed-by: Paul Wicking <paul.wicking@qt.io>