We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0dddc commit a188e19Copy full SHA for a188e19
1 file changed
Nagstamon/qui/qt.py
@@ -54,6 +54,8 @@
54
from PyQt6.QtMultimedia import QAudioOutput
55
from PyQt6.QtWebEngineCore import QWebEnginePage
56
from PyQt6.QtWebEngineWidgets import QWebEngineView
57
+ from PyQt6.QtSvg import QSvgRenderer
58
+ from PyQt6.QtSvgWidgets import QSvgWidget
59
60
# get int-ed version parts
61
QT_VERSION_MAJOR, QT_VERSION_MINOR = [int(x) for x in QT_VERSION_STR.split('.')[0:2]]
@@ -80,6 +82,8 @@
80
82
81
83
84
85
86
87
88
89
0 commit comments