Skip to content

Commit

Permalink
fix pyet_ui.py version
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgonLaurent committed Nov 22, 2019
1 parent c5a60b9 commit 6451f7a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyet_ui.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file '.\pyEtude.ui'
# Form implementation generated from reading ui file 'pyEtude.ui'
#
# Created by: PyQt5 UI code generator 5.9.2
# Created by: PyQt5 UI code generator 5.12.3
#
# WARNING! All changes made in this file will be lost!


from PyQt5 import QtCore, QtGui, QtWidgets


class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
Expand Down Expand Up @@ -2239,4 +2241,3 @@ def retranslateUi(self, MainWindow):
self.gitHubLabel.setText(_translate("MainWindow", "<html><head/><body><p><a href=\"https://github.com/BourgonLaurent/pyEtude/blob/master/LICENSE\"><span style=\" text-decoration: underline; color:#f0f0f0;\">© Laurent Bourgon Sous la license MIT</span></a></p><p><span style=\" color:#f0f0f0;\"><br/></span></p><p><a href=\"https://github.com/BourgonLaurent/pyEtude\"><span style=\" text-decoration: underline; color:#f0f0f0;\">Projet GitHub</span></a></p><p><a href=\"https://github.com/BourgonLaurent/pyEtude#faq\"><span style=\" text-decoration: underline; color:#f0f0f0;\">Vous avez un problème?</span></a></p></body></html>"))
self.tabWidget.setTabText(self.tabWidget.indexOf(self.aboutTab), _translate("MainWindow", "À Propos"))
self.tabWidget.setTabToolTip(self.tabWidget.indexOf(self.aboutTab), _translate("MainWindow", "À Propos"))

0 comments on commit 6451f7a

Please sign in to comment.