This commit is contained in:
müde 2026-03-15 23:25:33 +01:00
parent c7e8c1a9f5
commit 269a336f50
6 changed files with 194 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import QtQuick.Controls
Label {
required property string time
text: time
}