Stefano
Stefano

Reputation: 3258

Metro UI style close/minimize/maximize buttons

how can I style the maximize/minimize/close buttons of an application to match the Metro UI version? I would do something like the one at right top corner: I'm using Qt 4.8 on Windows 7

enter image description here

Upvotes: 1

Views: 1755

Answers (1)

Kamil Klimek
Kamil Klimek

Reputation: 13130

There is no way to style window frame as it is managed by underlying OS. You need create frameless window and add widgets responsible for minimizing/closing/maximizin

Upvotes: 1

Related Questions