summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_gui_widgets_qstatusbar.cpp
blob: d03f5af6ee472f54cb51e988f7abb8bdc4ce4089 (plain)
1
2
3
//! [0]
statusBar()->addWidget(new MyReadWriteIndication);
//! [0]