Results 1 to 8 of 8

Thread: Layout problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    137
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    9

    Default Re: Layout problem

    Hi,

    Here I am attaching my real layout image which I now have to make it in Qt.

    Thank You,

    Baluk
    Attached Images Attached Images

  2. #2
    Join Date
    Oct 2010
    Posts
    37
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    3
    Thanked 1 Time in 1 Post

    Default Re: Layout problem

    make one VBoxLayout holding the 2 panels in the left. Use setStretchFactor to set the relevant weights. Attach this to a blank widget X

    then make another HBoxLayout, add the widget X on the left, and your third widget on the right. easy.

  3. #3
    Join Date
    Jun 2010
    Posts
    137
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    9

    Default Re: Layout problem

    I used QFrame, But I had trouble with intersecting the lines.
    Last edited by baluk; 22nd October 2010 at 17:53.

  4. #4
    Join Date
    Jun 2010
    Posts
    137
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    9

    Default Re: Layout problem

    I Want to close this post because a different layout has been taken. Thanks to all.

Similar Threads

  1. Layout problem
    By MorrisLiang in forum Qt Programming
    Replies: 8
    Last Post: 14th September 2010, 16:53
  2. Problem with layout!
    By sang in forum Qt Programming
    Replies: 2
    Last Post: 24th August 2010, 22:01
  3. Problem with layout
    By franco.amato in forum Qt Programming
    Replies: 3
    Last Post: 18th December 2009, 20:32
  4. Layout Problem
    By sabonis in forum Qt Tools
    Replies: 4
    Last Post: 3rd March 2008, 21:57
  5. Layout problem
    By vijay anandh in forum Qt Programming
    Replies: 1
    Last Post: 13th July 2006, 00:05

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