aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/codesnippets/doc/src/snippets/code/src_gui_widgets_qradiobutton.cpp
blob: dbee868508034b11b91d5667083e8a1e732ab75b (plain)
1
2
3
//! [0]
button = QRadioButton("Search from the &cursor", self)
//! [0]