Results 1 to 9 of 9

Thread: QWidget::update does not work!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QWidget::update does not work!

    QHboxLayout is a subclass of QLayout, so you can use any method that QLayout has, for example QLayout::addWidget

  2. #2
    Join Date
    Mar 2011
    Posts
    7
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: QWidget::update does not work!

    Thanks a lot for your help.
    It works now. I just added
    Qt Code:
    1. ang->show()
    To copy to clipboard, switch view to plain text mode 
    because the isVisible() used to return false

Similar Threads

  1. Replies: 1
    Last Post: 16th September 2010, 15:57
  2. Replies: 0
    Last Post: 29th April 2010, 05:44
  3. Unable to update QTableWidget which is on Different QWidget from MainWindow
    By sagar.mangalwedhekar in forum Qt Programming
    Replies: 1
    Last Post: 12th March 2010, 07:07
  4. update() in QWidget
    By salmanmanekia in forum Qt Programming
    Replies: 5
    Last Post: 28th July 2008, 08:03
  5. QWidget::update() qeustion
    By tanki95 in forum Qt Programming
    Replies: 7
    Last Post: 14th March 2008, 02:29

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.