Well, I had to make my own control. It is called Datepicker .

He intends to use this way:
import QtQuick.Controls 1.1 ApplicationWindow { id: main Datepicker { id: myDate activeWindow: main width: 200 } }
It is assumed that you are using it from a Window object, and it needs a parent link to show the datupixer in the correct position (it shows the calendar in a new window).
You can download the source code: https://bitbucket.org/camolin3/datepicker
This is the first version and it takes a lot of Polish to be ready, but it is the starting point.
camolin3
source share