7 lines
85 B
QML
7 lines
85 B
QML
import QtQuick.Controls
|
|
|
|
Label {
|
|
required property string time
|
|
|
|
text: time
|
|
}
|