11 lines
162 B
QML
11 lines
162 B
QML
import qs.config
|
|
import QtQuick
|
|
import QtQuick.Controls.Basic
|
|
|
|
TabBar {
|
|
id: control
|
|
|
|
background: Rectangle {
|
|
color: Styling.theme.base100
|
|
}
|
|
}
|