Hello,
I want to scroll to the first tab in QTabWidget directly without use of scrollButtons!
How can I do this?
Thank you!
Lucie
Hello,
I want to scroll to the first tab in QTabWidget directly without use of scrollButtons!
How can I do this?
Thank you!
Lucie
TabWidget->setCurrentIndex(0)
When the first tab is already selected, the tab bar doesn't return/scroll to the first tab!
Bookmarks