Both Tabbar and Toolbar in ApplicationWindow
-
Hello, It is not possible to have multiple header in ApplicationWindow. How can I have both tabbar and toolbar in the applicationwindow. If not possible, is there workaround?
@milan
ApplicationWindow from QtQuickControls v1 or v2?Anyway you can wrap your tabbar and toolbar into an Item and set it to toolBar (v1) or header/menuBar (v2) properties
-
@milan
ApplicationWindow from QtQuickControls v1 or v2?Anyway you can wrap your tabbar and toolbar into an Item and set it to toolBar (v1) or header/menuBar (v2) properties
@raven-worx . It is QtQuickControls 2.