Qt-interest Archive, June 2007
QLineEdit signal clicked request
Message 1 in thread
Is there some reason there isnt a clicked()
signal with QLineEdit. I would think that this
would be something a lot of people would use.
Ive just come across my own need for this.
Jeff
--
[ signature omitted ]
Message 2 in thread
On 17.06.07 21:19:20, Jeff Lacki wrote:
>
> Is there some reason there isnt a clicked()
> signal with QLineEdit. I would think that this
> would be something a lot of people would use.
I doubt that, I can't recall any application where something happens
when I click into a lineedit.
> Ive just come across my own need for this.
You can always use the mouse-event hooks.
Andreas
--
[ signature omitted ]