qtwebkit
Web technologies in GUI apps
What\'s your experience in using web technologies (HTML, XML, CSS, JavaScript) to implement part of the functionality of a GUI application? Pros and cons, please.[详细]
2023-02-02 11:50 分类:问答JSFunction as parameter in Qt slot?
I want to write a Qt slot similar to following javascript, function testFunc( func1,func2,cond ) { if ( cond == 1)[详细]
2023-02-01 09:16 分类:问答QtWebkit and hasPendingEvents() always True
I use project webkit2png (slightly appended) to take screenshots in Linux. On the server running the latest version QtWebkit and Python 2.6[详细]
2023-01-29 06:23 分类:问答Qt/webkit and flash
I have installed pyqt 4.8.1 on xp and Qt in package. I have a tag like <object ...> <param value=\'1.swf\'>[详细]
2023-01-28 14:18 分类:问答QtWebkit: How to check HTTP status code?
I\'m writing a thumbnail generator as per an example in the QtWebkit documentation. I would like to avoid screenshots of error pages such as 404 not found or 503 Internal ser开发者_JAVA百科ver error.[详细]
2023-01-28 02:40 分类:问答QtWebkit: Support for javascript page opens?
I\'m trying to get QtWebkit to allow page opens via Javascript without success. I don\'t use QWebView, only QWebPage (running headless). I derived from QWebPage and overrode createWindow (currently m[详细]
2023-01-27 06:07 分类:问答Qt webkit programming, what's the corresponding Qt data types to Javascript data types?
I am currently working on this topic: http://doc.qt.io/qt-5/qtwebkit-bridge.html I have a C++ class that maps a Javascript object and I want my C++ function to return any Javascript data types, such[详细]
2023-01-27 02:25 分类:问答Command-line browser with support for javascript rendering which outputs only the rendered HTML
I want a fast way to retrieve a page given a URL, but not getting only the simple HTML, but the HTML after executing javascript.[详细]
2023-01-27 01:04 分类:问答Using Qt QWebPage in a Windows QtService
I am using QtService to write a web page thumbnail rendering service.Is it possible to include sufficient of the Gui libraries to keep QtWebKit happy without running into the restriction on interactiv[详细]
2023-01-26 21:52 分类:问答packaging qtwebkit for windows
I\'m developing a qtwebkit based editor on linux using pyqt.I would like to package it for windows too.Is it possible?what is the procedure for that?I could not find any g开发者_开发知识库oogling.I\'d[详细]
2023-01-23 06:19 分类:问答