Re: [PyQt] Trigger mouse click on arbitrary coordinate using Webkit?

2010-07-27 Thread Albert Cervera i Areny
A Dimarts, 27 de juliol de 2010, Yao Ko va escriure: Hi, I'm using Qt Webkit to load a a webpage and interact with it. Is there a way to programmatically trigger a mouse click given the X, Y coordinates of a webpage? So far, I was able to use QWebFrame.hitTestContent(QPoint) to get the

[PyQt] connect problem on windows xp

2010-07-27 Thread Fabio Mauri
Hi all, I'm trying to get an application run on both windows xp and ubuntu 10.04 platforms. My app imports twisted, coherence and PyQt. The problem is that under windows XP the signals seems not to be connected to slots, even if the QObject.connect() returns True. Clicking on buttons have no

Re: [PyQt] connect problem on windows xp

2010-07-27 Thread makhamisa senekane
Hi, could you please provide us with your code, because I run most of my applications on windows XP, and they work very well(using signal/slot connections). Makhamisa On Tue, Jul 27, 2010 at 10:15 AM, Fabio Mauri fabio.ma...@gmail.com wrote: Hi all, I'm trying to get an application run on

Re: [PyQt] connect problem on windows xp

2010-07-27 Thread Fabio Mauri
Hi,    the whole file is quite big, but I think that the following is the interesting part (if you need something more, ask me and I'll post it): class UPnPgui(QtCore.QObject, Ui_Wdw):     def __init__(self, sear):     self.version = 0.5b     self.s = sear     self.serva = [] #

[PyQt] PyQt Installer Does Not Run

2010-07-27 Thread Ben Thompson
Hi, I just tried to install PyQt for Windows Vista 64 and Python 2.6. The latter is installed in the sense that I can type python at a prompt and get ActivePython 2.6.4.10 (ActiveState Software Inc.) based on Python 2.6.4 (r264:75706, Jan 22 2010, 17:24:21) [MSC v.1500 64 bit (AMD64)] on

Re: [PyQt] PyQt Installer Does Not Run

2010-07-27 Thread Phil Thompson
On Tue, 27 Jul 2010 11:42:51 +0100, Ben Thompson p...@kilgore.demon.co.uk wrote: Hi, I just tried to install PyQt for Windows Vista 64 and Python 2.6. The latter is installed in the sense that I can type python at a prompt and get ActivePython 2.6.4.10 (ActiveState Software Inc.) based

Re: [PyQt] Issue with pyqtSlot(QModelIndex, QModelIndex)

2010-07-27 Thread Phil Thompson
On Tue, 27 Jul 2010 06:12:23 +0200, Sybren A. Stüvel syb...@stuvel.eu wrote: Dear list, I've just upgraded from PyQt 4.6 (PyQt-Py2.6-gpl-4.6-1.exe) to version 4.7.4 (PyQt-Py2.6-gpl-4.7.4-1.exe), and the upgrade introduced a crash in my program. I've narrowed it down to this example:

Re: [PyQt] Issue with pyqtSlot(QModelIndex, QModelIndex)

2010-07-27 Thread Sybren A . Stüvel
On Tue, Jul 27, 2010 at 12:05:34PM +0100, Phil Thompson wrote: Should be fixed in tonight's snapshot - a patch is attached if you can't wait. As this is a regression I'll make a new PyQt release in a few days - once I've had confirmation that the fix doesn't cause any other problems.

Re: [PyQt] Rapid GUI Programming with Python and Qt

2010-07-27 Thread Hans-Peter Jansen
On Thursday 22 July 2010, 12:29:50 projet...@club-internet.fr wrote: Hello, I certainly hope to cover WebKit. You'll make an happy man... ;-) You mean a binary package I guess... that's one for Phil:-) Yes. You might want to compile it yourself now, _and_ make notes for every

Re: [PyQt] Rapid GUI Programming with Python and Qt

2010-07-27 Thread Jan Haag
Now, if Phil would want to produce binary support for MacOS, he would had to make many choices, only to harvest whining users, because the concrete variant, they _instantly_ need, is missing. Be assured, that those users will have all valid reasons on why they need that special combination,

[PyQt] Subclassing QTableView

2010-07-27 Thread Dom
Hi- I've been having a problem the last few days retaining the visibility of selection highlighting on a table cell when the window containing a qtableview loses focus, I assume that to disable this I'll need to subclass the qtableview widget, once I've done that what attributes do I need to

[PyQt] question about dip plugins

2010-07-27 Thread Darren Dale
The dip documentation at http://www.riverbankcomputing.com/static/Docs/dip/plugins_tutorial.html mentions: ... When a plugin requests a service the plugin manager will choose which service is actually used. The plugin does not care about the particular service, its only concern is that it has an