Re: [PyQt] googlemap api

2009-11-04 Thread Ville M. Vainio
On Wed, Nov 4, 2009 at 9:14 PM, Ahmet Erdinc YILMAZ wrote: > module . However I encounter some problems in the web. It is said that some > javascript calls may be problematic in this module. We have not started the You can verify Qt Webkit functionality easily by testing a site functionality wit

[PyQt] googlemap api

2009-11-04 Thread David Boddie
On Wed Nov 4 19:14:47 GMT 2009, Ahmet Erdinc YILMAZ wrote: > I want to use google map api in my qt application. And the way is > qtWekbit module . However I encounter some problems in the web. It is > said that some javascript calls may be problematic in this module. We > have not started the proj

[PyQt] googlemap api

2009-11-04 Thread Ahmet Erdinc YILMAZ
Hello, I want to use google map api in my qt application. And the way is qtWekbit module . However I encounter some problems in the web. It is said that some javascript calls may be problematic in this module. We have not started the project yet and I want to use pyqt. Is there anything you c

Re: [PyQt] SIP default exception handler

2009-11-04 Thread Phil Thompson
On Tue, 03 Nov 2009 17:04:38 +0100, Sébastien Petitdemange wrote: > Hi, > > We have tested your snapshot code and it works as expected. In fact, we > had a rather "obscure" problem where our exceptions were thrown in our > library, but it was not seen by your specific catch route. After a lot > o

[PyQt] Drag and Drops on Mac OS X

2009-11-04 Thread Greg Smith
Hey everyone, I seem to be having difficulty getting drag and drops working on a tool I am porting over from Windows to OS X. The short and skinny is that I want to be able to drag a file from a finder into a model based list view and the file name show up in the list view. I get the cursor icon to

Re: [PyQt] How to read this mailing list?

2009-11-04 Thread Sebastian Linke
I read it using http://old.nabble.com/PyQt-f23444.html -- View this message in context: http://old.nabble.com/How-to-read-this-mailing-list--tp26192857p26201163.html Sent from the PyQt mailing list archive at Nabble.com. ___ PyQt mailing listPyQt@

Re: [PyQt] Re: Global Shorcuts

2009-11-04 Thread Manuel Enrique
On Wednesday 04 November 2009 04:58:27 am Hans-Peter Jansen wrote: > Manuel, does this work for you? I guess you're after global desktop > shortcuts, often combined with a systray app, similar to klipper and kding. > > I haven't checked PyQt4 yet, but for PyQt3 it indeed involved in speaking > to

[PyQt] problem with QAbstractItemModel

2009-11-04 Thread Vicent Mas
Hi, the attached script implements a minimal tree model featuring rows deletion. It works just fine with (Qt 4.4, PyQt 4.4.4). However, with (Qt 4.5.2, PyQt 4.5.4) and (Qt 4.5.2, PyQt 4.6.1) deleting the last row raises the following error: v...@rachael:/tmp$ python tmTester.py & [2] 6819 v...

Re: [PyQt] Konsole part doesn't emit "destroyed()" signal on "exit"

2009-11-04 Thread Phil Thompson
On Wed, 4 Nov 2009 21:43:02 +0800, Shamakhov Andrey wrote: > Hello! > > I have a program like this: > > > #!/usr/bin/python > > > import sys > import os > > from Py

Re: [PyQt] How to read this mailing list?

2009-11-04 Thread Mads Ipsen
Piotr Byzia wrote: Hi, I wonder how do you read this list? Separate emails is not the most convenient way as there are app. 350 messages per month. Daily Digest is messy when replying. Is there any online front-end where I can read messages, search the list, and answer to a given message?

[PyQt] Konsole part doesn't emit "destroyed()" signal on "exit"

2009-11-04 Thread Shamakhov Andrey
Hello! I have a program like this: #!/usr/bin/python import sys import os from PyKDE4.kdecore import * from PyKDE4.kdeui import * from PyKDE4.kparts import * fr

Re: [PyQt] Re: Global Shorcuts

2009-11-04 Thread Hans-Peter Jansen
On Wednesday 04 November 2009, 08:42:17 Wolfgang Rohdewald wrote: > On Wednesday 04 November 2009, Manuel Enrique wrote: > > How can I set a global shorcut for my app? > > look up setShortcutContext in the docu: > > res = KAction(self) > # should also work with QAction, I suppose > res.setShortcut(

[PyQt] How to read this mailing list?

2009-11-04 Thread Piotr Byzia
Hi, I wonder how do you read this list? Separate emails is not the most convenient way as there are app. 350 messages per month. Daily Digest is messy when replying. Is there any online front-end where I can read messages, search the list, and answer to a given message? Thanks, Piotr Byzi

[PyQt] SIGNAL from checkbox embedded in the QTreeWidgetItem?

2009-11-04 Thread Piotr Byzia
Hi, There is this email: http://www.riverbankcomputing.com/pipermail/pyqt/2009-October/024801.html Unfortunately, author did not post a follow-up post on how he got it done. I want to grab a signal from a checkbox added to the QTreeWidgetItem by the method: setCheckState(0, Qt.Checked) Cou

[PyQt] QComboBox inside the QTreeWidgetItem?

2009-11-04 Thread Piotr Byzia
Hi, This is my first post to the list, so hello everyone! I recently started developing a small PyQT4 application with VTK 3D visualization, and I encountered a few problems, first one is described in this email. I wanted to include a combo box inside my QTreeWidgetItem, but it does no a