switch from PyQt6 to PySide6
PySide6 uses LGPL instead of GPL, which is much nicer to work with.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from PyQt6.QtCore import QSettings
|
||||
from PySide6.QtCore import QSettings
|
||||
|
||||
|
||||
class CuteSettings:
|
||||
|
||||
Reference in New Issue
Block a user