Using PyQt? within giplt

This very minimalistic tutorial shows how to use Qt GUI elements within iplt.

In giplt, type in the following commands.

from PyQt4 import QtGui
QtGui.QMessageBox.information(None,'Hello World Dialog','Hello World')