Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
There are functions the operate on GUI types like color(), darker(), lighter(), hsl(), font() and few others in Qt namespace, but those take/return QVariant because there is no Qt Gui dependency there. Those cannot be used in Strict mode unfortunately.
Perhaps there could be QtGui namespace in QtQuick where properly typed versions of these functions exist