lux-shell/components/TabView/StyledTab.qml
2026-01-15 13:52:47 -05:00

7 lines
115 B
QML

import QtQuick
Item {
property string title
property string icon
default property Component content
}