mirror of
https://github.com/stemoretti/BaseUI.git
synced 2025-05-25 15:20:23 -04:00
10 lines
182 B
QML
10 lines
182 B
QML
import QtQuick
|
|
import QtQuick.Layouts
|
|
import QtQuick.Controls
|
|
|
|
Label {
|
|
Layout.fillWidth: true
|
|
font.pixelSize: Style.fontSizeSubheading
|
|
opacity: Style.opacitySubheading
|
|
}
|