Results 1 to 2 of 2

Thread: Dialog block in windows

  1. #1
    Join Date
    May 2008
    Posts
    276
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Dialog block in windows

    In linux everything works, in windows not.
    I am wondering if Qt is a real cross-platform library...
    Anyway, I have the following code:
    Qt Code:
    1. void MyPlot::gridset()
    2. {
    3. gridSettings->setVisible(true);
    4. gridSettings->raise();
    5. }
    To copy to clipboard, switch view to plain text mode 

    which is callad after a context menu action. In linux I get the dialog gridSettings (created by the designer), and I can user its controls and I can close it.
    In windows, it appears, blocks, and stary there forever....

  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: Dialog block in windows

    Could you attach the .ui file? Perhaps some modality property was messed up.
    J-P Nurmi

Similar Threads

  1. Dialog on right click on windows?
    By vishal.chauhan in forum Qt Programming
    Replies: 5
    Last Post: 4th August 2008, 09:36
  2. converting Windows dialog resources to ui
    By Thor28 in forum Qt Tools
    Replies: 3
    Last Post: 21st April 2008, 15:13
  3. Block close dialog
    By Mrdata in forum Newbie
    Replies: 2
    Last Post: 12th March 2007, 15:39
  4. Replies: 2
    Last Post: 5th February 2007, 17:42
  5. dialog box
    By Bahar in forum Qt Programming
    Replies: 3
    Last Post: 31st January 2006, 14:52

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.