Apple announced today that UIKit is being deprecated, and apps will need to
use SwiftUI rather than UIKit for App Store submissions, starting in 2026.
Existing apps must update by 2027.
How does that affect iOS apps developed with Qt?
Thanks,
Casey McDermott
TurtleSoft.com
___
> On 1 Apr 2025, at 20:59, Josh wrote:
>
> Hi,
>
> I have a QTextEdit subclass that I want to intercept the key bindings for
> (like Ctrl-X, etc.). If I reimplement QTextEdit::keyPressEvent(QKeyEvent *k)
> I can get the keys and do whatever with them. But I actually want to ignore
> the eve
Hi,
I have a QTextEdit subclass that I want to intercept the key bindings for
(like Ctrl-X, etc.). If I reimplement QTextEdit::keyPressEvent(QKeyEvent
*k) I can get the keys and do whatever with them. But I actually want to
ignore the event so it gets passed up and I can add it as a menu actio