mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-03 15:55:27 +08:00
15 lines
421 B
Plaintext
15 lines
421 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example network-chat
|
|
\title Network Chat Example
|
|
\ingroup examples-network
|
|
\brief Demonstrates a stateful peer-to-peer Chat client.
|
|
|
|
This example uses broadcasting with QUdpSocket and QNetworkInterface to
|
|
discover its peers.
|
|
|
|
\image network-chat-example.png
|
|
*/
|