Skip to content

Commit 208dbd3

Browse files
author
Tyrone-PC
committed
Cambio de titulo en GUIBiblioteca
1 parent 8e57e79 commit 208dbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GUIBiblioteca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def setupUi(self, Form):
5151

5252
def retranslateUi(self, Form):
5353
_translate = QtCore.QCoreApplication.translate
54-
Form.setWindowTitle(_translate("Form", "Form"))
54+
Form.setWindowTitle(_translate("Form", "BIBLIOTECA UG"))
5555
self.btn_revistas.setText(_translate("Form", "Revistas"))
5656
self.btn_pedidos.setText(_translate("Form", "Pedidos"))
5757
self.btn_libros.setText(_translate("Form", "Libros"))

GUIBiblioteca.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
14-
<string>Form</string>
14+
<string>BIBLIOTECA UG</string>
1515
</property>
1616
<property name="styleSheet">
1717
<string notr="true">background-color: rgb(223, 223, 223);

0 commit comments

Comments
 (0)