Results 1 to 4 of 4

Thread: QProgressBar appearance only in MdiSubWindow

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jul 2011
    Posts
    26
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    11

    Default Re: QProgressBar appearance only in MdiSubWindow

    nope ... I call

    Qt Code:
    1. progress = new QProgressbarDialog(this);
    2. progress->setModal(true);
    3. progress->setVisible(true);
    4. progress->show();
    To copy to clipboard, switch view to plain text mode 

    and it blocks my minwindow
    Last edited by revellix; 15th August 2011 at 11:43.

Similar Threads

  1. Could not get focus on input widgets in mdisubwindow
    By Askar in forum Qt Programming
    Replies: 0
    Last Post: 19th January 2011, 14:29
  2. QPrintDialog appearance
    By dair in forum Qt Programming
    Replies: 4
    Last Post: 21st July 2010, 10:54
  3. Public function called on MDISubWindow ignores code
    By ad5xj in forum Qt Programming
    Replies: 2
    Last Post: 24th February 2009, 16:29
  4. MDISubWindow will not resize
    By ad5xj in forum Qt Programming
    Replies: 3
    Last Post: 22nd February 2009, 22:17
  5. Replies: 6
    Last Post: 4th February 2009, 07:46

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.