Re: [PyKDE] UID support

2004-08-17 Thread Jim Bublitz
On Monday 16 August 2004 17:00, Eron Lloyd wrote: Don't know if I asked this before, but is there something major preventing QUuid from being wrapped. For some reason I thought it was, but am probably mistaken. Is there a better module in Python some where? This page:

Re: [PyKDE] UID support

2004-08-17 Thread Phil Thompson
On Tuesday 17 August 2004 1:00 am, Eron Lloyd wrote: Don't know if I asked this before, but is there something major preventing QUuid from being wrapped. For some reason I thought it was, but am probably mistaken. Is there a better module in Python some where? I don't think there is any reason

Re: [PyKDE] Quick newbie question: QGridLayout - setColumnSpacing

2004-08-17 Thread Phil Thompson
On Tuesday 17 August 2004 2:18 am, Alfred Young wrote: Did a number of searches, but couldn't find a direct answer: Has anyone gotten setColumnSpacing to work? It seems like I can't set the spacing for a column, and it just spits back an attribute Error. I'm using Qt v3.x with python2.

Re: [PyKDE] PyQt 3.12 introduces deadlock with QCustomEvent's destructor.

2004-08-17 Thread Toby Dickenson
On Monday 16 August 2004 18:51, Phil Thompson wrote: On Monday 16 August 2004 5:43 pm, Toby Dickenson wrote: On Monday 16 August 2004 17:09, Truls A. Tangstad wrote: It's a hard pill to swallow though, since this means our application will have to be infected with Qt in layers not at all

Re: [PyKDE] PyQt 3.12 introduces deadlock with QCustomEvent's destructor.

2004-08-17 Thread Phil Thompson
On Tuesday 17 August 2004 10:04 am, Toby Dickenson wrote: On Monday 16 August 2004 18:51, Phil Thompson wrote: On Monday 16 August 2004 5:43 pm, Toby Dickenson wrote: On Monday 16 August 2004 17:09, Truls A. Tangstad wrote: It's a hard pill to swallow though, since this means our

Re: [PyKDE] PyQt 3.12 introduces deadlock with QCustomEvent's destructor.

2004-08-17 Thread Phil Thompson
On Tuesday 17 August 2004 10:18 am, Phil Thompson wrote: On Tuesday 17 August 2004 10:04 am, Toby Dickenson wrote: On Monday 16 August 2004 18:51, Phil Thompson wrote: On Monday 16 August 2004 5:43 pm, Toby Dickenson wrote: On Monday 16 August 2004 17:09, Truls A. Tangstad wrote:

Re: [PyKDE] Quick newbie question: QGridLayout - setColumnSpacingt

2004-08-17 Thread Eron Lloyd
Ahh, you figured it out. Good job. One thing to note, however, it that you were looking at the Qt 4 docs, not the 3.x ones. I see for Qt 4 it *is* setColumnSpacing(), but that would still give you an error, as that's not the library version you're calling. You can always check your version by

Re: [PyKDE] UID support

2004-08-17 Thread Eron Lloyd
Yeah, I was thinking about using them as primary keys when inserting tables into my database... Might not be too slow (have to see). Thanks, Eron On Tuesday 17 August 2004 3:57 am, Jim Bublitz wrote: On Monday 16 August 2004 17:00, Eron Lloyd wrote: Don't know if I asked this before, but is

Re: [PyKDE] UID support

2004-08-17 Thread Eron Lloyd
That would be great. I really wish I knew how to help wrap unincluded classes, but I don't :-(. Would like to learn, though. Thanks, Eron On Tuesday 17 August 2004 4:42 am, Phil Thompson wrote: On Tuesday 17 August 2004 1:00 am, Eron Lloyd wrote: Don't know if I asked this before, but is

Re: [PyKDE] PyQt 3.12 introduces deadlock with QCustomEvent's destructor.

2004-08-17 Thread Toby Dickenson
On Monday 16 August 2004 17:09, Truls A. Tangstad wrote: It's a hard pill to swallow though, since this means our application will have to be infected with Qt in layers not at all related to GUI, just because GUI components can register callbacks etc. in them. We have used a cheeky workaround

[PyKDE] PyKDE - 8/16 snapshot

2004-08-17 Thread Jim Bublitz
The 8/16 snapshot of PyKDE is upat riverbank. This fixes some bugs that affected earlier KDE versions (mostly 3.0.x) and compiling without concatenation. It also includes complete docs, including the new KDE 3.3 classes and methods. As usual, I would appreciate any bug reports, problems,

[PyKDE] Active links in a QLabel

2004-08-17 Thread Detlev Offenbach
Hi, I would like to display active links (like the one to the eric3 homepage) in the about message box. I was able to get them show as links. However, clicking on them didn't do anything. Regards Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___

Re: [PyKDE] Active links in a QLabel

2004-08-17 Thread Jim Bublitz
On Tuesday 17 August 2004 09:12, Detlev Offenbach wrote: I would like to display active links (like the one to the eric3 homepage) in the about message box. I was able to get them show as links. However, clicking on them didn't do anything. Neither QLabel (nor its base classes QFrame/QWidget)

Re: [PyKDE] Active links in a QLabel

2004-08-17 Thread Roberto Alsina
On Tuesday 17 August 2004 09:12, Detlev Offenbach wrote: I would like to display active links (like the one to the eric3 homepage) in the about message box. I was able to get them show as links. However, clicking on them didn't do anything. Neither QLabel (nor its base classes

[PyKDE] Experimental Yum Repository

2004-08-17 Thread Jonathan Gardner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am experimenting with a Yum repository for Fedora. I compiled the most recent stable version of PyKDE, PyQt (without qscintilla) and sip and put them up at: http://www.jonathangardner.net/yum/jonathangardner/Fedora/2/i386/ Add that to your

Re: [PyKDE] Experimental Yum Repository

2004-08-17 Thread Rex Dieter
On Tue, 17 Aug 2004, Jonathan Gardner wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am experimenting with a Yum repository for Fedora. I compiled the most recent stable version of PyKDE, PyQt (without qscintilla) and sip and put them up at: For completeness, I thought I'd at least mention