I have been searching and there doesn't seem to be an ability to create a multiline tab control. My plan was to create tabs on the fly which is very possible but the tab names will end up on 1 line and I was wanting to be able to display tab names. There would be a limit as to the number of tabs that they could create. I would also limit the number of rows to 3.
I dont think there is a way to do that in QT by default but wx (its called notebook instead of tab) seems to be able to do it. maybe something to glue between wx and QT? Not sure if thats possible but just an idea
Hello,
Can you please explain little bit more, are you trying to create tab based dialog on the fly? or are you trying to do something with "tab" key. Blv me I could not understand your problem.