Import initial du projet shipheart_cm5

This commit is contained in:
2026-08-13 09:19:38 +02:00
commit 53e47729fb
533 changed files with 127946 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
Label {
property color couleur: shipheart_formulaire_couleur_texte_par_defaut
anchors.verticalCenter: parent.verticalCenter
// horizontalAlignment: Text.AlignHCenter
leftPadding: 20
width: parent.width
font.pixelSize: 18
color: couleur
text: "--"
}