Results 1 to 19 of 19

Thread: how resize the Qwidget objects within a window

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: how resize the Qwidget objects within a window

    If B and C inherit class A, the typical meaning of derived, then the question makes no sense. B is an A and C is an A. This has nothing to do with the number of windows displayed on screen or communication between them.

    I suspect you have three completely independent windows, A, B, and C, showing some widgets. You want events in A to trigger actions in B or C. You need to read about signals and slots

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

    vinayaka (25th May 2011)

Similar Threads

  1. how to resize Qmainwindow with Qwidget ?
    By zeynepb.bil in forum Qt Programming
    Replies: 10
    Last Post: 28th September 2017, 23:48
  2. Replies: 3
    Last Post: 9th January 2010, 15:47
  3. Replies: 11
    Last Post: 25th February 2009, 17:35
  4. Resize QWidget in QMainWindow
    By aamer4yu in forum Qt Programming
    Replies: 1
    Last Post: 8th March 2007, 12:16
  5. Drawing on QWidget - strech & resize
    By kemp in forum Qt Programming
    Replies: 5
    Last Post: 22nd January 2007, 14:39

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.