I develop some app that has many checkable groupboxes which act as "channels" for my app.
Checked/Unchecked groupbox acts as enable/disable certain channel.
Due to number of that channels I would like to add button to check/uncheck all groupboxes at the same time, but i see that there is no method to check/uncheck groupbox from the code. In documentation for QT (https://doc.qt.io/qt-5/qgroupbox.html) there is a method for that.
Could you add it in new release?
Many thanks in advance!
Adam
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi szieke,
I develop some app that has many checkable groupboxes which act as "channels" for my app.
Checked/Unchecked groupbox acts as enable/disable certain channel.
Due to number of that channels I would like to add button to check/uncheck all groupboxes at the same time, but i see that there is no method to check/uncheck groupbox from the code. In documentation for QT (https://doc.qt.io/qt-5/qgroupbox.html) there is a method for that.
Could you add it in new release?
Many thanks in advance!
Adam
Hi Adam,
I have uploaded a prerelease (Files/Test) that contains setChecked, isChecked and checkBoxClickedSignal. Here is an example:
Regards,
Stefan
Hi Stefan,
wow! That was fast! I though that I can visit forum after longer time, but I see that project is very active all the time :)
Thank you very much!
Adam