Material Palette
Unsolved
QML and Qt Quick
-
Hello,
I have an ApplicationWindow in which i setup material setting for example: "Material.accent: Material.LightBlue".
The problem that I have is that I open other Window from C++ and I want to set the same settings to this new Window. The challenge is that this new Window need to be set automatically the settings depending on the main ApplicationWindow.
Thank you, -
@PixyWitchy Hi,
You can configure the theme for the whole application using Qt Quick Controls Configuration File.
-
This post is deleted!