13 lines
214 B
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: "--"
|
|
}
|