From 6451f7a2a927ac918098c985b9ae13f079afc8ef Mon Sep 17 00:00:00 2001 From: Laurent Bourgon Date: Thu, 21 Nov 2019 23:14:53 -0500 Subject: [PATCH] fix pyet_ui.py version --- pyet_ui.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyet_ui.py b/pyet_ui.py index d03e8e3..f42080d 100644 --- a/pyet_ui.py +++ b/pyet_ui.py @@ -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") @@ -2239,4 +2241,3 @@ def retranslateUi(self, MainWindow): self.gitHubLabel.setText(_translate("MainWindow", "

© Laurent Bourgon Sous la license MIT


Projet GitHub

Vous avez un problème?

")) self.tabWidget.setTabText(self.tabWidget.indexOf(self.aboutTab), _translate("MainWindow", "À Propos")) self.tabWidget.setTabToolTip(self.tabWidget.indexOf(self.aboutTab), _translate("MainWindow", "À Propos")) -