mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-05-25 15:20:23 -04: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
|
|
}
|