aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/codesnippets/doc/src/snippets/code/src_gui_widgets_qstatusbar.cpp
blob: 8b972b6f27b42e2d244e3329362f0c6fb9e7cae8 (plain)
1
2
3
//! [0]
statusBar().addWidget(MyReadWriteIndication())
//! [0]