Hi, I would like to have suggestions as to how to use Qt to implement the following:
I have multiple identical widgets that I want to display once at a time.
I know that QToolbox exists, but the problem is the following:
I need to change the order in which the tabs or buttons appears (see image):
The widget that is set to an index does not stay at the same index, but should follow the header.
It doesn't have to be exactly as I describe, it's more the general idea of reordering my widgets that matters.
Thanks to all.