Results 1 to 5 of 5

Thread: How to gainst the window draw itself again and again?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2011
    Posts
    7
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question How to gainst the window draw itself again and again?

    A newbie to Qt. If any strange questions i've post, forgive me please.

    When window's move/resize envents happen,
    how can it only draw a dotted-rectangle instead,
    but do not let the system draw the window again and again.
    That's too slow.

    Yes, on windows platform, i can do it like this:

    Qt Code:
    1. SystemParametersInfo(SPI_SETDRAGFULLWINDOWS,
    2. FALSE, NULL, NULL);
    To copy to clipboard, switch view to plain text mode 

    Okay, i mean i need Cross Platform Code here.
    ---------------------------------------------

    THANK YOU SO MUCH!
    ------------------------

    Excuse me, for my English....and, any Chinese Qter here?
    Attached Images Attached Images

Similar Threads

  1. Replies: 2
    Last Post: 17th February 2011, 12:30
  2. Replies: 10
    Last Post: 10th February 2011, 23:31
  3. Replies: 2
    Last Post: 4th August 2010, 19:10
  4. Replies: 11
    Last Post: 4th June 2008, 07:22
  5. Replies: 5
    Last Post: 7th November 2006, 15:01

Tags for this Thread

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.