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
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
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
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
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
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
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
-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.
>