Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Message set in QMessageBox not displayed
Forum Update on Monday, May 27th 2025

Message set in QMessageBox not displayed

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 535 Views
  • 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 Offline
    V Offline
    VIAlina
    wrote on 15 Nov 2014, 12:24 last edited by
    #1

    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
    0

    1/1

    15 Nov 2014, 12:24

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved