Is there a hide property for pushbutton in Qt Creator property pallet? I am trying to find one but I am not able to find. I need to make some buttons disable & some hide. Should I use property pallet for it OR do it in constructor? Later on user event, they will be enable & shown.
Share
Some controls have “visibility” property on the palette, some don’t. You always may do that programmatically (for example in the dialog’s constructor):