Qt Widget which behaves like Android picker?
-
wrote on 8 Aug 2018, 07:03 last edited by phidrho 8 Aug 2018, 07:05
Does Qt have spinning Widget which acts like Android wheel picker? Here is another example: Android wheel picker demo
I cannot find any examples on internet, I'm not interested in choosing time/dates exclusively, but custom data. -
Does Qt have spinning Widget which acts like Android wheel picker? Here is another example: Android wheel picker demo
I cannot find any examples on internet, I'm not interested in choosing time/dates exclusively, but custom data.Moderatorswrote on 8 Aug 2018, 07:19 last edited by raven-worx 8 Aug 2018, 07:20 -
wrote on 8 Aug 2018, 07:28 last edited by
Thanks, that is what I was looking for.
Can this be combined with QtWidgets? Is it possible to insert a QML widget inside a QtWidgets desktop app?
-
Thanks, that is what I was looking for.
Can this be combined with QtWidgets? Is it possible to insert a QML widget inside a QtWidgets desktop app?
@phidrho said in Qt Widget which behaves like Android picker?:
Can this be combined with QtWidgets? Is it possible to insert a QML widget inside a QtWidgets desktop app?
basically yes. see QQuickWidget
3/4