Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Message set in QMessageBox not displayed

    General and Desktop
    1
    1
    465
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      VIAlina last edited by

      Hello, as this is my first post i`d like to first thank you all for the help I have found in other forum posts in the past :)
      Now for my question...
      I have the following code bit:
      @processing.setWindowTitle ( "Processing" );
      processing.setIcon(QMessageBox::Information);
      processing.setText("The file is being processed. Please wait!");
      processing.show();
      compare (item, item2);
      processing.hide ();@

      For some reason, it shows the window with its title, but it appears blank and I dont get why.
      When I call processing.exec(); instead, it appears just fine. But I can`t use it as i need control back to the application right away.

      Any ideas?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post