make storybook a tabbed window
This commit is contained in:
parent
8aced615ce
commit
32167ef44e
8 changed files with 279 additions and 207 deletions
8
components/StyledTabBar.qml
Normal file
8
components/StyledTabBar.qml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import QtQuick
|
||||
import QtQuick.Controls.Basic
|
||||
|
||||
TabBar {
|
||||
id: control
|
||||
|
||||
background: Item {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue