Skip to content

Instantly share code, notes, and snippets.

@UniversalSuperBox
Created April 30, 2018 15:31
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 UniversalSuperBox/e78920b0befb4d995d7cf1cfc3573a7c to your computer and use it in GitHub Desktop.
Save UniversalSuperBox/e78920b0befb4d995d7cf1cfc3573a7c to your computer and use it in GitHub Desktop.
A test of the QML Calendar
import QtQuick 2.6
import QtQuick.Controls 1.4
Rectangle {
id: root;
Calendar {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment