Promote QButtonGroup
-
Hi,
How can we promote a QButtonGroup in the Qt designer or in C++ code. I tried to do the "promote" feature in Qt designer, but for QButtonGroup i didnt see this option available.
Regards
Ansif -
@
class Myubclass : public QButtonGroup
{};
@ -
Thank you. I know how to create a derived class for QButtonGroup. The problem is that i cannot able to use the promote feature in the Qt designer for QButtonGroup.
-
Hi @ansifpi, did you find how to promote a QButtonGroup ?
-
@ansifpi said:
Hi, I dont think its possible directly with QButtonGroup
as not a visual widget and created on the go. (in Qt4+)