Qt 6.11 is out! See what's new in the release
blog
Curved edges as like Rectangle for QML type dialogs
-
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? -
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.eQDialogtoo 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 QMLDialogfunctionality.