move the hello world script out of the documentation

This commit is contained in:
Andreas Zweili 2018-12-22 13:52:54 +01:00
parent d254f9a0e1
commit 9a05b36ca8
4 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class HelloWindow(QMainWindow):
gridLayout = QGridLayout(self)
widget.setLayout(gridLayout)
text = QLabel("Hello World für die IBZ Diplomarbeit", self)
text = QLabel("Hello World \n für die IBZ Diplomarbeit", self)
text.setFont(QtGui.QFont('SansSerif', 20))
text.setAlignment(QtCore.Qt.AlignCenter)
gridLayout.addWidget(text, 0, 0)