is there any On/off animated widget is there in qt c++?
-
Hi
You mean like a big switch button ?
https://www.youtube.com/watch?v=m4NIeakn1XwIts something you must construct yourself via custom widgets or
find something to reuse. -
@thippu
nothing build in in QWidgets.QML hast the Switch - quick control:
controls 1.Xcontrols 2.x
Showcase video hereand a quick google search resulted in this Qwidget based Switch class
https://stackoverflow.com/questions/14780517/toggle-switch-in-qt?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
-
Hi
You mean like a big switch button ?
https://www.youtube.com/watch?v=m4NIeakn1XwIts something you must construct yourself via custom widgets or
find something to reuse. -
@thippu
theres qquickwidget to integrate QML objects inthise your QWdiget based app. But I wouldn't recommend it, if all you need is the Quick.Controll Switch. -