DateEdit is not available in QML
Solved
QML and Qt Quick
-
Hello everyone,
In my learning of QML, I found a Calendar tpe available for use in QML but it takes more place where I need to display just a date.
I tried to subclass QDateEdit (which is available for use in widget app) but I got error when running : QApplication is needed.
Is it possible to translate QDateEdit to QML ? If so, how to do it ? By the way, there is no explanation in the manual on how converting UI widget to QML Type -
@Diarby
is a Tumbler element a possibility for you? -
Hello,
If found a collection of QML controls in [https://github.com/lirios/fluid/](link url).
Thanks for help.
I don't know how to change the status to solve.