I have a list of things in another widget, and when the user selects it, I want the corresponding tab to show in my QTabWidget. So, basically I want to change which tab is showing without the user clicking on the tab. Is there a function that I can call to do this?
I thought the one below would do it, but it didn't seem to work.
Qt Code:
To copy to clipboard, switch view to plain text mode
Any suggestions?
Thanks!
Bookmarks