The Qt Calendar module was a long time part of Qt.labs. I’m using Calendar in most of my business apps.
Now for Qt 6.5 (started in 6.4) the labs incubation was finished and Calendar becomes a citizen of Qt Quick Controls.
This means in 6.5 the import Qt.labs.calendar 1.0
isn’t needed anymore, we only need import QtQuick.Controls
, which we already have all around.
So this is one of the easiest refactorings: remove import Qt.labs.calendar 1.0
Qt 5.15.13: Qt.labs.calendar
Qt 6.5: Calendar as Quick Control 🙂
Some impressions what can be done with Calendar:






Have Fun !
You must be logged in to post a comment.