Re: [Interest] Confused about High-DPI icons...

2019-03-17 Thread Elvis Stansvik
Den fre 15 mars 2019 kl 06:07 skrev Nikos Chantziaras : > > On 14/03/2019 16:41, Matthew Woehlke wrote: > > On 13/03/2019 18.41, Sérgio Martins via Interest wrote: > >> Do you have: > >> > >> QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); > > > > Uh... *why* is that not the default? Witho

Re: [Interest] Confused about High-DPI icons...

2019-03-14 Thread Nikos Chantziaras
On 14/03/2019 16:41, Matthew Woehlke wrote: On 13/03/2019 18.41, Sérgio Martins via Interest wrote: Do you have: QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); Uh... *why* is that not the default? Without that, I still get a scaled UI, but it is an ugly mix of stuff that's *properly

Re: [Interest] Confused about High-DPI icons...

2019-03-14 Thread Matthew Woehlke
On 13/03/2019 18.41, Sérgio Martins via Interest wrote: > Do you have: > > QApplication::setAttribute(Qt::AA_EnableHighDpiScaling); Uh... *why* is that not the default? Without that, I still get a scaled UI, but it is an ugly mix of stuff that's *properly* scaled (and making use of the higher res

Re: [Interest] Confused about High-DPI icons...

2019-03-13 Thread Sérgio Martins via Interest
On 2019-03-13 22:30, Matthew Woehlke wrote: I'm trying to add High-DPI icons to my application. Currently, I have a bunch of icons as resources, e.g.: :/icons/16x16/open :/icons/16x16/quit ... From reading the documentation, it *sounds* like all I should have to do is add higher resolu

[Interest] Confused about High-DPI icons...

2019-03-13 Thread Matthew Woehlke
I'm trying to add High-DPI icons to my application. Currently, I have a bunch of icons as resources, e.g.: :/icons/16x16/open :/icons/16x16/quit ... From reading the documentation, it *sounds* like all I should have to do is add higher resolution icons with "magic" names: :/icons/16x16/