Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Blinking QML animation on slow computer

Blinking QML animation on slow computer

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 2.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dmitry.aka.jok
    wrote on last edited by
    #1

    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/2kPShl6AbD0

    The only interest advice I found, is the selection of the graphics system like this:
    @QApplication :: setGraphicsSystem ("raster");
    @

    but

    1. In help said
      *The following class members are part of the Qt compatibility layer. We advise against using them in new code. *
    2. QApplication, which have following method, needed only for widgets (QML uses QGuiApplication)
    3. And, Qt 5.1.0 still says he does not see this method at all

    Can anyone advise - where to dig it?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      billouparis
      wrote on last edited by
      #2

      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 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved