PDA

View Full Version : List wheel widget in Qt



SSqt5.2
3rd December 2014, 10:15
Hi All,
Does Qt support List wheel widget in standard widgets?
Please refer the image attached, i want to implement the list wheel like this in my Qt application.
Any widget with which i can start implement this or i need to implement it as a custom design from scratch?

SSqt5.2
4th December 2014, 08:18
Has anyone worked on this before for Linux Embedded Platform?
Pl update.

wysota
4th December 2014, 08:28
We have done a similar widget in QML.

SSqt5.2
4th December 2014, 08:45
Thanks for reply,
Was it custom widget designed from scratch or you had taken any base widget in Qt?
Can you share any documents or hints to progress?

wysota
4th December 2014, 10:47
Was it custom widget designed from scratch or you had taken any base widget in Qt?
It was done in QML (Qt Quick 1) based on PathView or Repeater (I don't remember right now).