Re: PyQt event recognition

2010-01-13 Thread Zabin
On Jan 14, 9:00 am, Zabin zabin.faris...@gmail.com wrote:
 Hey Everyone!

 I am a new pyqt programmer. I have a tab widget with lots of line
 edits, radiobuttons and combo boxes. I want to trigger a single sub
 the moment any one of these widgets listed are modified. I tried using
 the clicked signal- but it doesnt seem to work. Any suggestion will be
 much appreciated.

 Cheers!

 Zabin

Essentailly what i am looking for is a way to easily and quickly
attach multiple objects to the same slot via the same signal

Cheers
Zabin
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyQt event recognition

2010-01-13 Thread Jonathan Gardner
On Jan 13, 12:21 pm, Zabin zabin.faris...@gmail.com wrote:
 On Jan 14, 9:00 am, Zabin zabin.faris...@gmail.com wrote:

  I am a new pyqt programmer. I have a tab widget with lots of line
  edits, radiobuttons and combo boxes. I want to trigger a single sub
  the moment any one of these widgets listed are modified. I tried using
  the clicked signal- but it doesnt seem to work. Any suggestion will be
  much appreciated.


 Essentailly what i am looking for is a way to easily and quickly
 attach multiple objects to the same slot via the same signal



Zabin, you'd probably get a better response on the PyQt mailing list,
or even the Qt mailing list for Qt API and behavior.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: PyQt event recognition

2010-01-13 Thread Zabin
On Jan 14, 10:22 am, Jonathan Gardner jgard...@jonathangardner.net
wrote:
 On Jan 13, 12:21 pm, Zabin zabin.faris...@gmail.com wrote:

  On Jan 14, 9:00 am, Zabin zabin.faris...@gmail.com wrote:

   I am a new pyqt programmer. I have a tab widget with lots of line
   edits, radiobuttons and combo boxes. I want to trigger a single sub
   the moment any one of these widgets listed are modified. I tried using
   the clicked signal- but it doesnt seem to work. Any suggestion will be
   much appreciated.

  Essentailly what i am looking for is a way to easily and quickly
  attach multiple objects to the same slot via the same signal

 Zabin, you'd probably get a better response on the PyQt mailing list,
 or even the Qt mailing list for Qt API and behavior.

will try that- thanks=)
-- 
http://mail.python.org/mailman/listinfo/python-list