On 09/06/2016 10:23 PM, Pavel Sanda wrote: > Guillaume Munch wrote: >> The tabs look differently depending on the platform, this may explain >> why on yours it does not invite clicks. To be sure that I understand >> your description, "Search" and "Formatting" cannot be hidden >> simultaneously, can they? A screenshot of the dialog in a state that you >> find confusing would help. > It looks very weird on my screen (qt 4.8, plastique style), two labels of > tabs are not in two columns/one row as one would expect but in two rows and > one column. It took me a minute to actually realize it is just tabbar with > vertical > instead of horizontal stacking. It also loses vertical space compared to one > row tabbar. > Is this how it was supposed to look?
I don't know, but it is essentially the same here. It is a consequence of the decision to use a QToolBox rather than a QTabWidget. The latter has the tabs side by side instead of stacked. Presumably, this would be pretty easy to change. Richard