Sliding text in Combobox QML?
-
No option possible. You need to write your own combobox with this kind of animation.
-
@harip You can check this post for a scrolling text component
https://kunalmaemo.blogspot.com/2011/06/marquee-text-element-with-qt-quick-qml.htmlCustomize QQC2 COmpboBox and use the above TextElement as the
contentItem
of the ComboBox and handle Mouse hover event to start the scrolling animation.