The qml interface cannot be displayed normally
-
The qt qml program compiled on my personal computer can run on some win10 pro computers, but some computers cannot display the screen normally. Then I tried to configure the same compilation environment for compilation on these computers that could not be displayed normally, but the qml interface still could not be displayed normally. While the qml interface cannot be displayed, a file writing function based on qfile cannot be used normally. When the qml interface is displayed normally, this function can be used normally. My compilation environment is qt5.9.9, msvc2013 32bit and win10 pro。
-
The qt qml program compiled on my personal computer can run on some win10 pro computers, but some computers cannot display the screen normally. Then I tried to configure the same compilation environment for compilation on these computers that could not be displayed normally, but the qml interface still could not be displayed normally. While the qml interface cannot be displayed, a file writing function based on qfile cannot be used normally. When the qml interface is displayed normally, this function can be used normally. My compilation environment is qt5.9.9, msvc2013 32bit and win10 pro。
@yongrui said in The qml interface cannot be displayed normally:
qt5.9.9
You should really try with more recent Qt version.
"could not be displayed normally" - this is also not really a problem description (what does this mean exactly?). -
@yongrui said in The qml interface cannot be displayed normally:
qt5.9.9
You should really try with more recent Qt version.
"could not be displayed normally" - this is also not really a problem description (what does this mean exactly?). -
@jsulm Failure to display normally means that the qml interface cannot be drawn normally, but other programs written in qml can be drawn. qt5.9.9 is because the development environment is this version.