My QtabBar is not displaying although it is compiling fine and showing the controls.
Qt Code:
QTab *tab1 = new QTab("General"); qtb.addTab(tab1); QTab *tab2 = new QTab("About"); qtb.addTab(tab2);To copy to clipboard, switch view to plain text mode
Bookmarks