qt-macos-examples
qt-macos-examples copied to clipboard
accessoryview example crashes
This line in main.cpp causes a runtime exception on Catalina, possibly earlier MacOS too.
[https://github.com/msorvig/qt-macos-examples/blob/3ec1ee4807f5de146cb0a6ee551901421eae66b0/accessoryview/main.mm#L99]
viewController.layoutAttribute = NSLayoutAttributeLeft;
I can't reproduce this on 10.15.7 now. Does this still crash for you?