hi Daniel,
is there any way i can subscribe to a SIGNAL that will let me know when an object is added to the dbTree? I am looking for this in my plugin.
Object added to dbTree SIGNAL - Plugin
Re: Object added to dbTree SIGNAL - Plugin
Nope there's no such mechanism ... But we could add one if necessary.
Daniel, CloudCompare admin
Re: Object added to dbTree SIGNAL - Plugin
hi..It is not such an essential requirement. I just wanted to disable a button till a particular object was added to tree. I worked around by keeping the button enabled and checking for the same on its click.