Xanthos-Code / vintel

EVE Online Visual Intel Tool
113 stars 59 forks source link

Map is not scrolling from code due to API change converting from QT4 -> QT5 #116

Closed Xanthos-Code closed 8 years ago

Xanthos-Code commented 8 years ago

Pretty weird that the scrollPosition and getScrollPostion are no longer exposed in QWebEngine classes like they were for QWebView classes.

3vi1 commented 8 years ago

More of a QWebEngine issue than Qt4-> Qt5, eh? Dragging the map around still works for me in QWebView.

m4rkk commented 8 years ago

Yeah - I can move the scroll with javascript, just dont know how to track changes to the scroll.

3vi1 commented 8 years ago

Related: https://github.com/Xanthos-Eve/vintel/pull/117