I would like to receive suggestions on how to use Qt to implement the following:
I have several identical widgets that I want to display once at a time.
I know that QToolbox exists, but the problem is this:
I need to change the display order of tabs or buttons (see image):

A widget that is set to an index does not remain in the same index, but must follow the title.
It doesn’t have to be exactly as I am describing, it’s more important than the general idea of reordering my widgets.
Thanks to everyone.
source
share