1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-15 18:20:46 +00:00
OSCAR-code/3rdparty/qextserialport/doc/examples/enumerator.qdoc

17 lines
367 B
Plaintext

/*!
\example examples/enumerator
\title enumerator Demo
The example demonstrates how to use QextSerialEnumerator.
Include the proper header file
\snippet examples/enumerator/main.cpp 0
Get available ports in the system.
\snippet examples/enumerator/main.cpp 1
Output
\snippet examples/enumerator/main.cpp 2
*/