Re: [Interest] Void pointers for Mac ARM

2023-06-18 Thread coroberti
On Sat, Jun 17, 2023 at 8:12 PM Turtle Creek Software wrote: > > Our app contains some old C-ish C++ code from an early 90's database called > NeoAccess. It often uses function pointers with void pointers as parameters. > Their code works OK for Mac & Windows, when built with the latest Qt5 on

Re: [Interest] Void pointers for Mac ARM

2023-06-18 Thread Thiago Macieira
On Saturday, 17 June 2023 10:09:42 PDT Turtle Creek Software wrote: > The code also builds OK with the latest Qt6, but running it on an M1 Mac > gives run-time errors. Void pointers to structs and objects don't cast > properly and stay null. Your diagnosis can't be correct. The ABI on Arm Macs is

[Interest] QListView accessibility issue

2023-06-18 Thread Jean-Francois Dockes
Hi, I am trying to improve the accessibility of a Qt application (under MS Windows at the moment). The app uses a QListView to display a list of track titles. With both MS Narrator and NVDA, the titles are properly read when the mouse hovers the list entries (the model returns text with Qt::Ac