Qt 5.7.1 Known Issues: Difference between revisions
Jump to navigation
Jump to search
(QTBUG-37095 is partially fixed) |
No edit summary |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Known Issues]] | |||
== All platforms == | == All platforms == | ||
Line 20: | Line 19: | ||
== Linux == | == Linux == | ||
Open/Save button of FileDialog does not work as expected: https://bugreports.qt.io/browse/QTBUG-56663 | |||
== Windows == | == Windows == | ||
Line 30: | Line 30: | ||
* WebView does not work with StackView https://bugreports.qt.io/browse/QTBUG-54128 | * WebView does not work with StackView https://bugreports.qt.io/browse/QTBUG-54128 | ||
* Applications launched from Creator in iOS simulator can crash at startup https://bugreports.qt.io/browse/QTCREATORBUG-17336 | |||
** If application crash in iOS simulator when launched from Qt Creator stopping application from e.g. Qt Creator's Application Output tab reveals simulator home screen and application can be used. Running the installed app from simulator's home screen works as well as running on simulator from XCode. | |||
== QNX == | == QNX == | ||
Line 36: | Line 38: | ||
== Android == | == Android == | ||
== Qt for Device Creation == | |||
* If the emulator can not be started from within Qt Creator try the following steps: | |||
** Start desired virtual machine from virtualbox and ping 192.168.56.101 | |||
*** If the emulator can not be reached check your virtual box network adapter settings (see http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html#2-installing-virtualbox) | |||
** Connect to the device via ssh and ping 192.168.56.1 from the device | |||
*** If the host can not be reached check your firewall settings. | |||
* You may also find a solution on http://doc.qt.io/QtForDeviceCreation/qtee-troubleshooting.html or http://doc.qt.io/QtForDeviceCreation/qtee-known-issues.html | |||
* Qt Creator 4.2.0 prints a warning about gcc configuration conflict in kit. | |||
** The warning can be ignored as it does not affect the functionality. | |||
{{Release Information}} | {{Release Information}} |
Latest revision as of 07:36, 13 December 2016
All platforms
- Check that your system meets Qt's requirements
- All open issues can be found from Jira: https://bugreports.qt.io
- Cannot run qtsensors/sensors/sensor_explorer on Windows and macOS hosts or Android and iOS targets.
- gcc 4.9.2 fails to compile Qt. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65309 and discussion at development@qt-project.org in here: http://lists.qt-project.org/pipermail/development/2015-March/020632.html
- Issues with gcc 5.2.1: Nested structs don't get their constructors called under some circumstances. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67550.
- A possible workaround for the issue can be found from here: https://codereview.qt-project.org/#/c/161071/
- Installer does not respond when installing sources
- Source package is large and causes installer not to respond in around 40%. This does not affect the install itself, so be patient and let the installer do its work.
- Video/Audio playback issues in emulator (https://bugreports.qt.io/browse/QTBUG-56210)
- Workaround/fix: Change VirtualBox audio controller from AC97 to Intel HD Audio or vice versa.
Linux
Open/Save button of FileDialog does not work as expected: https://bugreports.qt.io/browse/QTBUG-56663
Windows
macOS
- QML Canvas does not always repaint when moved between retina and non-retina displays https://bugreports.qt.io/browse/QTBUG-37095
- C++ breakpoints in Qt Creator 4.0.2 do not work with shadow builds and Xcode 7.3.1 https://bugreports.qt.io/browse/QTCREATORBUG-16440
iOS
- WebView does not work with StackView https://bugreports.qt.io/browse/QTBUG-54128
- Applications launched from Creator in iOS simulator can crash at startup https://bugreports.qt.io/browse/QTCREATORBUG-17336
- If application crash in iOS simulator when launched from Qt Creator stopping application from e.g. Qt Creator's Application Output tab reveals simulator home screen and application can be used. Running the installed app from simulator's home screen works as well as running on simulator from XCode.
QNX
- For complete C++11 support it is necessary to install a patch to your QNX installation, which is available at http://www.qnx.com/download/feature.html?programid=27555
Android
Qt for Device Creation
- If the emulator can not be started from within Qt Creator try the following steps:
- Start desired virtual machine from virtualbox and ping 192.168.56.101
- If the emulator can not be reached check your virtual box network adapter settings (see http://doc.qt.io/QtForDeviceCreation/qtee-installation-guide.html#2-installing-virtualbox)
- Connect to the device via ssh and ping 192.168.56.1 from the device
- If the host can not be reached check your firewall settings.
- Start desired virtual machine from virtualbox and ping 192.168.56.101
- You may also find a solution on http://doc.qt.io/QtForDeviceCreation/qtee-troubleshooting.html or http://doc.qt.io/QtForDeviceCreation/qtee-known-issues.html
- Qt Creator 4.2.0 prints a warning about gcc configuration conflict in kit.
- The warning can be ignored as it does not affect the functionality.