summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/code/src_gui_widgets_qstatusbar.cpp
blob: 8f5db27c9f8a871f5e6ede60ab95d40e6daf5497 (plain)
1
2
3
4
5
6
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

//! [0]
statusBar()->addWidget(new MyReadWriteIndication);
//! [0]