Re: [Interest] Problem with font size on Android and High DPI

2018-11-15 Thread Nguyen Ngoc Thach Chau
> From: Roman Wüger > Sent: November 14, 2018 1:32 PM > To: Jérôme Godbout > Cc: ekke ; interest@qt-project.org > Subject: Re: [Interest] Problem with font size on Android and High DPI > > And then I need to go over all widgets and multiply the font scale with > cu

Re: [Interest] Problem with font size on Android and High DPI

2018-11-15 Thread Jérôme Godbout
roject.org Subject: Re: [Interest] Problem with font size on Android and High DPI And then I need to go over all widgets and multiply the font scale with current font size? Regards > Am 14.11.2018 um 18:17 schrieb Jérôme Godbout : > > Take care the pixel density is way different on a m

Re: [Interest] Problem with font size on Android and High DPI

2018-11-14 Thread Roman Wüger
other compare to screen > size. It's maybe not what yo are looking for but might give you some idea to > achieve what you are looking for. > > -Original Message- > From: Interest On Behalf > Of Roman Wüger > Sent: November 14, 2018 11:30 AM > To: ekke > C

Re: [Interest] Problem with font size on Android and High DPI

2018-11-14 Thread Jérôme Godbout
interest@qt-project.org Subject: Re: [Interest] Problem with font size on Android and High DPI No, it is a QWidget application with Qt 5.12. I can’t switch to QtQuick because customer wants existing application to be ported to android tablet. Regards Roman > Am 14.11.2018 um 17:15 schrieb e

Re: [Interest] Problem with font size on Android and High DPI

2018-11-14 Thread Roman Wüger
No, it is a QWidget application with Qt 5.12. I can’t switch to QtQuick because customer wants existing application to be ported to android tablet. Regards Roman > Am 14.11.2018 um 17:15 schrieb ekke : > >> Am 14.11.18 um 17:11 schrieb Roman Wüger: >> Hello everyone, >> >> I enabled the High D

Re: [Interest] Problem with font size on Android and High DPI

2018-11-14 Thread ekke
Am 14.11.18 um 17:11 schrieb Roman Wüger: > Hello everyone, > > I enabled the High DPI option on an android tablet. However, the fonts are > not resized at all and looks a way too small. I tried the other environment > variables too, but the result is not as expected. > > Does anyone have a hint

[Interest] Problem with font size on Android and High DPI

2018-11-14 Thread Roman Wüger
Hello everyone, I enabled the High DPI option on an android tablet. However, the fonts are not resized at all and looks a way too small. I tried the other environment variables too, but the result is not as expected. Does anyone have a hint or how is that done normally? Regards Roman