qwebview
QWebView needs administrator rights in Windows 7 to access Site over https
I use a QWebView to acce开发者_运维技巧ss a web page over https. I already applied this tip http://developer.qt.nokia.com/forums/viewthread/5861, to ignore SSL errors. However, on Windows 7 I need to[详细]
2023-04-12 00:26 分类:问答Qt QWebView and passing data from JavaScript
I\'ve got a Qt program where a user can select the location by Google Maps. I\'m using a simple HTML file for creating the map and load this file in the QWebView control:[详细]
2023-04-04 23:59 分类:问答QT using addToJavaScriptWindowObject()
I am trying to use void QWebFrame::addToJavaScriptWindowObject(const QString & name, QObject * object).My problem is when I try and call the function in the JavaScript[详细]
2023-04-04 23:43 分类:问答Add a QLineEdit to a qtoolbar in qtcreator (designer)
I have trouble with adding controls as a QLineEdit to a QToolbar from the IDE itself not by adding code (I can\'t do a开发者_JAVA技巧ny GUI coding without a WYSIWYG editor)[详细]
2023-04-04 10:00 分类:问答How do you set up multiple multithreaded QWebViews in PyQt?
I am trying to make an application in Python using PyQt that can fetch the generated content of a list of URLs and process the fetched source with the help of multiple threads. I need to run about ten[详细]
2023-03-29 13:11 分类:问答QWebView doesn't open links in new window and not start external application for handling pdf
I am using a QWebView in this way: QWebView *window = new QWebView(); window->setUrl(QString(\"my url\"));[详细]
2023-03-25 05:42 分类:问答QWebPage force to open link in same tab
I\'m working on a one tab browser in Qt and I\'ve encountered a problem: The links on the web that lead to external websites are set to open in a new tab (using taget=\'_blank\'). However, si开发者_高[详细]
2023-03-19 06:39 分类:问答How to change qwebview's background image, color and font color
I want to change my webview\'s background image, color and font color. I tried setBackgroundRole method but it only have few color. It doesn\'t have the color that I want. And I don\'t find how to set[详细]
2023-03-14 19:01 分类:问答How to print a variable to Linux console using Javascript and QWebview
Inside a function which IS getting called through Qt\'s QWebView: document.write (\"11\"); The above statement doesn\'t show anything on the console![详细]
2023-03-10 07:41 分类:问答Map doesn't respond on mouse clicks with Google Maps API V3 and QWebView
EDIT 4 All this while I was thinking that it is the markers problem, that they do not get dragged! Now I have realized, that NO mouse click works on the map when it is displayed in Qt widget.[详细]
2023-03-09 16:24 分类:问答