Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Radio button question
-
hi everybody . i want to QActions like radiobutton . i know i can use with QAction::setCheckable likes QCheckBox but i dont know how can i use like radio button.
tnx alot
-
Hi,
Use "QActionGroup":http://qt-project.org/doc/qt-4.8/qactiongroup.html for that.
-
tnx alot :)