mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-12-23 09:43:18 -05:00
9 lines
140 B
QML
9 lines
140 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import QtQuick.Controls
|
|
|
|
Label {
|
|
Layout.fillWidth: true
|
|
opacity: Style.opacityBodySecondary
|
|
}
|