Re: [PyQt] spreadsheet example

2012-02-21 Thread Hans-Peter Jansen
Am Monday 20 February 2012 19:30:06 schrieb Phil Thompson: > On Mon, 20 Feb 2012 18:20:32 +0100, "Hans-Peter Jansen" > > wrote: > > Am Sunday 19 February 2012 12:47:28 schrieb Phil Thompson: > >> On Sat, 11 Feb 2012 01:36:14 +0100, "Hans-Peter Jansen" > >> > >> > >> wrote: > >> > Hi Phil, > >> >

[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

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

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 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: > 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 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] Mouse Hover Event small issue

2012-02-21 Thread uahmed
any help ! On Tue, Feb 21, 2012 at 7:27 AM, uahmed wrote: > hi , > > I want to do hover i saw an example and then write a script which will be > use as i made program i am facing one problem that hover only occur if u > putt mouse on the left corner of button i want that it will happen for all

Re: [PyQt] Mouse Hover Event small issue

2012-02-21 Thread Hans-Peter Jansen
On Tuesday 21 February 2012, 03:27:41 uahmed wrote: > hi , > > I want to do hover i saw an example and then write a script which > will be use as i made program i am facing one problem that hover only > occur if u putt mouse on the left corner of button i want that it > will happen for all the butt

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 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] Mouse Hover Event small issue

2012-02-21 Thread uahmed
hi Thanks for the reply thats exactly what i want , i already made a code of more than 1000 lines(chunk of code is in program.py script) and when i try to add your code for mouse over effect its not giving me required result . i saved your script with the name of hover.py from PyQt4 import QtGui