2018-07-25 10:56 GMT+02:00 Nuno Santos <[email protected]>: > Hi, > > I’m trying to style a QML Dialog component but it seems that I’m only able > to style the header, content and footer items. > > However I need to style the dialog frame, right now it appears as a white > box with a 1px width black border. I want to change that box in which the > Dialog appears. > > How can I do that? Is it possible? > > Thanks! > > Nuno > > > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest
Are you talking about Qt Quick Controls 2 Dialog? (There are 3 different Dialogs in Qt Quick). If so, you can also customize the `background` property since it inherits from Popup.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
