Re: [Interest] Question about correct way to initialize HiDPI support

2020-01-13 Thread Nyall Dawson
On Mon, 13 Jan 2020 at 20:37, coroberti . wrote: > > Hi, > I'm joining the question and would appreciate some kind of "Best Practices" > or guidelines for dummies, perhaps, platform-specific. While I hate to add to the noise here, I've also been confused for a long time about what the

Re: [Interest] Question about correct way to initialize HiDPI support

2020-01-13 Thread David M. Cotter
note i did this too: #if OPT_WINOS // this part ensures that when a window is moved from one monitor to // another, and they have differnt scale factors, that the window // resizes itself to the scale factor { typedef BOOL

Re: [Interest] Question about correct way to initialize HiDPI support

2020-01-13 Thread Elvis Stansvik
Den mån 13 jan. 2020 kl 10:35 skrev Christoph Cullmann : > > Hi, > > after reading https://doc.qt.io/qt-5/highdpi.html it is still a bit > unclear to me, > what is the correct sequence of attribute setting to have proper HiDPI > support on the > X11/Windows/macOS platforms (including support for

Re: [Interest] Question about correct way to initialize HiDPI support

2020-01-13 Thread coroberti .
On Mon, Jan 13, 2020 at 11:35 AM Christoph Cullmann wrote: > > Hi, > > after reading https://doc.qt.io/qt-5/highdpi.html it is still a bit > unclear to me, > what is the correct sequence of attribute setting to have proper HiDPI > support on the > X11/Windows/macOS platforms (including support