You need to log in to create posts and topics.
Disable properties
feri@feri
15 Posts
#1 · December 3, 2024, 7:03 pm
Quote from feri on December 3, 2024, 7:03 pmHello 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
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
Click for thumbs down.0Click for thumbs up.0
Last edited on December 3, 2024, 7:04 pm by feri
arcachofo@arcachofo
665 Posts