This is required for qml applications to automatically use SystemPalette background color instead of a white one when launched with QT_QUICK_CONTROLS_STYLE=Breeze. Borders etc. are not altered, this just loads the default ApplicationWindowStyle implementation. REVIEW: 122304wilder-pre-rebase
parent
fcc2e5dbaf
commit
db3f435074
3 changed files with 7 additions and 4 deletions
@ -0,0 +1,5 @@ |
||||
import QtQuick 2.0 |
||||
import QtQuick.Controls.Styles 1.3 |
||||
|
||||
ApplicationWindowStyle { |
||||
} |
||||
Loading…
Reference in new issue