Re: [PyQt] konsoleFactory::className()

2008-01-11 Thread Jim Bublitz
On Friday 11 January 2008 15:41, D.H.J. Takken wrote: > Op Friday 11 January 2008 17:56:29 schreef Jim Bublitz: > > On Friday 11 January 2008 06:48, D.H.J. Takken wrote: > > > Hi, > > > > > > Is there anyone having a look at this issue please? I was asked which > > > PyKDE I am using. I replied to

Re: [PyQt] pyqt and pycon

2008-01-11 Thread Horst Herb
On Saturday 12 January 2008, David Boddie wrote: > Some people are able to travel further than others - I'm happy to travel to > EuroPython and PyCon UK to give talks, but less comfortable with a long > distance trip to the US. I believe that in the current political climate many of us non-US resid

Re: [PyQt] pyqt and pycon

2008-01-11 Thread David Boddie
On Thu, 10 Jan 2008 09:02:54 -0700, Kerri Reno wrote: > I was really hoping that there would be some pyqt sessions (or tutorials) > at PyCon2008. It's a shame that there isn't any obvious PyQt-related content in the list of scheduled talks but, at community conferences like PyCon, it's up to indi

Re: [PyQt] konsoleFactory::className()

2008-01-11 Thread D.H.J. Takken
Op Friday 11 January 2008 17:56:29 schreef Jim Bublitz: > On Friday 11 January 2008 06:48, D.H.J. Takken wrote: > > Hi, > > > > Is there anyone having a look at this issue please? I was asked which > > PyKDE I am using. I replied to the list, but no response ever since > > You can try editing c

[PyQt] PyKDE4 solid question

2008-01-11 Thread Peter Liedler
Hello there, I try to work on a PyKDE4 application and have problems on finding tutorials, specially for configuration dialogs and solid. Currently I try to determine the block device address of my cdrom, but it always gives me the AttributeError: device. In the solid documentation there is a de

[PyQt] one column not wrapping in QTableView

2008-01-11 Thread Kerri Reno
Below is my code. The first column wraps, but the third column doesn't, and shows What am I doing wrong? I would like both columns to wrap. TIA, Kerri __ from PyQt4.QtGui import * from PyQt4.QtCore import * import sys class notesView(QTableView): def __init__

Re: [PyQt] konsoleFactory::className()

2008-01-11 Thread Jim Bublitz
On Friday 11 January 2008 06:48, D.H.J. Takken wrote: > Hi, > > Is there anyone having a look at this issue please? I was asked which PyKDE > I am using. I replied to the list, but no response ever since You can try editing configure.py. Find any reference assigning a value to 'opt_konsolepar

Re: [PyQt] QGradient segmentation fault ?

2008-01-11 Thread Phil Thompson
On Friday 11 January 2008, Laurent Hamery wrote: > hi guys, > > I have a problem with the QLinearGradient(or even QGradient..). > Im trying to set another stops list to the gradient, but it produce a > segmentation fault. > Is it a bug or did I do something wrong ? > Note that Im using PyQt 4.2 wit

[PyQt] QGradient segmentation fault ?

2008-01-11 Thread Laurent Hamery
hi guys, I have a problem with the QLinearGradient(or even QGradient..). Im trying to set another stops list to the gradient, but it produce a segmentation fault. Is it a bug or did I do something wrong ? Note that Im using PyQt 4.2 with python 2.4.3 but I cant upgrade to newer versions as we

Re: [PyQt] konsoleFactory::className()

2008-01-11 Thread D.H.J. Takken
Hi, Is there anyone having a look at this issue please? I was asked which PyKDE I am using. I replied to the list, but no response ever since Thanks again, Dik On Thursday 03 January 2008 22:33:58 D.H.J. Takken wrote: > On Thursday 03 January 2008 22:06:17 Jim Bublitz wrote: > > On Thursd

[PyQt] [PyKDE4] Default value for the second argument of KAction.setShortcut() does not seem to work

2008-01-11 Thread Adeodato Simó
Hello again, Simon. This one time, I'm finding that KAction.setShortcut() can't work in Python without passing a value for the second argument, whereas this works in C++. Any chance you'd know why? Thanks. This: -8<- #! /usr/bin/env python from PyKDE4 import kdeui action = kdeui.KAction(None)

Re: [PyQt] License question...

2008-01-11 Thread Phil Thompson
On Thursday 10 January 2008, Laurent Dufrechou wrote: > Hello, > > I've recently done a little widget and a little app for IPython for the Wx > toolkit. > > I've released it under BSD license. > > Now I would like to port it to QT. If possible I would like to avoid GPL > because professional user w