| | | |
Offset 13, 14 lines modified | Offset 13, 15 lines modified |
13 | ····</page> | 13 | ····</page> |
14 | ····<page·name="remoteobjects-changes-qt6.html"·href="remoteobjects-changes-qt6.html"·status="active"·location="qt6-changes.qdoc"·documented="true"·groups="changes-qt-5-to-6"·subtype="page"·title="Changes·to·Qt·Remote·Objects"·fulltitle="Changes·to·Qt·Remote·Objects"·subtitle=""·brief="Migrate·Qt·Remote·Objects·to·Qt·6"> | 14 | ····<page·name="remoteobjects-changes-qt6.html"·href="remoteobjects-changes-qt6.html"·status="active"·location="qt6-changes.qdoc"·documented="true"·groups="changes-qt-5-to-6"·subtype="page"·title="Changes·to·Qt·Remote·Objects"·fulltitle="Changes·to·Qt·Remote·Objects"·subtitle=""·brief="Migrate·Qt·Remote·Objects·to·Qt·6"> |
15 | ······<contents·name="api-changes"·title="API·changes"·level="1"/> | 15 | ······<contents·name="api-changes"·title="API·changes"·level="1"/> |
16 | ······<contents·name="functions-taking-const-ref-qstring-changing-to-qstringview"·title="Functions·taking·const-ref·QString·changing·to·QStringView"·level="2"/> | 16 | ······<contents·name="functions-taking-const-ref-qstring-changing-to-qstringview"·title="Functions·taking·const-ref·QString·changing·to·QStringView"·level="2"/> |
17 | ······<contents·name="changes-to-classes-for-custom-transport-backend-support"·title="Changes·to·classes·for·custom·transport·backend·support"·level="2"/> | 17 | ······<contents·name="changes-to-classes-for-custom-transport-backend-support"·title="Changes·to·classes·for·custom·transport·backend·support"·level="2"/> |
18 | ······<contents·name="cmake-changes"·title="CMake·changes"·level="1"/> | 18 | ······<contents·name="cmake-changes"·title="CMake·changes"·level="1"/> |
19 | ····</page> | 19 | ····</page> |
| 20 | ····<page·name="https://en.wikipedia.org/wiki/Domain-specific_language"·href="https://en.wikipedia.org/wiki/Domain-specific_language"·status="active"·location="remoteobjects-repc.qdoc"·documented="true"·subtype="externalpage"·title="Domain·Specific·Language·(DSL)"·fulltitle="Domain·Specific·Language·(DSL)"·subtitle=""/> |
20 | ····<page·name="remoteobjects-example-static-source"·href="remoteobjects-example-static-source.html"·status="active"·location="remoteobjects-example-static-source.qdoc"·documented="true"·subtype="page"·title="Example·1:·Direct·Connection·using·a·Static·Source"·fulltitle="Example·1:·Direct·Connection·using·a·Static·Source"·subtitle=""·brief="Describes·how·the·Qt·Remote·Objects·establishes·a·direct·connection·using·a·static·source.··In·this·example,·the·source·object·is·a·simple·binary·switch·that·toggles·its·state·based·on·a·timer.·When·the·state·changes,·a·signal·is·emitted·by·the·source·which·QtRO·propagates·to·all·replicas.·Since·the·replicas·have·the·same·properties,·signals,·and·slots·as·were·exposed·from·the·source,·any·slots·connected·to·the·replica's·signal·will·be·called·when·the·replica·receives·that·signal.·The·client·process·then·echoes·back·the·received·switch·state·to·the·source·by·emitting·its·own·signal·which·is·connected·to·a·slot·on·the·replica"> | 21 | ····<page·name="remoteobjects-example-static-source"·href="remoteobjects-example-static-source.html"·status="active"·location="remoteobjects-example-static-source.qdoc"·documented="true"·subtype="page"·title="Example·1:·Direct·Connection·using·a·Static·Source"·fulltitle="Example·1:·Direct·Connection·using·a·Static·Source"·subtitle=""·brief="Describes·how·the·Qt·Remote·Objects·establishes·a·direct·connection·using·a·static·source.··In·this·example,·the·source·object·is·a·simple·binary·switch·that·toggles·its·state·based·on·a·timer.·When·the·state·changes,·a·signal·is·emitted·by·the·source·which·QtRO·propagates·to·all·replicas.·Since·the·replicas·have·the·same·properties,·signals,·and·slots·as·were·exposed·from·the·source,·any·slots·connected·to·the·replica's·signal·will·be·called·when·the·replica·receives·that·signal.·The·client·process·then·echoes·back·the·received·switch·state·to·the·source·by·emitting·its·own·signal·which·is·connected·to·a·slot·on·the·replica"> |
21 | ······<target·name="qtro-example1"/> | 22 | ······<target·name="qtro-example1"/> |
22 | ······<contents·name="replica-code"·title="Replica·Code"·level="2"/> | 23 | ······<contents·name="replica-code"·title="Replica·Code"·level="2"/> |
23 | ····</page> | 24 | ····</page> |
24 | ····<page·name="remoteobjects-example-dynamic-replica.html"·href="remoteobjects-example-dynamic-replica.html"·status="active"·location="remoteobjects-example-dynamic-replica.qdoc"·documented="true"·subtype="page"·title="Example·2:·Direct·Connection·with·a·Dynamic·Replica"·fulltitle="Example·2:·Direct·Connection·with·a·Dynamic·Replica"·subtitle=""·brief="Describes·how·the·Qt·Remote·Objects·establishes·a·direct·connection·with·a·dynamic·replica.··Initially,·a·dynamic·replica·is·created·as·a·"bare"·QObject·-·without·properties,·signals·or·slots.·Then,·during·initialization,·QtRO·returns·the·API·for·the·object,·after·the·connection·to·the·source·is·made.·Thus,·the·API·is·added·to·the·object·at·runtime"> | 25 | ····<page·name="remoteobjects-example-dynamic-replica.html"·href="remoteobjects-example-dynamic-replica.html"·status="active"·location="remoteobjects-example-dynamic-replica.qdoc"·documented="true"·subtype="page"·title="Example·2:·Direct·Connection·with·a·Dynamic·Replica"·fulltitle="Example·2:·Direct·Connection·with·a·Dynamic·Replica"·subtitle=""·brief="Describes·how·the·Qt·Remote·Objects·establishes·a·direct·connection·with·a·dynamic·replica.··Initially,·a·dynamic·replica·is·created·as·a·"bare"·QObject·-·without·properties,·signals·or·slots.·Then,·during·initialization,·QtRO·returns·the·API·for·the·object,·after·the·connection·to·the·source·is·made.·Thus,·the·API·is·added·to·the·object·at·runtime"> |
25 | ······<target·name="qtro-example2"/> | 26 | ······<target·name="qtro-example2"/> |
26 | ····</page> | 27 | ····</page> |
Offset 29, 14 lines modified | Offset 30, 39 lines modified |
29 | ······<contents·name="set-up-the-source"·title="Set·up·the·Source"·level="2"/> | 30 | ······<contents·name="set-up-the-source"·title="Set·up·the·Source"·level="2"/> |
30 | ······<contents·name="set-up-the-replica"·title="Set·up·the·Replica"·level="2"/> | 31 | ······<contents·name="set-up-the-replica"·title="Set·up·the·Replica"·level="2"/> |
31 | ····</page> | 32 | ····</page> |
32 | ····<page·name="qtremoteobjects-gettingstarted.html"·href="qtremoteobjects-gettingstarted.html"·status="active"·location="remoteobjects-gettingstarted.qdoc"·documented="true"·subtype="page"·title="Getting·Started·with·Qt·Remote·Objects"·fulltitle="Getting·Started·with·Qt·Remote·Objects"·subtitle=""·brief="Detailed·information·on·how·to·use·Qt·Remote·Objects"> | 33 | ····<page·name="qtremoteobjects-gettingstarted.html"·href="qtremoteobjects-gettingstarted.html"·status="active"·location="remoteobjects-gettingstarted.qdoc"·documented="true"·subtype="page"·title="Getting·Started·with·Qt·Remote·Objects"·fulltitle="Getting·Started·with·Qt·Remote·Objects"·subtitle=""·brief="Detailed·information·on·how·to·use·Qt·Remote·Objects"> |
33 | ······<contents·name="introduction"·title="Introduction"·level="1"/> | 34 | ······<contents·name="introduction"·title="Introduction"·level="1"/> |
34 | ······<contents·name="implementation"·title="Implementation"·level="1"/> | 35 | ······<contents·name="implementation"·title="Implementation"·level="1"/> |
35 | ····</page> | 36 | ····</page> |
| 37 | ····<qmlclass·name="Host"·qml-module-name="QtRemoteObjects"·fullname="QtRemoteObjects.Host"·href="qml-qtremoteobjects-host.html"·status="active"·access="public"·documented="true"·title="Host"·fulltitle="Host"·subtitle=""·brief="A·host·node·on·a·Qt·Remote·Objects·network"> |
| 38 | ······<function·name="disableRemoting"·fullname="QtRemoteObjects.Host.disableRemoting"·href="qml-qtremoteobjects-host.html#disableRemoting-method"·status="active"·access="public"·documented="true"·meta="qmlmethod"·type="bool"> |
| 39 | ········<parameter·type="object"·name="remoteObject"·default=""/> |
| 40 | ······</function> |
| 41 | ······<function·name="enableRemoting"·fullname="QtRemoteObjects.Host.enableRemoting"·href="qml-qtremoteobjects-host.html#enableRemoting-method"·status="active"·access="public"·documented="true"·meta="qmlmethod"·type="bool"> |
| 42 | ········<parameter·type="object"·name="object"·default=""/> |
| 43 | ········<parameter·type="string"·name="name"·default=""/> |
| 44 | ······</function> |
| 45 | ······<qmlproperty·name="hostUrl"·fullname="QtRemoteObjects.Host.hostUrl"·href="qml-qtremoteobjects-host.html#hostUrl-prop"·status="active"·access="public"·documented="true"·type="url"·attached="false"·writable="true"/> |
| 46 | ····</qmlclass> |
| 47 | ····<page·name="modelviewclient"·href="qtremoteobjects-modelviewclient-example.html"·status="active"·location="modelviewclient.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="Model-View·Client"·fulltitle="Model-View·Client"·subtitle=""·brief="Developing·a·very·simple·client·program·which·displays·the·content·and·changes·made·on·a·server"> |
| 48 | ······<page·name="modelviewclient/main.cpp"·href="qtremoteobjects-modelviewclient-main-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="main.cpp·Example·File"·subtitle="modelviewclient/main.cpp"/> |
| 49 | ······<page·name="modelviewclient/CMakeLists.txt"·href="qtremoteobjects-modelviewclient-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="modelviewclient/CMakeLists.txt"/> |
| 50 | ······<page·name="modelviewclient/modelviewclient.pro"·href="qtremoteobjects-modelviewclient-modelviewclient-pro.html"·status="active"·subtype="file"·title=""·fulltitle="modelviewclient.pro·Example·File"·subtitle="modelviewclient/modelviewclient.pro"/> |
| 51 | ····</page> |
| 52 | ····<page·name="modelviewserver"·href="qtremoteobjects-modelviewserver-example.html"·status="active"·location="modelviewserver.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="Model-View·Server"·fulltitle="Model-View·Server"·subtitle=""·brief="Developing·a·simple·server·program·that·displays·and·makes·changes·to·a·QTreeView·which·is·made·available·on·a·Remote·Objects·network"> |
| 53 | ······<page·name="modelviewserver/main.cpp"·href="qtremoteobjects-modelviewserver-main-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="main.cpp·Example·File"·subtitle="modelviewserver/main.cpp"/> |
| 54 | ······<page·name="modelviewserver/CMakeLists.txt"·href="qtremoteobjects-modelviewserver-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="modelviewserver/CMakeLists.txt"/> |
| 55 | ······<page·name="modelviewserver/modelviewserver.pro"·href="qtremoteobjects-modelviewserver-modelviewserver-pro.html"·status="active"·subtype="file"·title=""·fulltitle="modelviewserver.pro·Example·File"·subtitle="modelviewserver/modelviewserver.pro"/> |
| 56 | ····</page> |
| 57 | ····<qmlclass·name="Node"·qml-module-name="QtRemoteObjects"·fullname="QtRemoteObjects.Node"·href="qml-qtremoteobjects-node.html"·status="active"·access="public"·documented="true"·title="Node"·fulltitle="Node"·subtitle=""·brief="A·node·on·a·Qt·Remote·Objects·network"> |
| 58 | ······<qmlproperty·name="heartbeatInterval"·fullname="QtRemoteObjects.Node.heartbeatInterval"·href="qml-qtremoteobjects-node.html#heartbeatInterval-prop"·status="active"·access="public"·documented="true"·type="int"·attached="false"·writable="true"/> |
| 59 | ······<qmlproperty·name="persistedStore"·fullname="QtRemoteObjects.Node.persistedStore"·href="qml-qtremoteobjects-node.html#persistedStore-prop"·status="active"·access="public"·documented="true"·type="QRemoteObjectAbstractPersistedStore"·attached="false"·writable="true"/> |
| 60 | ······<qmlproperty·name="registryUrl"·fullname="QtRemoteObjects.Node.registryUrl"·href="qml-qtremoteobjects-node.html#registryUrl-prop"·status="active"·access="public"·documented="true"·type="url"·attached="false"·writable="true"/> |
| 61 | ····</qmlclass> |
36 | ····<class·name="QAbstractItemModelReplica"·href="qabstractitemmodelreplica.html"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·bases="QAbstractItemModel"·module="QtRemoteObjects"·brief="Serves·as·a·convenience·class·for·Replicas·of·Sources·based·on·QAbstractItemModel"> | 62 | ····<class·name="QAbstractItemModelReplica"·href="qabstractitemmodelreplica.html"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·bases="QAbstractItemModel"·module="QtRemoteObjects"·brief="Serves·as·a·convenience·class·for·Replicas·of·Sources·based·on·QAbstractItemModel"> |
37 | ······<function·name="availableRoles"·fullname="QAbstractItemModelReplica::availableRoles"·href="qabstractitemmodelreplica.html#availableRoles"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·meta="plain"·const="true"·type="QList<int>"·signature="QList<int>·availableRoles()·const"/> | 63 | ······<function·name="availableRoles"·fullname="QAbstractItemModelReplica::availableRoles"·href="qabstractitemmodelreplica.html#availableRoles"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·meta="plain"·const="true"·type="QList<int>"·signature="QList<int>·availableRoles()·const"/> |
38 | ······<function·name="columnCount"·fullname="QAbstractItemModelReplica::columnCount"·href="qabstractitemmodelreplica.html#columnCount"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·meta="plain"·virtual="virtual"·const="true"·override="true"·type="int"·signature="int·columnCount(const·QModelIndex·&parent)·const·override"> | 64 | ······<function·name="columnCount"·fullname="QAbstractItemModelReplica::columnCount"·href="qabstractitemmodelreplica.html#columnCount"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·meta="plain"·virtual="virtual"·const="true"·override="true"·type="int"·signature="int·columnCount(const·QModelIndex·&parent)·const·override"> |
39 | ········<parameter·type="const·QModelIndex·&"·name="parent"·default="QModelIndex()"/> | 65 | ········<parameter·type="const·QModelIndex·&"·name="parent"·default="QModelIndex()"/> |
40 | ······</function> | 66 | ······</function> |
41 | ······<function·name="data"·fullname="QAbstractItemModelReplica::data"·href="qabstractitemmodelreplica.html#data"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·meta="plain"·virtual="virtual"·const="true"·override="true"·type="QVariant"·signature="QVariant·data(const·QModelIndex·&index,·int·role)·const·override"> | 67 | ······<function·name="data"·fullname="QAbstractItemModelReplica::data"·href="qabstractitemmodelreplica.html#data"·status="active"·access="public"·location="qremoteobjectabstractitemmodelreplica.h"·documented="true"·meta="plain"·virtual="virtual"·const="true"·override="true"·type="QVariant"·signature="QVariant·data(const·QModelIndex·&index,·int·role)·const·override"> |
42 | ········<parameter·type="const·QModelIndex·&"·name="index"·default=""/> | 68 | ········<parameter·type="const·QModelIndex·&"·name="index"·default=""/> |
Offset 415, 81 lines modified | Offset 441, 50 lines modified |
415 | ····</class> | 441 | ····</class> |
416 | ····<namespace·name="QtRemoteObjects"·href="qtremoteobjects.html"·status="active"·access="public"·location="qtremoteobjectglobal.h"·documented="true"·module="QtRemoteObjects"·brief="Contains·identifiers·used·in·the·Remote·Objects·module,·as·well·as·some·functions·used·from·code·generated·by·the·Replica·Compiler·(repc)"> | 442 | ····<namespace·name="QtRemoteObjects"·href="qtremoteobjects.html"·status="active"·access="public"·location="qtremoteobjectglobal.h"·documented="true"·module="QtRemoteObjects"·brief="Contains·identifiers·used·in·the·Remote·Objects·module,·as·well·as·some·functions·used·from·code·generated·by·the·Replica·Compiler·(repc)"> |
417 | ······<enum·name="InitialAction"·fullname="QtRemoteObjects::InitialAction"·href="qtremoteobjects.html#InitialAction-enum"·status="active"·access="public"·location="qtremoteobjectglobal.h"·documented="true"> | 443 | ······<enum·name="InitialAction"·fullname="QtRemoteObjects::InitialAction"·href="qtremoteobjects.html#InitialAction-enum"·status="active"·access="public"·location="qtremoteobjectglobal.h"·documented="true"> |
418 | ········<value·name="FetchRootSize"·value="0"/> | 444 | ········<value·name="FetchRootSize"·value="0"/> |
419 | ········<value·name="PrefetchData"·value="1"/> | 445 | ········<value·name="PrefetchData"·value="1"/> |
420 | ······</enum> | 446 | ······</enum> |
421 | ····</namespace> | 447 | ····</namespace> |
| 448 | ····<qmlclass·name="QtRemoteObjects"·qml-module-name="QtRemoteObjects"·fullname="QtRemoteObjects.QtRemoteObjects"·href="qml-qtremoteobjects-qtremoteobjects.html"·status="active"·access="public"·location="remoteobjects-qml.qdoc"·documented="true"·title="QtRemoteObjects"·fulltitle="QtRemoteObjects"·subtitle=""·brief="Global·object·provides·useful·functions·for·working·with·remote·types·in·QML"> |
| 449 | ······<function·name="watch"·fullname="QtRemoteObjects.QtRemoteObjects.watch"·href="qml-qtremoteobjects-qtremoteobjects.html#watch-method"·status="active"·access="public"·location="remoteobjects-qml.qdoc"·documented="true"·meta="qmlmethod"·type="Promise"> |
| 450 | ········<parameter·type="QRemoteObjectPendingCall"·name="reply"·default=""/> |
| 451 | ········<parameter·type="int"·name="timeout"·default="30000"/> |
| 452 | ······</function> |
| 453 | ····</qmlclass> |
422 | ····<page·name="qtremoteobjects-interaction.html"·href="qtremoteobjects-interaction.html"·status="active"·location="remoteobjects-interaction.qdoc"·documented="true"·subtype="page"·title="Remote·Object·Interaction"·fulltitle="Remote·Object·Interaction"·subtitle=""·brief="Describes·how·a·source·and·replicas·interact·with·one·another"/> | |
423 | ····<page·name="qtremoteobjects-troubleshooting.html"·href="qtremoteobjects-troubleshooting.html"·status="active"·location="remoteobjects-troubleshooting.qdoc"·documented="true"·subtype="page"·title="Troubleshooting·Qt·Remote·Objects"·fulltitle="Troubleshooting·Qt·Remote·Objects"·subtitle=""> | |
424 | ······<contents·name="troubleshooting"·title="Troubleshooting"·level="1"/> | |
425 | ····</page> | |
426 | ····<page·name="qtremoteobjects-cmake-qt-add-repc-merged.html"·href="qtremoteobjects-cmake-qt-add-repc-merged.html"·status="active"·location="cmake-macros.qdoc"·documented="true"·groups="cmake-macros-qtremoteobjects"·subtype="page"·title="qt_add_repc_merged"·fulltitle="qt_add_repc_merged"·subtitle=""·brief="Creates·C++·header·files·for·source·and·replica·types·from·the·Qt·Remote·Objects·.rep·files"> | |
427 | ······<keyword·name="qt6-add-repc-merged"·title="qt6_add_repc_merged"/> | |
428 | ······<contents·name="synopsis"·title="Synopsis"·level="1"/> | |
429 | ······<contents·name="description"·title="Description"·level="1"/> | |
430 | ······<contents·name="examples"·title="Examples"·level="1"/> | |
431 | ····</page> | |
432 | ····<page·name="qtremoteobjects-cmake-qt-add-repc-replicas.html"·href="qtremoteobjects-cmake-qt-add-repc-replicas.html"·status="active"·location="cmake-macros.qdoc"·documented="true"·groups="cmake-macros-qtremoteobjects"·subtype="page"·title="qt_add_repc_replicas"·fulltitle="qt_add_repc_replicas"·subtitle=""·brief="Creates·C++·header·files·for·replica·types·from·the·Qt·Remote·Objects·.rep·files"> | |
433 | ······<keyword·name="qt6-add-repc-replicas"·title="qt6_add_repc_replicas"/> | |
434 | ······<contents·name="synopsis"·title="Synopsis"·level="1"/> | |
435 | ······<contents·name="description"·title="Description"·level="1"/> | |
436 | ······<contents·name="examples"·title="Examples"·level="1"/> | |
437 | ····</page> | |
438 | ····<page·name="qtremoteobjects-cmake-qt-add-repc-sources.html"·href="qtremoteobjects-cmake-qt-add-repc-sources.html"·status="active"·location="cmake-macros.qdoc"·documented="true"·groups="cmake-macros-qtremoteobjects"·subtype="page"·title="qt_add_repc_sources"·fulltitle="qt_add_repc_sources"·subtitle=""·brief="Creates·C++·header·files·for·source·types·from·the·Qt·Remote·Objects·.rep·files"> | |
439 | ······<keyword·name="qt6-add-repc-sources"·title="qt6_add_repc_sources"/> | |
440 | ······<contents·name="synopsis"·title="Synopsis"·level="1"/> | |
441 | ······<contents·name="description"·title="Description"·level="1"/> | |
442 | ······<contents·name="examples"·title="Examples"·level="1"/> | |
443 | ····</page> | |
444 | ····<page·name="qtremoteobjects-cmake-qt-rep-from-headers.html"·href="qtremoteobjects-cmake-qt-rep-from-headers.html"·status="active"·location="cmake-macros.qdoc"·documented="true"·groups="cmake-macros-qtremoteobjects"·subtype="page"·title="qt_reps_from_headers"·fulltitle="qt_reps_from_headers"·subtitle=""·brief="Creates·.rep·files·from·the·QObject·header·files"> | |
445 | ······<keyword·name="qt6-reps-from-headers"·title="qt6_reps_from_headers"/> | |
446 | ······<contents·name="synopsis"·title="Synopsis"·level="1"/> | |
447 | ······<contents·name="description"·title="Description"·level="1"/> | |
448 | ······<contents·name="examples"·title="Examples"·level="1"/> | |
449 | ····</page> | |
450 | ····<page·name="https://en.wikipedia.org/wiki/Domain-specific_language"·href="https://en.wikipedia.org/wiki/Domain-specific_language"·status="active"·location="remoteobjects-repc.qdoc"·documented="true"·subtype="externalpage"·title="Domain·Specific·Language·(DSL)"·fulltitle="Domain·Specific·Language·(DSL)"·subtitle=""/> | |
451 | ····<page·name="modelviewclient"·href="qtremoteobjects-modelviewclient-example.html"·status="active"·location="modelviewclient.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="Model-View·Client"·fulltitle="Model-View·Client"·subtitle=""·brief="Developing·a·very·simple·client·program·which·displays·the·content·and·changes·made·on·a·server"> | |
452 | ······<page·name="modelviewclient/main.cpp"·href="qtremoteobjects-modelviewclient-main-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="main.cpp·Example·File"·subtitle="modelviewclient/main.cpp"/> | |
453 | ······<page·name="modelviewclient/CMakeLists.txt"·href="qtremoteobjects-modelviewclient-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="modelviewclient/CMakeLists.txt"/> | |
454 | ······<page·name="modelviewclient/modelviewclient.pro"·href="qtremoteobjects-modelviewclient-modelviewclient-pro.html"·status="active"·subtype="file"·title=""·fulltitle="modelviewclient.pro·Example·File"·subtitle="modelviewclient/modelviewclient.pro"/> | |
455 | ····</page> | |
456 | ····<page·name="modelviewserver"·href="qtremoteobjects-modelviewserver-example.html"·status="active"·location="modelviewserver.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="Model-View·Server"·fulltitle="Model-View·Server"·subtitle=""·brief="Developing·a·simple·server·program·that·displays·and·makes·changes·to·a·QTreeView·which·is·made·available·on·a·Remote·Objects·network"> | |
457 | ······<page·name="modelviewserver/main.cpp"·href="qtremoteobjects-modelviewserver-main-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="main.cpp·Example·File"·subtitle="modelviewserver/main.cpp"/> | |
458 | ······<page·name="modelviewserver/CMakeLists.txt"·href="qtremoteobjects-modelviewserver-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="modelviewserver/CMakeLists.txt"/> | |
459 | ······<page·name="modelviewserver/modelviewserver.pro"·href="qtremoteobjects-modelviewserver-modelviewserver-pro.html"·status="active"·subtype="file"·title=""·fulltitle="modelviewserver.pro·Example·File"·subtitle="modelviewserver/modelviewserver.pro"/> | |
460 | ····</page> | |
461 | ····<page·name="websockets"·href="qtremoteobjects-websockets-example.html"·status="active"·location="websocket.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="QtRemoteObjects·WebSockets·Applications"·fulltitle="QtRemoteObjects·WebSockets·Applications"·subtitle=""·brief="Using·a·non-QIODevice-based·transport·(QWebSocket)·with·QtRemoteObjects"> | 454 | ····<page·name="websockets"·href="qtremoteobjects-websockets-example.html"·status="active"·location="websocket.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="QtRemoteObjects·WebSockets·Applications"·fulltitle="QtRemoteObjects·WebSockets·Applications"·subtitle=""·brief="Using·a·non-QIODevice-based·transport·(QWebSocket)·with·QtRemoteObjects"> |
462 | ······<contents·name="the-wsserver-application"·title="The·WsServer·Application"·level="1"/> | 455 | ······<contents·name="the-wsserver-application"·title="The·WsServer·Application"·level="1"/> |
463 | ······<contents·name="the-wsclient-application"·title="The·WsClient·Application"·level="1"/> | 456 | ······<contents·name="the-wsclient-application"·title="The·WsClient·Application"·level="1"/> |
464 | ······<page·name="websockets/common/websocketiodevice.cpp"·href="qtremoteobjects-websockets-common-websocketiodevice-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="websocketiodevice.cpp·Example·File"·subtitle="websockets/common/websocketiodevice.cpp"/> | 457 | ······<page·name="websockets/common/websocketiodevice.cpp"·href="qtremoteobjects-websockets-common-websocketiodevice-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="websocketiodevice.cpp·Example·File"·subtitle="websockets/common/websocketiodevice.cpp"/> |
465 | ······<page·name="websockets/common/websocketiodevice.h"·href="qtremoteobjects-websockets-common-websocketiodevice-h.html"·status="active"·subtype="file"·title=""·fulltitle="websocketiodevice.h·Example·File"·subtitle="websockets/common/websocketiodevice.h"/> | 458 | ······<page·name="websockets/common/websocketiodevice.h"·href="qtremoteobjects-websockets-common-websocketiodevice-h.html"·status="active"·subtype="file"·title=""·fulltitle="websocketiodevice.h·Example·File"·subtitle="websockets/common/websocketiodevice.h"/> |
466 | ······<page·name="websockets/wsclient/main.cpp"·href="qtremoteobjects-websockets-wsclient-main-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="main.cpp·Example·File"·subtitle="websockets/wsclient/main.cpp"/> | 459 | ······<page·name="websockets/wsclient/main.cpp"·href="qtremoteobjects-websockets-wsclient-main-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="main.cpp·Example·File"·subtitle="websockets/wsclient/main.cpp"/> |
467 | ······<page·name="websockets/CMakeLists.txt"·href="qtremoteobjects-websockets-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="websockets/CMakeLists.txt"/> | 460 | ······<page·name="websockets/CMakeLists.txt"·href="qtremoteobjects-websockets-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="websockets/CMakeLists.txt"/> |
468 | ······<page·name="websockets/websockets.pro"·href="qtremoteobjects-websockets-websockets-pro.html"·status="active"·subtype="file"·title=""·fulltitle="websockets.pro·Example·File"·subtitle="websockets/websockets.pro"/> | 461 | ······<page·name="websockets/websockets.pro"·href="qtremoteobjects-websockets-websockets-pro.html"·status="active"·subtype="file"·title=""·fulltitle="websockets.pro·Example·File"·subtitle="websockets/websockets.pro"/> |
469 | ······<page·name="websockets/common/cert/cert.qrc"·href="qtremoteobjects-websockets-common-cert-cert-qrc.html"·status="active"·subtype="file"·title=""·fulltitle="cert.qrc·Example·File"·subtitle="websockets/common/cert/cert.qrc"/> | 462 | ······<page·name="websockets/common/cert/cert.qrc"·href="qtremoteobjects-websockets-common-cert-cert-qrc.html"·status="active"·subtype="file"·title=""·fulltitle="cert.qrc·Example·File"·subtitle="websockets/common/cert/cert.qrc"/> |
470 | ······<page·name="websockets/wsclient/CMakeLists.txt"·href="qtremoteobjects-websockets-wsclient-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="websockets/wsclient/CMakeLists.txt"/> | 463 | ······<page·name="websockets/wsclient/CMakeLists.txt"·href="qtremoteobjects-websockets-wsclient-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="websockets/wsclient/CMakeLists.txt"/> |
471 | ······<page·name="websockets/wsclient/wsclient.pro"·href="qtremoteobjects-websockets-wsclient-wsclient-pro.html"·status="active"·subtype="file"·title=""·fulltitle="wsclient.pro·Example·File"·subtitle="websockets/wsclient/wsclient.pro"/> | 464 | ······<page·name="websockets/wsclient/wsclient.pro"·href="qtremoteobjects-websockets-wsclient-wsclient-pro.html"·status="active"·subtype="file"·title=""·fulltitle="wsclient.pro·Example·File"·subtitle="websockets/wsclient/wsclient.pro"/> |
472 | ······<page·name="websockets/wsserver/CMakeLists.txt"·href="qtremoteobjects-websockets-wsserver-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="websockets/wsserver/CMakeLists.txt"/> | 465 | ······<page·name="websockets/wsserver/CMakeLists.txt"·href="qtremoteobjects-websockets-wsserver-cmakelists-txt.html"·status="active"·subtype="file"·title=""·fulltitle="CMakeLists.txt·Example·File"·subtitle="websockets/wsserver/CMakeLists.txt"/> |
473 | ······<page·name="websockets/wsserver/wsserver.pro"·href="qtremoteobjects-websockets-wsserver-wsserver-pro.html"·status="active"·subtype="file"·title=""·fulltitle="wsserver.pro·Example·File"·subtitle="websockets/wsserver/wsserver.pro"/> | 466 | ······<page·name="websockets/wsserver/wsserver.pro"·href="qtremoteobjects-websockets-wsserver-wsserver-pro.html"·status="active"·subtype="file"·title=""·fulltitle="wsserver.pro·Example·File"·subtitle="websockets/wsserver/wsserver.pro"/> |
474 | ····</page> | 467 | ····</page> |
| 468 | ····<page·name="qtremoteobjects-interaction.html"·href="qtremoteobjects-interaction.html"·status="active"·location="remoteobjects-interaction.qdoc"·documented="true"·subtype="page"·title="Remote·Object·Interaction"·fulltitle="Remote·Object·Interaction"·subtitle=""·brief="Describes·how·a·source·and·replicas·interact·with·one·another"/> |
475 | ····<page·name="ssl"·href="qtremoteobjects-ssl-example.html"·status="active"·location="ssl.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="SSL·Server·and·Client"·fulltitle="SSL·Server·and·Client"·subtitle=""·brief="Setting·up·a·secure·Remote·Object·network·using·QSslSockets"> | 469 | ····<page·name="ssl"·href="qtremoteobjects-ssl-example.html"·status="active"·location="ssl.qdoc"·documented="true"·groups="category·Connectivity,qtremoteobjects-examples"·subtype="example"·title="SSL·Server·and·Client"·fulltitle="SSL·Server·and·Client"·subtitle=""·brief="Setting·up·a·secure·Remote·Object·network·using·QSslSockets"> |
476 | ······<contents·name="ssl-server"·title="SSL·Server"·level="1"/> | 470 | ······<contents·name="ssl-server"·title="SSL·Server"·level="1"/> |
477 | ······<contents·name="ssl-client"·title="SSL·Client"·level="1"/> | 471 | ······<contents·name="ssl-client"·title="SSL·Client"·level="1"/> |
478 | ······<page·name="ssl/sslserver/timemodel.cpp"·href="qtremoteobjects-ssl-sslserver-timemodel-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="timemodel.cpp·Example·File"·subtitle="ssl/sslserver/timemodel.cpp"/> | 472 | ······<page·name="ssl/sslserver/timemodel.cpp"·href="qtremoteobjects-ssl-sslserver-timemodel-cpp.html"·status="active"·subtype="file"·title=""·fulltitle="timemodel.cpp·Example·File"·subtitle="ssl/sslserver/timemodel.cpp"/> |
Max diff block lines reached; 12621/34229 bytes (36.87%) of diff not shown.
|