I am creating a small window to get a single input from user. For this I want to use radio buttons. In net I didn’t find exact answer. There are some pallets they are adding, so just I want to know how to add QRadioButton to QMainWindow. Can any body help me?
I am creating a small window to get a single input from user. For
Share
Simply specifies the parent (your
QMainWindow) when creating the RadioButtonMore @ http://doc.qt.io/qt-4.8/qradiobutton.html