Re: [Interest] How do I get a QMenu to react to text size changes on Window's High DPI displays

2019-01-02 Thread David Garcia
-Original Message- From: Elvis Stansvik Sent: Wednesday, January 2, 2019 10:12 PM To: David Garcia Cc: interest@qt-project.org Interest Subject: Re: [Interest] How do I get a QMenu to react to text size changes on Window's High DPI displays Den ons 2 jan. 2019 kl 17:16 skrev David Garcia

[Interest] How do I get a QMenu to react to text size changes on Window's High DPI displays

2019-01-02 Thread David Garcia
Hi, I’m having the same issue as reported in this stack overflow question: https://stackoverflow.com/questions/31559703/how-do-i-get-a-qmenu-to-react-to-text-size-changes-on-high-dpi-diplays In Windows, when changing the display scale from 100% to 200%, the QMenuBar items are updated with a

[Interest] Qt-12 with Dark Theme on MacOS Mojave

2018-12-21 Thread David Garcia
Robert, I’m using this code to detect Dark mode in macOS: bool MacOSDarkMode() { NSAppearance *appearance = NSAppearance.currentAppearance; if (@available(*, macOS 10.14)) { return appearance.name == NSAppearanceNameDarkAqua; } return NO; } I have it inside a MM file,

Re: [Interest] Unusable native toolbars in Mac with Qt 4.8

2014-02-05 Thread David Garcia
bar to capture events from other tool bars in the application. Best regards, David On 02 Feb 2014, at 16:41, David Garcia da...@aimsun.com wrote: Dear all, I have found the origin of the problem. It is at: QWidgetPrivate::childAtRecursiveHelper, in the line: if (includeFrame

Re: [Interest] Unusable native toolbars in Mac with Qt 4.8

2014-02-02 Thread David Garcia
. For now it works for me. Regards, David On Fri, Jan 10, 2014 at 6:30 PM, David Garcia da...@aimsun.com wrote: Dear all, I have opened a bug (https://bugreports.qt-project.org/browse/QTBUG-36100) reporting a problem when using a native tool bar and a left toolbar that affected Qt 4.8.5