| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
| |
Change-Id: I5626b8a835c3b2d717e30b482678b95e20f26d38
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
|
| |
|
|
|
|
| |
Change-Id: I3f34288d29c3290f61817575053f4fdb0a536b9e
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
|
| |
|
|
|
| |
Change-Id: I55cfc9bcf96b573a8d614d8fe11a9ad73615a525
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
|
| |
|
|
|
| |
Change-Id: I3342507fa2ea69f753f1f062c233211fad4791ff
Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
|
|
|
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>
|