mirror of
https://github.com/danbulant/dotfiles
synced 2026-07-05 19:21:10 +00:00
6 lines
66 B
QML
6 lines
66 B
QML
import QtQuick
|
|
import "../services"
|
|
|
|
Text {
|
|
text: Time.time
|
|
}
|