Abstract TabWidget away from QtWidgets, so can be used for QtQuick
This commit is contained in:
@@ -55,7 +55,7 @@ TabBar *DefaultWidgetFactory::createTabBar(TabWidget *parent) const
|
||||
return new TabBarWidget(parent);
|
||||
}
|
||||
|
||||
TabWidget *DefaultWidgetFactory::createTabWidget(QWidget *parent) const
|
||||
TabWidget *DefaultWidgetFactory::createTabWidget(Frame *parent) const
|
||||
{
|
||||
return new TabWidgetWidget(parent);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user