Home > OS >  Qt styling Material.accent (a button) brigther than expected
Qt styling Material.accent (a button) brigther than expected

Time:02-12

Using the Qt Quick Application as a template. I'm following this documentation about styling output My question is why the button is brigther than the header content? Am I not using the same material? I'm using qt 6.2.2. SO: Linux mint

CodePudding user response:

As @Amfasis suggested, using:

Material.accent: Material.color(Material.Blue)

will make it work properly.

  • Related