mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-05-28 00:30:27 -04:00
10 lines
172 B
QML
10 lines
172 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import QtQuick.Controls
|
|
|
|
Label {
|
|
Layout.fillWidth: true
|
|
font.pixelSize: Style.fontSizeTitle
|
|
opacity: Style.opacityTitle
|
|
}
|