summaryrefslogtreecommitdiff
path: root/doc/src/examples/enumerator.qdoc
blob: fc3d209832fff95c223049cd6ee9f6e2ccccbbd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
    License...
*/

/*!
    \module QtAddonSerialPort
    \title Enumerator Example
    \example examples/enumerator

    The Enumerator example shows how to use the class SerialPortInfo for
    get information about serial devices that are present in the system.

    \image enumerator-example.png Screenshot of the Enumerator example

    In this GUI example, all the information about serial ports, provided by
    the class SerialPortInfo, displayed in a widget.

    For get information about the available ports using a static method
    \l{SerialPortInfo::availablePorts()}{availablePorts()}.
*/