summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_gui_widgets_qpushbutton.cpp
blob: e4fc4ce13dd4c5f4e720bac3f2ed37cb690225d1 (plain)
1
2
3
//! [0]
QPushButton *button = new QPushButton("&Download", this);
//! [0]