Blinking QML animation on slow computer
QML and Qt Quick
2
Posts
2
Posters
2.3k
Views
1
Watching
-
wrote on 1 Jul 2013, 06:46 last edited by
I'm trying to make programm for POS terminal (builed on Intel Atom 525) and I try to use Qt version 5.1.0-r2 (linux version x86, precompiled)
Program on normal computer (or laptop) runs great, but on the POS is blinking
Here is video: (sorry for the video from the camera)
"YouYube":http://youtu.be/2kPShl6AbD0The only interest advice I found, is the selection of the graphics system like this:
@QApplication :: setGraphicsSystem ("raster");
@but
- In help said
*The following class members are part of the Qt compatibility layer. We advise against using them in new code. * - QApplication, which have following method, needed only for widgets (QML uses QGuiApplication)
- And, Qt 5.1.0 still says he does not see this method at all
Can anyone advise - where to dig it?
- In help said
-
wrote on 2 Jul 2013, 13:47 last edited by
Almost looks like a double buffering issue, but not so sure, since the flickering screen seems to be an entire white screen in your case...
Bill
1/2