Results 1 to 11 of 11

Thread: Layered Application

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Layered Application

    Quote Originally Posted by csvivek View Post
    Also for layers i thought i will use multiple transparent widgets , is this ok ?
    Not really.

    But i am not very clear whether to add the new data to already existing scene or create a new scene , also how to delete these data after certain period.
    Use a single scene and add or remove items on demand. You remove them by deleting them or using scene API for removing items (guess how the method is called).

    so can any of u suggest how this porting could be done. will it be easier to do the porting to graphic view from QPainter for my requirement?
    I say port to GV.
    Last edited by wysota; 3rd April 2008 at 08:37.

Similar Threads

  1. Loading library from application
    By mourad in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd April 2008, 15:10
  2. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  3. Replies: 3
    Last Post: 8th December 2006, 18:51
  4. Replies: 3
    Last Post: 31st March 2006, 18:38

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
  •  
Qt is a trademark of The Qt Company.