[solved]how to customize menu position for popdown menu button in qml?
QML and Qt Quick
3
Posts
2
Posters
1.3k
Views
1
Watching
-
wrote on 12 Mar 2014, 04:29 last edited by
what i need is to show the button menu at right side of the button.
any hint will be appreciated! -
Hi,
Try using the __xOffset and __yOffset property of Menu. Calculate its value as per the mouse position on button click.
-
wrote on 13 Mar 2014, 01:28 last edited by
thanks a lot! it works.;)
3/3