summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/remoteobjects.pro
Commit message (Collapse)AuthorAgeFilesLines
* Move bluetooth examples to tests/manual/examplesØystein Heskestad2023-10-111-1/+0
| | | | | | | | | | These examples are more related to bluetooth than remote objects, and are out or date because they don't use the permission API. Task-number: QTBUG-112850 Pick-to: 6.6 6.5 Change-Id: Ic3059a8cf7a03583cc525db7c8021dd5b607115a Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Revamp clientapp and remoteobjects_server examplesØystein Heskestad2023-07-061-1/+0
| | | | | | | | | | Merge clientapp and plugins into a single stand-alone example. Add documentation of clientapp and remoteobjects_server. Task-number: QTBUG-112850 Pick-to: 6.6 6.5 Change-Id: I03340d3208fac7448f7de5d7720a61d2eeaf5a0a Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* Delete cppclient exampleØystein Heskestad2023-06-061-1/+0
| | | | | | | | | This example does not add anything not covered by other examples. Task-number: QTBUG-112850 Pick-to: 6.5 6.6 Change-Id: Iaca69aa025d36dbc539904c72ed4aef8476a6b12 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Move qmlmodelviewclient example to tests/manual/examplesØystein Heskestad2023-05-261-1/+0
| | | | | | | | | | | | | This QML example does not work properly. It only shows a single column because it uses ListView. If it is reworked to use TreeView, there are still a lot of issues. Like that setBackground on the server side sets the background role to a QBrush, but only QColor is currently supported in QML. Task-number: QTBUG-112850 Pick-to: 6.5 Change-Id: Ib3224052d1a25bcece31f3ea69c01713f422ef22 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add QtRO over BT LE exampleBogDan Vatra2022-08-291-0/+1
| | | | | | | | | | | | | | | | | This commit adds Qt remote object example which demonstrates remote objects over Bluetooth Low Energy (LE). The example uses GATT characteristics and their value notifications as the transport method. The source (server) side is a simple "heater" object which is either turned ON or OFF, as controlled by the client. The temperature then changes upwards (heats) or downwards (cools) accordingly. The changing temperature value is shown by the client GUI. Fixes: QTBUG-99576 Change-Id: I70dff545db0e45e3026ed5a7a98fce7bf54b9821 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io> Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
* Make server example name more uniqueAllan Sandfeld Jensen2021-07-131-1/+1
| | | | | | | | | | It clashes with other examples in other modules breaking top-builds with examples. Pick-to: 6.2 Change-Id: I5c0b3adfe1e6a81012a96f248b48c43976f2d2ad Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Add WebSockets exampleBogDan Vatra2019-06-121-1/+2
| | | | | Change-Id: I5626b8a835c3b2d717e30b482678b95e20f26d38 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* examples: require widgets explicitlyLiang Qi2019-02-061-2/+6
| | | | | | Change-Id: I3f34288d29c3290f61817575053f4fdb0a536b9e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Only include the ssl example and test if the OpenSSL feature is availableAndy Shaw2018-12-071-2/+3
| | | | | Change-Id: I55cfc9bcf96b573a8d614d8fe11a9ad73615a525 Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Add SSL example & auto testBogDan Vatra2018-10-291-1/+2
| | | | | Change-Id: I3342507fa2ea69f753f1f062c233211fad4791ff Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Adjust examples to follow Qt conventionsBrett Stottlemyer2017-03-221-0/+16
Adjust examples' file and directory naming to be consistent with Qt-wide conventions. Task-number: QTBUG-59229 Change-Id: I5c4eb66e91a12590600446a35b2656361561e2a3 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>