On Tue, Jul 17, 2012 at 7:34 PM, wrote:
> It's so fundamental to most GUIs that single-click
> and double-click allow one to do different things with the same object
Kinda yes, kinda no. Most GUIs and GUI recommendations would either
enforce or strongly suggest that the double-click action incor
John Posner wrote:
> On 7/16/2012 12:28 PM, tinn...@isbd.co.uk wrote:
> > tinn...@isbd.co.uk wrote:
> >> I am trying to use the PyQt4 calendar widget to perform some different
> >> actions on specific dates. There are three events available:-
> >>
> >> selectionChanged()
> >> activated(QD
On 7/16/2012 12:28 PM, tinn...@isbd.co.uk wrote:
> tinn...@isbd.co.uk wrote:
>> I am trying to use the PyQt4 calendar widget to perform some different
>> actions on specific dates. There are three events available:-
>>
>> selectionChanged()
>> activated(QDate)
>> clicked(QDate)
>>
>> O
tinn...@isbd.co.uk wrote:
> I am trying to use the PyQt4 calendar widget to perform some different
> actions on specific dates. There are three events available:-
>
> selectionChanged()
> activated(QDate)
> clicked(QDate)
>
> On trying all these out it would appear that the event han
I am trying to use the PyQt4 calendar widget to perform some different
actions on specific dates. There are three events available:-
selectionChanged()
activated(QDate)
clicked(QDate)
On trying all these out it would appear that the event handlers get
called as follows:-
The cli