EXPERIMENTAL: switch from PyQt6 to PySide6
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import subprocess
|
||||
import tempfile
|
||||
import os
|
||||
from PyQt6 import QtCore, QtGui, QtWidgets
|
||||
from PySide6 import QtCore, QtGui, QtWidgets
|
||||
|
||||
from src.ui.dialogs.Ui_mail_preview import Ui_eMailPreview as Ui_Dialog
|
||||
from omegaconf import OmegaConf
|
||||
|
||||
Reference in New Issue
Block a user