Curved edges as like Rectangle for QML type dialogs
Unsolved
General and Desktop
-
Hi,
I need to create a qml dialog with Dialog QML Type(http://doc.qt.io/qt-5/qml-qtquick-dialogs-dialog.html) in which i need to set the curved edges. How to do it? -
Well then doubt if it is possible with QML
Dialog
. The cpp version i.eQDialog
too doesnt have a builtin method to do it than do it with some manual way like for eg. shaped clock.
AFAIK there's no similar way to override QMLDialog
functionality.