How do I enter the date and time?
Unsolved
QML and Qt Quick
-
wrote on 9 Sept 2019, 17:40 last edited by
Hi!
How do I enter the date and time?
Maybe I can do it in textInput? -
Hi,
QtQuick has a Calendar type.
This stackoverflow answer shows a nice time picker. -
wrote on 9 Sept 2019, 19:16 last edited by
Is it possible to enter the type of QWidgets into a string?
Your options are inconvenient for my case. -
Your question is unclear. Do you want to use QtQuick or QWidgets for your GUI ?
-
wrote on 10 Sept 2019, 07:05 last edited by
No, I just wanted something ready and convenient in QML, similar to Qwidget
-
@mikeeeeee What does this mean: "Is it possible to enter the type of QWidgets into a string?"?
What type do you mean and why do you want to put it into a string?
6/6