Doc: link issue D-Bus Viewer
Moved doc D-Bus Viewer from qdbusviewer.cpp to qtdbus-index.qdoc Doc moved from qttools to qtbase Task-number: QTBUG-43537 Change-Id: I718781a8f5029f64fea0f2be241b4d584cc8bfce Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
e1bd0ee534
commit
34ce66cd89
@ -212,5 +212,22 @@
|
||||
\li \l{Qt D-Bus XML compiler (qdbusxml2cpp)}
|
||||
\li \l{Qt D-Bus C++ Classes}
|
||||
\li \l{Qt D-Bus Examples}
|
||||
\li \l{D-Bus Viewer}
|
||||
\endlist
|
||||
*/
|
||||
|
||||
/*!
|
||||
\page qdbusviewer.html
|
||||
\title D-Bus Viewer
|
||||
\keyword qdbusviewer
|
||||
|
||||
The Qt D-Bus Viewer is a tool that lets you introspect D-Bus objects and messages. You can
|
||||
choose between the system bus and the session bus. Click on any service on the list
|
||||
on the left side to see all the exported objects.
|
||||
|
||||
You can invoke methods by double-clicking on them. If a method takes one or more IN parameters,
|
||||
a property editor opens.
|
||||
|
||||
Right-click on a signal to connect to it. All emitted signals including their parameters
|
||||
are output in the message view on the lower side of the window.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user