Files
shipheart-qt/Shipheart_formulaire_valeur_fixe.qml

13 lines
214 B
QML

import QtQuick.Controls
Label {
anchors {
verticalCenter: parent.verticalCenter
}
leftPadding: 10
width: parent.width
font.pixelSize: 18
color: couleur_blanc_casse
text: "--"
}