Re: [PyQt] TableView - activated signal

2012-02-21 Thread David Cortesi
> > * But if you navigate around in the cell using arrow keys and then press > space, the cell is opened, but no signal is triggered. >* If you then write something in the cell and press TAB to leave the > cell - no signal is triggered. These actions relate to editing the cell contents. Sugg

Re: [PyQt] TableView - activated signal

2012-02-21 Thread Hans-Peter Jansen
On Tuesday 21 February 2012, 18:06:51 Mads Ipsen wrote: > On 21/02/2012 16:47, Mateusz Korniak wrote: > > On Tuesday 21 of February 2012, Mads Ipsen wrote: > >> On 21/02/2012 15:32, Mateusz Korniak wrote: > >>> On Tuesday 21 of February 2012, Mads Ipsen wrote: > (...) I attach a snippet that r

Re: [PyQt] TableView - activated signal

2012-02-21 Thread Mads Ipsen
On 21/02/2012 16:47, Mateusz Korniak wrote: On Tuesday 21 of February 2012, Mads Ipsen wrote: On 21/02/2012 15:32, Mateusz Korniak wrote: On Tuesday 21 of February 2012, Mads Ipsen wrote: (...) I attach a snippet that reproduces the issue. So run the example and try to tell me why the activate

Re: [PyQt] TableView - activated signal

2012-02-21 Thread Mateusz Korniak
On Tuesday 21 of February 2012, Mads Ipsen wrote: > On 21/02/2012 15:32, Mateusz Korniak wrote: > > On Tuesday 21 of February 2012, Mads Ipsen wrote: > >> (...) I attach a snippet that reproduces the issue. So run > >> the example and try to tell me why the activated signal is NOT triggered > >> wh

Re: [PyQt] TableView - activated signal

2012-02-21 Thread Mads Ipsen
On 21/02/2012 15:32, Mateusz Korniak wrote: On Tuesday 21 of February 2012, Mads Ipsen wrote: (...) I attach a snippet that reproduces the issue. So run the example and try to tell me why the activated signal is NOT triggered when a cell is clicked, double-clicked, entered etc. I get handlers

Re: [PyQt] TableView - activated signal

2012-02-21 Thread Mateusz Korniak
On Tuesday 21 of February 2012, Mads Ipsen wrote: > (...) I attach a snippet that reproduces the issue. So run > the example and try to tell me why the activated signal is NOT triggered > when a cell is clicked, double-clicked, entered etc. > I get handlers called for click, dbl-click, and hitting

Re: [PyQt] TableView - activated signal

2012-02-21 Thread Mateusz Korniak
On Tuesday 21 of February 2012, Mads Ipsen wrote: > I attach a snippet that reproduces the issue. So run > the example and try to tell me why the activated signal is NOT triggered > when a cell is clicked, double-clicked, entered etc. I get handlers called for click, hitting enter and double click

[PyQt] TableView - activated signal

2012-02-21 Thread Mads Ipsen
Hi, Sorry for bugging you with the same issue again. Last week I posted a problem regarding QTableView and the triggering of its activated signal. I didn't get any response - maybe I was too vague in the statement of the problem? Anyway, this time I attach a snippet that reproduces the issue