I would like to create a specialized browser that can enter certain information semi-automatica开发者_如何学编程lly into pages that are browsed. I am using for this Qt Webkit (in particular the python
Im planing to do some GUI development using pyqt4 pykde and python3.1 on Kubuntu 10.4. In the research I did I found out that most of the things are available as packages in repositories and some of t
I am building a specialized browser based on Qtwebkit. I would like to save the session information when logging into authenticate开发者_如何学运维d websites and load this information again when I res
i\'m working with PyQt4 to make a simple Python GUI app. The situation is the following: i have an QMainWindow displaying a central widget and a QDockWidget containing this custom Widget:
I have a Python program uses Qt (PyQt4 in fact) and when I launch it from its main.py, I get a console window and the GUI window (on Windows, of course).
Actualy, i have different tabs. what I wanted to achieve is, - user clicked a link from tab 1 - and it will immediately display QTextBrowser in tab 2, at the html anchor i set.
I have a QWebView, which works fine. Then, using code from spynner, I attempt to bind the useragent method to a custom method. This appears to work in s开发者_开发知识库pynner (with a QWebPage), but n
In my code (python2.6, PyQt4) I do something like this: def myRun(): doStuff thread = QtCore.QThread() thread.run 开发者_StackOverflow中文版= myRun
web_view_crash.py import sys from PyQt4.QtGui import * from PyQt4.QtCore import * from PyQt4.QtWebKit import *
I want to make a QT4 (using QT designer) dialog, that contains a part where a file has to be selected.