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 Updated to NodeBB v4.3 + New Features

Message set in QMessageBox not displayed

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 547 Views 1 Watching
  • 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 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

    • Login

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