How to program a floating (touch) spinbox with qwidget
Unsolved
General and Desktop
-
I want to implement a qwidget like anroid watch app with qt in an already existing program, which is NOT made by qml but with qwidgets. So i guess i have to create a qwidget somehow. How would you create this by your own? I am not sure if i should inherit by qlistwidget or qspinbox (or something i did not think of) or by QWidget? And have you maybe some practical tips? Just paint everything from scratch in the paint method? How would you implement the touch slide so the next time is displayed?
Thank you in advance!