Home
last modified time | relevance | path

Searched refs:alertBox (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dmainwindow.cpp
/glogg/src/
H A Dmainwindow.cpp642 QMessageBox alertBox; in handleLoadingFinished() local
643 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()