connect(testLineEdit, SIGNAL(returnPressed(QString&)), this, SLOT(slotDoIt(QString&)));
Lorenzo Delana
ldelana at libero.it
Wed Jun 13 10:54:41 UTC 2001
On Wednesday 13 June 2001 12:33, you wrote:
> someone have tried to use the signal "returnPressed" of KLineEdit ??
>
> I have tried with QLineEdit and all are ok, while with KLineEdit, my slot
> funcion is invoked three times, by the connect signalling system...why?
>
note that the SIGNAL(returnPressed()) works well one time at call. and then y
can use ->text() to retrieve the data...
>
> bye
> Lore
>
> -
> to unsubscribe from this list send an email to
> kdevelop-devel-request at kdevelop.org with the following body: unsubscribe
> »your-email-address«
-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop-devel
mailing list