add styled tab view
This commit is contained in:
parent
24930ef2e0
commit
810d43e497
4 changed files with 107 additions and 0 deletions
7
components/TabView/StyledTab.qml
Normal file
7
components/TabView/StyledTab.qml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import QtQuick
|
||||
|
||||
Item {
|
||||
property string title
|
||||
property string icon
|
||||
default property Component content
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue