- Create a QTopMenu with a tab and a group.
- Insert a button at position 0 (button A)
- Insert a button at position 0 (button B)
How to remove button A? the component adding A, might not know about B, thus, removing the button at 0 is removing the wrong button.
A better mechanism to retrieve a given button must exists.
How to remove button A? the component adding A, might not know about B, thus, removing the button at 0 is removing the wrong button.
A better mechanism to retrieve a given button must exists.