From 1eaf21fd423e5dedf1ed4361b0e9b6cbbcfc9fa0 Mon Sep 17 00:00:00 2001 From: Debulois Date: Sun, 1 May 2022 11:44:09 +0200 Subject: Ajout gestion des missions coté client & pro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gui/windowRecherche.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/windowRecherche.py') diff --git a/src/gui/windowRecherche.py b/src/gui/windowRecherche.py index c86bcc9..dd71f08 100644 --- a/src/gui/windowRecherche.py +++ b/src/gui/windowRecherche.py @@ -23,11 +23,10 @@ def more_infos(mainWindow, proId): "Ville", ] text: list = [] - print(resRecherche) for i in range(len(resRecherche)): text.append(f"{label[i]}: {resRecherche[i]}") - QMessageBox.information( + QMessageBox.information( mainWindow, "Informations du pro", "\n".join(text) -- cgit v1.2.3