switch from PyQt6 to PySide6
PySide6 uses LGPL instead of GPL, which is much nicer to work with.
This commit is contained in:
@@ -4,8 +4,8 @@ import tempfile
|
||||
import threading
|
||||
from typing import Optional, Callable
|
||||
|
||||
from PyQt6.QtCore import QRunnable, QThreadPool
|
||||
from PyQt6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QCheckBox, QPushButton
|
||||
from PySide6.QtCore import QRunnable, QThreadPool
|
||||
from PySide6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QCheckBox, QPushButton
|
||||
|
||||
from bigtext import BigText
|
||||
from logFileModel import LogFileModel
|
||||
|
||||
Reference in New Issue
Block a user