Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.14.0
-
None
-
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.4.0-65-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-1035G4 CPU @ 1.10GHzKernel Version: 5.4.0-65-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i5-1035G4 CPU @ 1.10GHzOperating System: Kubuntu 20.04 KDE Plasma Version: 5.18.5 KDE Frameworks Version: 5.68.0 Qt Version: 5.12.8 Kernel Version: 5.4.0-65-generic OS Type: 64-bit Processors: 8 × Intel® Core™ i5-1035G4 CPU @ 1.10GHzKernel Version: 5.4.0-65-generic OS Type: 64-bit Processors: 8 × Intel® Core™ i5-1035G4 CPU @ 1.10GHz
Description
I downloaded Qt Creator last night and I am not able to use design mode no matter what type of Qt Quick application or any of the other options that I try to use. I am using CMake for the build system, but I used QMake and it didn't work either. I have tried every Qt version from 5.6 to 5.15 and also tried Qt 6.01 with no luck. the edit mode seems to work fine and compiles.
import QtQuick 2.12import QtQuick.Window 2.12 Window { width: 640 height: 480 visible: true title: qsTr("Hello World")}
When I go to design mode I get a message saying "Cannot open this QML document because of an error in the QML file:
Line: 1: Qt Quick emulation layer crashed. I checked for this error on the internet and couldn't find a solution, but it seems to appear often. I have never worked with Qt so if I'm doing anything wrong please let me know.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-25277 Line: 1: Qt Quick emulation layer crashed on the simplest QML app
- Closed