QtQuick.Controls with or without version number
-
Hi,
I work with MAC os Ventura . QT 6.4.2
I am looking for an explanation
I have a QML file in which I import the QtQuick.Controls moduleIf I specify a number, example:
import QtQuick.Controls. 2.15 the type DayOfWeekRow is not recognized.On the other hand with
import QtQuick.ControlsIt works.
Why ?