QtScript enhancements
Posted: Tue Sep 18, 2018 8:56 pm
I'm really liking the Qt subsystem on Linux, but there are things I'm able to do with WinAPI and CocoaMessage that I can't do with QtScript. Would you consider implementing these, please?
WebGadget
I'd like to be able to determine if the WebGadget is able to go back or forwards on Linux with Qt. I am able to do this with CocoaScript on macOS and COMatePlus on Windows, but QtScript doesn't seem to give me access to what I need to do it on Linux.
QWebView has a history() function that returns a pointer to a QWebHistory object which in turn has canGoBack() and canGoForward() functions. Could support to access these be added to QtScript()?
Thank you.
WebGadget
I'd like to be able to determine if the WebGadget is able to go back or forwards on Linux with Qt. I am able to do this with CocoaScript on macOS and COMatePlus on Windows, but QtScript doesn't seem to give me access to what I need to do it on Linux.
QWebView has a history() function that returns a pointer to a QWebHistory object which in turn has canGoBack() and canGoForward() functions. Could support to access these be added to QtScript()?
Thank you.