Results 1 to 11 of 11

Thread: child widget resize to parent widget

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    Feb 2010
    Location
    Sydney, Australia
    Posts
    111
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    18
    Thanked 5 Times in 5 Posts

    Default Re: child widget resize to parent widget

    One better:

    Qt Code:
    1. Spreadsheet::Spreadsheet(int r, int c, QWidget* parent) : QTableWidget(r, c, parent)
    2. {}
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to stefanadelbert for this useful post:

    gkarthick5 (23rd August 2011)

Similar Threads

  1. Replies: 7
    Last Post: 14th January 2010, 09:47
  2. Replies: 4
    Last Post: 3rd October 2009, 09:19
  3. How to move child widget with parent widget?
    By anupamgee in forum Qt Programming
    Replies: 3
    Last Post: 19th June 2009, 16:23
  4. let parent widget grow with child widget?
    By BeS in forum Qt Programming
    Replies: 3
    Last Post: 17th February 2009, 12:17
  5. Move child widget along with the parent widget
    By sreedhar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 13:00

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.