Results 1 to 12 of 12

Thread: postponing resize event

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Feb 2006
    Posts
    15
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: postponing resize event

    Quote Originally Posted by jacek
    It should work without any problems. Maybe there is something wrong with your custom widgets? Or maybe you need more than one layout?


    The point is that if you wait in a single threaded program, then your program doesn't do anything else. If you block the program flow in widget A, then it will never reach widget B.
    There are no problems with my widgets. I have attached a small form that gives a simple example of why layouts have not worked. It is all about alignment. This example uses only simple built-in widgets, but my widgets get somewhat more complicated, e.g. widget 2 must left align with the center of widget 1, etc. If there is significantly more power and flexibility in the layout managers, I would be delighted to learn of it.

    Cheers,
    Math
    Attached Files Attached Files

Similar Threads

  1. Replies: 4
    Last Post: 19th February 2009, 11:10
  2. Resize event on stretch?
    By kodiak in forum Qt Programming
    Replies: 2
    Last Post: 3rd November 2008, 22:51
  3. Qt event queue overloading?
    By gct in forum Qt Programming
    Replies: 3
    Last Post: 17th March 2008, 18:39
  4. The event fired by the mouse click on the frame
    By Placido Currò in forum Qt Programming
    Replies: 8
    Last Post: 3rd March 2007, 09:05
  5. Resize event
    By boss_bhat in forum Qt Programming
    Replies: 5
    Last Post: 19th July 2006, 15:43

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.