summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/code/src_gui_widgets_qcheckbox.cpp
blob: c62f73dfca4401de24c17c36e8f4615ceb6f2027 (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]
QCheckBox *checkbox = new QCheckBox("C&ase sensitive", this);
//! [0]