Forum breadcrumbs - You are here:ForumGeneral: HelpDisable properties
You need to log in to create posts and topics.

Disable properties

Hello I would like to deactivate and reactivate some component properties.

I tried to use for example:

addPropGroup( { tr("Dial"), Dialed::dialProps(), groupNoCopy } ); and
remPropGroup(tr("Dial"));

 

but addPropGroup only works in the constructor.

Basically I can add the "Dialed" property group but I can't remove it.

If I don't add it in the constructor then I can't add it.

I would be fine even if the "Dialed" property group was not selectable. Regards


 

Have a look at WaveGen::slotProperties()
Maybe that helps.