Re: [Interest] known issues with QFontDatabase::addApplicationFontFromData in Qt/Mac 5.9?

2019-05-28 Thread Jim Prouty
Perhaps you can simply use your Info.plist to point to a folder of fonts, and not use Qt to add fonts to the database: ATSApplicationFontsPath ../../../Fonts Folder Or, if you want to load them from your bundle, put them in (for example) Your.app/Contents/Resources/Fonts, the va

Re: [Interest] QT 5.9.2 Release schedule: QTBUG-63443

2017-10-06 Thread Jim Prouty
This is the one that worries me: QTBUG-63443 "QWidgetAction creates empty dummy window on macOS 10.12.6" https://bugreports.qt.io/browse/QTBUG-63443 • Priority: Not Evaluated • Resolution:Unresolved > On Oct 5, 2017, at 12:34 PM, T

[Interest] Calling QCocoaMenuBar::updateMenuBarImmediately()

2016-03-15 Thread Jim Prouty
ciated. --Jim =========== Jim Prouty Voice: (503) 620-3001, FAX: (503) 620-6754 Makers of IGOR Pro, scientific data analysis and graphing for Mac and PC http://www.wavemetrics.com ___ Interest mailing list Interest@qt-project.org h

[Interest] Qt 5 Creator 3.3 (Mac) Debugger locks up with endless error logging of "DW_AT_specification(address) has no decl"

2015-02-02 Thread Jim Prouty
ests -silent -no-sql-mysql -no-webkit -cocoa -arch x86_64 -arch x86 -no-phonon -no-phonon-backend -prefix /qtbuild/install/macosx --Jim ======= Jim Prouty Voice: (503) 620-3001, FAX: (503) 620-6754 Makers of IGOR Pro, scientific data analysis and graphing

Re: [Interest] Qt 5.2.1 Mac keyboard shortcut problems

2014-04-02 Thread Jim Prouty
On Apr 2, 2014, at 12:30 PM, Till Oliver Knoll wrote: > Am 02.04.2014 um 21:12 schrieb Paul Miller : > >> On 4/2/2014 1:46 PM, mai...@virtual-winds.org wrote: >>> >>> If I remember well under mac/os you have to press the key (whatever >>> apple calls it) together with the hot-key to get it w

[Interest] Qt 4.8 Mac/Cocoa, want mouseDown in menubar event

2012-11-21 Thread Jim Prouty
It would simplify my life immensely if my Qt 4.8 Cocoa application received a signal or event or anything that allowed me to intervene between the first mouse click in the menu bar and when the first menu is shown. In a straight Cocoa application, I can register a routine to receive a NSMenuDid

Re: [Interest] Can't get menu with QWidgetAction to close after click! (Mac OS 10.6.8, Qt 4.8.3)

2012-10-09 Thread Jim Prouty
On Oct 9, 2012, at 5:29 PM, Alex Malyushytskyy wrote: > By the way try to call QAction->trigger(); > in _onPushButton(bool b) > > If MAC implementation depends on this signal it definitely should > solve the problem. > By default QWidgetAction does not call it: > > "Note that it is up to the

Re: [Interest] Can't get menu with QWidgetAction to close after click! (Mac OS 10.6.8, Qt 4.8.3)

2012-10-09 Thread Jim Prouty
On Oct 9, 2012, at 12:31 PM, Stephen Chu wrote: > Are you sure you want a push button or a text entry field in the menu > from the menu bar? > > It's, hmm, very different way of building an UI. Especially on a Mac. > That's only a test program; the real application has a color swatch in the w

[Interest] Can't get menu with QWidgetAction to close after click! (Mac OS 10.6.8, Qt 4.8.3)

2012-10-09 Thread Jim Prouty
In this test program (Qt 4.8.3 on Mac OS X 10.6.8), I've got one QMenu added to the menubar, and the menu has several QWidgetActions, including one that has a Done QPushButton and a QSpinBox. Having connected the QPushButton to a slot, I'm trying to get the menu to close up after the button has