changed window title

This commit is contained in:
Lucas Pleß 2014-12-03 17:45:49 +01:00
parent 83e63c20ea
commit e0f49c1232
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
</font>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>DumpGrabberMain</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">

View File

@ -2,8 +2,8 @@
# Form implementation generated from reading ui file 'dump_grabber.ui'
#
# Created: Tue May 13 06:55:09 2014
# by: PyQt4 UI code generator 4.10.3
# Created: Wed Dec 3 17:45:11 2014
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
@ -187,5 +187,5 @@ class Ui_MainWindow(object):
QtCore.QMetaObject.connectSlotsByName(MainWindow)
def retranslateUi(self, MainWindow):
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow", None))
MainWindow.setWindowTitle(_translate("MainWindow", "DumpGrabberMain", None))