Skip to content

Commit

Permalink
support PySide6-Essentials: QtWebEngineCore si part of PySide6-Addons
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Oct 18, 2023
1 parent 6f53bbf commit 36bf7fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/asammdf/gui/widgets/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

import numpy as np
from PySide6 import QtCore, QtWidgets
from PySide6.QtWebEngineCore import QWebEngineSettings

try:
from PySide6.QtWebEngineCore import QWebEngineSettings
from pyqtlet2 import L, leaflet, MapWidget

except:
print(format_exc())
pass
Expand Down

0 comments on commit 36bf7fd

Please sign in to comment.