aboutsummaryrefslogtreecommitdiffstats
path: root/examples/webchannel/chatserver-cpp/doc
Commit message (Collapse)AuthorAgeFilesLines
* Doc: Add example categories for Qt Webchannel examplesJaishree Vyas2023-08-231-0/+1
| | | | | | | | | Task-number: QTBUG-116067 Change-Id: I0f8dd067b21b85e42393ec70543bf85e844979ed Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io> (cherry picked from commit 58a549f9d2c0799d27231771ca8de88d50604c6c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Make chatclient-qml example executableØystein Heskestad2023-07-031-2/+2
| | | | | | | | | | | | | 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 Change-Id: I65f0db74e5bbf4cb917b4da980a54dd85c14a954 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit e89f78f21c16e707ebd8ba1a18c05f10ae982f09) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Use SPDX license identifiersLucie Gérard2022-06-101-49/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: Id704376bd7d5a127ad3e9bf09f9abedcf2b0f498 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Doc: Edit example documentationLeena Miettinen2016-06-022-12/+20
| | | | | | | | | | | | | | - Add images to the examples. - Add instructions for running the examples - Edit for grammar and style - Add dependencies to Qt WebEngine and Qt WebSockets modules - Add a workaround for preventing autolinking of WebChannel, WebEngine and WebSockets to the wrong targets - Use explicit linking where necessary Change-Id: Ia4025284063fa09c9e2a0b2c347ee682bba8a615 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> (cherry picked from commit 01ea92c7c8d77d3d3c10ab1cc4bf4f214aa07126)
* Updated license headersAntti Kokko2016-01-201-18/+35
| | | | | | | | | | From Qt 5.7 -> examples are lisenced under BSD license, see http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ Updated license headers to use new BSD header instead of LGPL21 one (in those files which will be under BSD) Change-Id: I67629f4d4480e9ba566d7539d62c7cd4e89342e3 Reviewed-by: Lars Knoll <lars.knoll@theqtcompany.com>
* Update copyright headersv5.5.0-alpha1Antti Kokko2015-02-171-6/+6
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Iebed549451f58a9fbdd86adf5d0340412d7766d7 Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
* Added some more examplesBernd Lamecker2014-10-161-0/+63
Implemented a C++ Server, providing a chatservice through a simple QObject using QWebChannel and also both a QML and HTML Client to interact with the server. The examples show how to use properties, signals and methods, separated in server and clients. This reverts commit e8c280a15f7822fa5a563388615313858fd90848. The integration issues w.r.t. unconditional usage of the websockets module have been resolved. Change-Id: I4a07646dcd5e6050d3bd6b9bd1c5b07dbc7d7d69 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>