Skip to content
Snippets Groups Projects
message_box.py 146 B
Newer Older
import PyQt4.QtGui as QtGui

def warning(error):

   ex = QtGui.QWidget()
   QtGui.QMessageBox.warning(ex,"Frequency Domain Analysis",str(error))