Titel und einige Beschriftungen geändert
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>MainWindow</string>
|
||||
<string>DocuMentor</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
@@ -190,7 +190,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_6">
|
||||
<property name="text">
|
||||
<string>Referenz</string>
|
||||
<string>Vorher (Referenz)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -210,7 +210,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_7">
|
||||
<property name="text">
|
||||
<string>Neu</string>
|
||||
<string>Nachher (Neu)</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
@@ -242,7 +242,7 @@ class Ui_MainWindow(object):
|
||||
# setupUi
|
||||
|
||||
def retranslateUi(self, MainWindow):
|
||||
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"MainWindow", None))
|
||||
MainWindow.setWindowTitle(QCoreApplication.translate("MainWindow", u"DocuMentor", None))
|
||||
self.actionNeu.setText(QCoreApplication.translate("MainWindow", u"Neu ...", None))
|
||||
#if QT_CONFIG(shortcut)
|
||||
self.actionNeu.setShortcut(QCoreApplication.translate("MainWindow", u"Ctrl+N", None))
|
||||
@@ -256,8 +256,8 @@ class Ui_MainWindow(object):
|
||||
self.pushButton_2.setText(QCoreApplication.translate("MainWindow", u"Alle generieren", None))
|
||||
self.label.setText("")
|
||||
self.label_2.setText("")
|
||||
self.label_6.setText(QCoreApplication.translate("MainWindow", u"Referenz", None))
|
||||
self.label_7.setText(QCoreApplication.translate("MainWindow", u"Neu", None))
|
||||
self.label_6.setText(QCoreApplication.translate("MainWindow", u"Vorher (Referenz)", None))
|
||||
self.label_7.setText(QCoreApplication.translate("MainWindow", u"Nachher (Neu)", None))
|
||||
self.label_5.setText(QCoreApplication.translate("MainWindow", u"Zoom", None))
|
||||
self.label_3.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))
|
||||
self.label_4.setText(QCoreApplication.translate("MainWindow", u"TextLabel", None))
|
||||
|
||||
Reference in New Issue
Block a user