QML Button with irregular shapes
QML and Qt Quick
3
Posts
2
Posters
1.9k
Views
2
Watching
-
wrote on 27 Jul 2015, 13:09 last edited by Prezes
Hi,
It is possible to make Button or MouseArea in QML ho works like QPushButton with mask(QPixmap) in C++ ?I.g. Arc(Ring) Button or something like that http://www.qt.io/qt-for-device-creation/
I use Qt 5.4.2
Id? Pleas help.
Thx. -
Hi,
It is possible to make Button or MouseArea in QML ho works like QPushButton with mask(QPixmap) in C++ ?I.g. Arc(Ring) Button or something like that http://www.qt.io/qt-for-device-creation/
I use Qt 5.4.2
Id? Pleas help.
Thx.Hi @Prezes
Yes it is possible. Look formaskedmousearea
example under your Qt installed directory.
<QtDir>\quick\customitems\maskedmousearea
-
Hi @Prezes
Yes it is possible. Look formaskedmousearea
example under your Qt installed directory.
<QtDir>\quick\customitems\maskedmousearea
1/3