qtwebkit
QWebFrame::evaluateJavaScript vs. script-tag in HTML
I want to develop an application that uses QtWebKit and JQuery. What I need to know is, is there any difference between reading JQuery from a file and evaluateJavaScript it, or embedding it as a scr[详细]
2022-12-30 17:26 分类:问答Changing Textbox and other UI components in Qt/Webkit?
I am making my own browser with Qt/Webkit for touch screen devices. I want to have My own editbox in browser ( so t开发者_开发技巧hat when user click on it, I can open virtual keyboard), Touch friendl[详细]
2022-12-28 00:55 分类:问答how to get response in QtWebKit
im beginner with QtWebK开发者_StackOverflow社区it i build simple web frame that loaded page ( server side )[详细]
2022-12-23 02:20 分类:问答QWebElement manipulation of a QWebPage in a separate thread
I have a QWebPage created in the main thread (you can\'t create it anywhere else). I would like to manipul开发者_如何学运维ate this page using the QWebElement API introduced in Qt 4.6, but in a separa[详细]
2022-12-19 18:48 分类:问答Disable text selection in QT/WebKit GUI
I\'m checking if it would be possible to implement a GUI using HTML through PyQT and WebKit. One of the problem is that using the mouse you can select the text making up the interface. Can this behavi[详细]
2022-12-19 13:17 分类:问答add a new plugins path to Qtwebkit
I am trying to extend the search paths that qtwebkit uses to search for plugins. Basically I\'m creating a plugin that is designed using the QTBrowserPlugin class and I am trying to make my browser wh[详细]
2022-12-17 23:05 分类:问答