Results 1 to 2 of 2

Thread: Guide needed for layout management

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2013
    Posts
    2
    Qt products
    Qt5
    Platforms
    Windows

    Default Guide needed for layout management

    Hi Everyone!

    I have some questions regarding the lay out UI that I am about to make and need the path to it.

    I want my listwidgets and edit view to grow in all 4 directions or 2, I can imagine that it is only possible using layouts but please suggest me what lay out should I be using as I am lost in layouts.

    is it possible using Qt Designer or I have to go write things with code. please guide me to a path not just the documentaion, but the kind of layout that would be used and hints.

    and I use
    QPalette* palette = new QPalette();

    palette->setBrush(QPalette::Background,*(new QBrush(*(new QPixmap("C:\\background.jpg")))));

    setPalette(*palette);


    the issue is that I want the background to strech and skew according to the size of main window but in both techniques
    it actually becomes a repetitive image instead of scaling up.

    thanks
    Sikander
    Attached Images Attached Images

Similar Threads

  1. Layout management thoughts required
    By ChrisW67 in forum Qt Programming
    Replies: 2
    Last Post: 5th July 2011, 23:58
  2. Parsing Text File --> Guide Needed
    By Ali_Talib in forum Qt Programming
    Replies: 11
    Last Post: 6th January 2009, 17:19
  3. Replies: 3
    Last Post: 30th May 2008, 07:37
  4. Replies: 3
    Last Post: 4th April 2008, 19:51
  5. Layout Management Issues
    By dave in forum Newbie
    Replies: 3
    Last Post: 5th November 2006, 18:16

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.