Qt 6.8 Known Issues: Difference between revisions
Jump to navigation
Jump to search
m (→Linux) |
No edit summary |
||
Line 5: | Line 5: | ||
==All platforms== | ==All platforms== | ||
* Calling <code>mapFromItem()</code> or <code>mapToItem()</code> between items where one of the items are not yet in a scene may crash (see [https://bugreports.qt.io/browse/QTBUG-129500 QTBUG-129500]). As a workaround, condition the call on the items both having a <code>Window.window</code>. | |||
==Linux== | ==Linux== |
Revision as of 07:54, 3 October 2024
- Check that your system meets Qt's requirements
- All open issues can be found from Jira
- RTA findings here
- Supported development platforms are listed here
All platforms
- Calling <code>mapFromItem()</code> or <code>mapToItem()</code> between items where one of the items are not yet in a scene may crash (see QTBUG-129500). As a workaround, condition the call on the items both having a <code>Window.window</code>.
Linux
- When using GNOME Wayland 46.0, Qt Designer's main window may not show under certain circumstances. The issue should be resolved in GNOME Wayland 46.2 (see QTBUG-127920 ).
- For Linux arm64/aarch64, if system glibc < 2.38, can't use official binary from Qt Installer. Workaround is build from source. (see QTBUG-129421 ).
macOS
- Due to changes in notarization from XCode 13 onwards, macOS debug information files are delivered as part of the online installer only and installed automatically.
Windows
- Windows on ARM: Debuggers And Tools ARM64 redistributable package is not available from Qt online installer / Qt Creator. Debuggers And Tools can be installed e.g. with MSVC 2022 ARM64 installation (see QTBUG-129157).