Isomorphic,
Is it the right approach to use setID on widgets so that they can be accessed easily. Let me know if this is the right approach or any other alternatives to this.
One use case would be, to access a member widget from list of members of a VLayout. setID simplifies this extremely else we need to depend on the index number which is highly unreliable in cases where lot of adding and removal of members in the widget is done.
Thanks.
Is it the right approach to use setID on widgets so that they can be accessed easily. Let me know if this is the right approach or any other alternatives to this.
One use case would be, to access a member widget from list of members of a VLayout. setID simplifies this extremely else we need to depend on the index number which is highly unreliable in cases where lot of adding and removal of members in the widget is done.
Thanks.
Comment