mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-06-04 01:28:33 -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.opacityBodyAndButton
|
|
}
|