~neon/qt/qtdoc

« back to all changes in this revision

Viewing changes to doc/src/connectivity.qdoc

  • Committer: Frederik Gladhorn
  • Date: 2015-02-16 09:40:20 UTC
  • mfrom: (674.1.74)
  • mto: This revision was merged to the branch mainline in revision 702.
  • Revision ID: git-v1:0c543b38cb62c659b26417dce86779dddedf2a1a
Merge remote-tracking branch 'origin/5.4' into dev

Conflicts:
        .qmake.conf

Change-Id: Ie8891dbd2299655fd87053e11642f6e4332ae527

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
access to resources shared by the system, as well as to communicate
149
149
between processes.
150
150
 
151
 
The \l{Qt D-Bus} module is a Unix-only library you can use to
 
151
The \l{Qt D-Bus} module is a cross-platform library you can use to
152
152
implement IPC using the D-Bus protocol. It extends Qt's
153
153
\l{Signals & Slots}{signals and slots} mechanism to the IPC
154
154
level, allowing a signal emitted by one process to be connected to
166
166
class makes it possible to accept incoming local socket connections.
167
167
 
168
168
Related Topics:
 
169
 
169
170
\list
170
171
\li \l {Qt D-Bus} - module documentation
171
172
    \list
172
173
    \li \l {Using Qt D-Bus Adaptors}
173
 
    \li \l {QLocalSocket}
174
174
    \li \l {Declaring Signals in D-Bus Adaptors}
175
175
    \li \l {Declaring Slots in D-Bus Adaptors}
176
176
    \li \l {The Qt D-Bus Type System}
177
 
    \li \l {Qt D-Bus XML Compiler (qdbusxml2cpp)}
 
177
    \li \l {Qt D-Bus XML compiler (qdbusxml2cpp)}
178
178
    \endlist
 
179
\li \l {QLocalSocket}
 
180
\li \l {QSharedMemory}
179
181
\endlist
180
182
 
181
 
 
182
183
\section1 Serial Port Communication
183
184
 
184
185
The \l{Qt Serial Port} module provides a C++ API for communicating