Bugfix : migration de Qt5 -> Qt6

This commit is contained in:
Philippe Roy 2024-01-02 08:42:05 +01:00
parent 925f1d1c1e
commit 9a9755b3cc
1 changed files with 2 additions and 2 deletions

View File

@ -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