Hello, Selon chauchot.etienne@free.fr: > QTabWidget *tabs = new QTabWidget(mainWin); > QVBox *tab = new QVBox(tabs); > QLabel *label = new QLabel("test", tab); > tabs->addTab(tab, "page1"); > mainWin->show(); > > The application is launching well, tab page "page1" appears but there is no > label visible in page1 containing the text "test" > > What have I forgotten? Maybe, just label->show(); and/or tabs->setCurrentPage(0); ? Kleag >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<