Skip to content

Instantly share code, notes, and snippets.

@eyllanesc
Last active May 5, 2018 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eyllanesc/fe5b072776ad818be4cb661db585158f to your computer and use it in GitHub Desktop.
Save eyllanesc/fe5b072776ad818be4cb661db585158f to your computer and use it in GitHub Desktop.
import QtQuick 2.9
Rectangle{
color: "blue"
anchors.fill: parent
radius: width/2
Text {
text: Qt.formatTime(new Date(), "hh:mm:ss")
anchors.centerIn: parent
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment