Better title

This commit is contained in:
Luke Campagnola 2018-03-29 18:30:46 -07:00
parent 1e1ce78a51
commit 043a3b4d6d

View File

@ -26,7 +26,7 @@ class ExampleLoader(QtGui.QMainWindow):
self.cw = QtGui.QWidget()
self.setCentralWidget(self.cw)
self.ui.setupUi(self.cw)
self.setWindowTitle("Examples")
self.setWindowTitle("PyQtGraph Examples")
self.codeBtn = QtGui.QPushButton('Run Edited Code')
self.codeLayout = QtGui.QGridLayout()