Qt Widget which behaves like Android picker?
-
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. -
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