[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyKDE] signal from checkBox in QTable
From:       david <david.f () village ! uunet ! be>
Date:       2002-10-20 23:09:11
[Download RAW message or body]

Hi !, 

I'm using a QTable, there is a CheckBox in a cell. 

    checkRage = QCheckBox(self.table) 
    self.table.setCellWidget(newLine,3,checkRage) 

When I click on the checkBox, I would like to receive the signal. 

I tried this : 

    self.connect(self.table,SIGNAL\ 
        ('clicked(int,int,int,const QPoint&)'),self.ok) 


    def ok(self,i,j): 
        print i,j 

I not receive the signal for this cell. 

Any ideas ? 

Thanks !! 

-- David Florkin 


_______________________________________________
PyKDE mailing list    PyKDE@mats.gmd.de
http://mats.gmd.de/mailman/listinfo/pykde
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic