From 9a9755b3ccb387eaf012b62e3a8c3df770245107 Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Tue, 2 Jan 2024 08:42:05 +0100 Subject: [PATCH] Bugfix : migration de Qt5 -> Qt6 --- rp_file_qt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rp_file_qt.py b/rp_file_qt.py index 6239008..e65d7cd 100644 --- a/rp_file_qt.py +++ b/rp_file_qt.py @@ -1,6 +1,6 @@ import sys -from PyQt5 import QtWidgets -from PyQt5.QtWidgets import QApplication, QFileDialog +from PyQt6 import QtWidgets +from PyQt6.QtWidgets import QApplication, QFileDialog ############################################################################### # rp_file_qt.py