Re: [PyKDE] Radiobutton in table?

2006-04-13 Thread Jim Bublitz
On Thursday 13 April 2006 02:01, Behnam Kamrani wrote: > Hi, > I would appreciate a lot if somebody can help me to create a > radiobutton in a table using pyqt? > To use Checkbox or Combobox is pretty easy by having QComboTableItems > or QCheckTableItems. However, apparently there is not an object

Re: [PyKDE] linux pyqt/pykde multithread application. How to send signal/ update state of app from non qt loop threads ?

2006-04-13 Thread Ismail Donmez
Perşembe 13 Nisan 2006 17:27 tarihinde, Mateusz Korniak şunları yazmıştı: > I have multithread pyqt/pykde application. > I leave first thread to run qt-loop. > > I want long execution time code to be run in different threads as in > background. [1] > > How can I interact from those background thre

[PyKDE] linux pyqt/pykde multithread application. How to send signal/ update state of app from non qt loop threads ?

2006-04-13 Thread Mateusz Korniak
I have multithread pyqt/pykde application. I leave first thread to run qt-loop. I want long execution time code to be run in different threads as in background. [1] How can I interact from those background threads with my qt GUI ? (send signal, update text in QLineEdit) ? I figured out in docs

[PyKDE] QComboTableItem signal?

2006-04-13 Thread Behnam Kamrani
Hi, I'm a novice PyQt user. Have used QComboTableItem in a table, but it seems that it doesn't have any signal, right? I want to change the values of a whole row depending on a combobox value. On the other hand, QComboBox has "activated" signal, but the problem is I don't know how to put that in a

Re: [PyKDE] exception handling problems with sip

2006-04-13 Thread Jacob M. Burbach
On Thursday 13 April 2006 5:41, Jacob M. Burbach wrote: > On Tuesday 11 April 2006 9:29, Jacob M. Burbach wrote: > > On Monday 10 April 2006 4:50, Jacob M. Burbach wrote: > > > Was hesitant to post to list about this being unsure if its actually a > > > problem with sip(the generated code look fine

Re: [PyKDE] exception handling problems with sip

2006-04-13 Thread Jacob M. Burbach
On Tuesday 11 April 2006 9:29, Jacob M. Burbach wrote: > On Monday 10 April 2006 4:50, Jacob M. Burbach wrote: > > Was hesitant to post to list about this being unsure if its actually a > > problem with sip(the generated code look fine). But after a series of > > tests the problem only arises when

[PyKDE] Radiobutton in table?

2006-04-13 Thread Behnam Kamrani
Hi, I would appreciate a lot if somebody can help me to create a radiobutton in a table using pyqt? To use Checkbox or Combobox is pretty easy by having QComboTableItems or QCheckTableItems. However, apparently there is not an object like "QRadioTableItem". So the my question is hot to place a grou

Re: [PyKDE] PyKDE status and requirements

2006-04-13 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jim Bublitz wrote: > On Wednesday 12 April 2006 15:29, Torsten Marek wrote: >> Jim Bublitz wrote: >>> I'm slowly getting PyKDE ready for release. A snapshot doesn't make sense >>> at the moment, because there are changes necessary across all modules. >