Results 1 to 2 of 2

Thread: Painting on top of real-time rendering windows

  1. #1
    Join Date
    May 2011
    Posts
    4
    Thanks
    1

    Question Painting on top of real-time rendering windows

    I am developing a QT application that can render a real-time update map. I used a SDK as a slave process and pass it the winId() of the MainWindow and it renders the map in it.

    Now I am trying to place some widgets like button or label on top of this window to control the map view port. However, placing a button widget on top of the map widget does not serve the purpose as it gets painted over and over by the map widget. The button often was covered by the map because of the map widget's repaint action.


    I found similar case by google. This guy's problem is about placing widget on top of a real time render video. But I think it should be same problem.
    (http://stackoverflow.com/questions/1...in-a-qt-widget).

    Any workaround way? or suggestion about it?
    Last edited by haji; 10th May 2011 at 00:49.

  2. #2
    Join Date
    May 2011
    Posts
    4
    Thanks
    1

    Default Re: Painting on top of real-time rendering windows

    Could any one give me some advice about this problem. Thanks a lot.

Similar Threads

  1. Replies: 5
    Last Post: 6th December 2012, 15:34
  2. Real time rendering
    By kaszewczyk in forum Newbie
    Replies: 1
    Last Post: 7th July 2010, 18:26
  3. real time plotting
    By agostain in forum Qwt
    Replies: 0
    Last Post: 10th August 2009, 11:47
  4. real time plotting
    By gyre in forum Qwt
    Replies: 4
    Last Post: 11th December 2007, 17:13
  5. Rendering real time video using SDL and QT
    By venk2ksubbu in forum Newbie
    Replies: 4
    Last Post: 13th September 2007, 16:20

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.