Results 1 to 5 of 5

Thread: QLabel::setText causes part of widget to disappear

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2007
    Posts
    34
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QLabel::setText causes part of widget to disappear

    An off the cuff guess of where to look would be in the layout management for the frames/widgets involved. All it takes is one missing layout or a mis-applied sisePolicy on a widget to get behavior like you are describing.

  2. #2
    Join Date
    Jan 2006
    Location
    Genk, Belgium
    Posts
    36
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QLabel::setText causes part of widget to disappear

    Rebuilding the design from scratch resolved the problem. Probably indeed a missing/inappropriate layout.

Similar Threads

  1. Replies: 9
    Last Post: 8th May 2006, 14:21

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.