Yeah, what about signals and slots?
Yeah, what about signals and slots?
How to achieve this using signals and slots?
Thanks,
Rajesh.S
Connect the line edit's textChanged signal to a slot in your class and in there just assign the new text to the member variable.
The signal will get emitted each time the text changes.
rajeshs (18th December 2007)
Thank you for your valuable reply,
Is there any other straight mechanism to do this?
Thanks,
Rajesh.S
rajeshs (18th December 2007)
Bookmarks