Hello im following the great PyQt courses ( https://pythonprogramming.net/application-structure-pyqt-tutorial/ ) but i tried to add a text string using QLabel well, i do the same in this page above: https://pythonprogramming.net/application-structure-pyqt-tutorial/ and added <pre class='prettyprint lang-py'> class Window(QtGui.QMainWindow):