Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Raster Graphics System Issue

Raster Graphics System Issue

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 651 Views 1 Watching
  • 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.
  • T Offline
    T Offline
    Tinu_13
    wrote on last edited by
    #1

    Hi all,

    I am a newbie in Qt. I m facing an issue with drawing. In my application I have 2 windows. one is receiving input from subsystem 1 at the rate of one line per 1.28 secs. The second one receives input from subsystem 2 at a rate of 64 lines per 1.28 secs.

    Earlier I had a problem while drawing second window (I was getting small jumps in between). To improve the performance I used the command setGraphicsSystem("raster") b4 creating my application. Now the second window is able to plot 64 lines at 1.28 secs , but in the first window same line is being plotted on all over the window.
    

    What is this problem? Can anybody tell me how to solve this? I m using Qt 4.7 and pixmap widget for drawing.

    Thanks in advance

    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