Searched refs:alertBox (Results 1 – 2 of 2) sorted by relevance
642 QMessageBox alertBox; in handleLoadingFinished() local643 alertBox.setText( "Not enough memory." ); in handleLoadingFinished()644 alertBox.setInformativeText( "The system does not have enough \ in handleLoadingFinished()646 alertBox.setIcon( QMessageBox::Critical ); in handleLoadingFinished()647 alertBox.exec(); in handleLoadingFinished()