Results 1 to 2 of 2

Thread: Qt Modal/Modeless possible bug in MS Windows

  1. #1
    Join Date
    Jun 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt Modal/Modeless possible bug in MS Windows

    In Qt 4.4.0, Windows platform:
    1. I create a modeless QDialog.
    2. "show ()" it.
    3. Open a Modal window (example, a "QFileDialog::getOpenFileName").
    4. When it returns, the modeless windows is inaccesible (freeze).

    In Linux, there is no problem.

    What happens?

    Thanks in advance.

    Edit: QWidget tried and the same problem.
    Last edited by Daliphant; 11th June 2008 at 12:09.

  2. #2
    Join Date
    Jun 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt Modal/Modeless possible bug in MS Windows

    Solved: The QMainDialog never can be Modal. Put "setWindowModality (Qt::NonModal );" in its constructor.

Similar Threads

  1. Windows not appearing in XP.
    By beardybloke in forum Qt Programming
    Replies: 7
    Last Post: 24th October 2007, 17:32
  2. Deploying with MySQL support under Windows
    By KShots in forum Installation and Deployment
    Replies: 1
    Last Post: 12th October 2006, 09:19
  3. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  4. MDI windows without QWorkspace
    By Big Duck in forum Newbie
    Replies: 2
    Last Post: 16th June 2006, 17:15

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.