summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/code/src_gui_widgets_qpushbutton.cpp
blob: 35827bcba2fca4f5ae1532d41c259eb2669c2c62 (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]
QPushButton *button = new QPushButton("&Download", this);
//! [0]