Results 1 to 2 of 2

Thread: Flicker while changing from one view to another view

  1. #1
    Join Date
    Feb 2009
    Posts
    189
    Thanks
    2

    Talking Flicker while changing from one view to another view

    Dear Friends
    I have got an application where I have multiple set of menuBars, toolBars and QGraphicsView and QTreeWidget. While clicking on button we can have different view to visualize different entities. While changing to different view, it takes a bit long time and flickering the menus amd toolbars happening. Means menu bars and toolbars and even my treeWidget are displacing and finally placing at the right position.

    How can I overcome this situation.
    I want the changing should happend smoothly and faster without any flickering.

    Please give me some suggestions.

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Flicker while changing from one view to another view

    Don't draw everything and the kitchen sink when updating the screen. Draw only those things that are on screen and that have been changed.

    I find it difficult to imagine your situation. Can you provide at least some screenshots of how your windows look?

Similar Threads

  1. Replies: 5
    Last Post: 3rd April 2010, 04:07
  2. Replies: 1
    Last Post: 1st February 2010, 18:42
  3. Replies: 2
    Last Post: 10th August 2009, 09:45
  4. Replies: 5
    Last Post: 21st November 2007, 20:38
  5. Model-view: Creating a custom view
    By taboom in forum Qt Programming
    Replies: 5
    Last Post: 17th August 2007, 20:36

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.