qdateedit on android, popup issue
Mobile and Embedded
2
Posts
1
Posters
650
Views
1
Watching
-
Hi,
I created a widgets app on android and I have a QDateEdit widget that it doesn't popup when I run on android.Even more, I receive the following error:
"QObject::connect: No such signal QDateEdit::cursorPositionChanged()"
which I understand since QDateEdit class doesn't have such a signal.and this error
"QMetaObject::invokeMethod: No such method QDateEdit::inputMethodQuery(Qt::InputMethodQuery,QVariant)"
which I'm not sure where to start to correct it. I hope that correcting this issue, it will solve my popup problem.
thanks for your comments.