summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_gui_widgets_qcheckbox.cpp
blob: 73008380ce1f95f6a36e9c5337f5f5526852408d (plain)
1
2
3
//! [0]
QCheckBox *checkbox = new QCheckBox("C&ase sensitive", this);
//! [0]