summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/code/src_gui_widgets_qradiobutton.cpp
blob: 96d0fe018b87cb969c34483e546c3271666f6ec0 (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]
QRadioButton *button = new QRadioButton("Search from the &cursor", this);
//! [0]