Quote Originally Posted by ecce View Post
... but QTabWidget.addTab() requires a widget and will fail if I supply a layout...?
Are you passing QFrame instance to addTab? Does it change anything if you use QWidget instead?