Results 1 to 2 of 2

Thread: Resize Problem

  1. #1
    Join Date
    Sep 2006
    Posts
    6

    Default Resize Problem

    Hi everybody,

    I've developped an application using QT 3.1 and visual C++. The application
    model is a main window SDI.

    When I resize the interface, it works fine in the PC in which I developped
    the programm. But when I change the PC with a different screen size, I had
    an important empty part in the interface.

    I used this :
    Qt Code:
    1. setSizePolicy(QSizePolicy::Expanding,QSizePolicy::Expanding);
    To copy to clipboard, switch view to plain text mode 
    but it doesn't work.

    Anybody has an idea how to resolve this problem?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Resize Problem

    Could you provide a bit more information on how the GUI looks like and what does it actually contain. Maybe a screenshot if possible?
    J-P Nurmi

Similar Threads

  1. Unable to resize a QCanvas.
    By yellowmat in forum Newbie
    Replies: 2
    Last Post: 21st June 2006, 12:52
  2. QTable resize problem with large tables
    By Robzzz in forum Newbie
    Replies: 3
    Last Post: 22nd May 2006, 14:13
  3. Problem with bitBlt
    By yellowmat in forum Newbie
    Replies: 1
    Last Post: 5th April 2006, 14:08
  4. Replies: 16
    Last Post: 7th March 2006, 15:57
  5. postponing resize event
    By Honestmath in forum Qt Programming
    Replies: 11
    Last Post: 26th February 2006, 00:32

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.