PDA

View Full Version : Qt Custom Signal



sonulohani
26th June 2012, 13:29
Hello Sir,
I want to create my own signal ie. i want to create the pushbutton click which will activate when pushbutton will click. I know that there is already the signal for that. But i want to create my own to know how custom signal is define. Is it possible to do that as i have heard that these signals are emitted from the system. Also, Can we create our own mouse event? I want to create my own so that it will work on embedded linux as multitouch is still making problem there.

amleto
26th June 2012, 14:16
http://lmgtfy.com/?q=qt+how+to+make+signal
http://lmgtfy.com/?q=qt+custom+events

sonulohani
27th June 2012, 08:41
Hey, that i have already done.......

wysota
27th June 2012, 09:09
Hey, that i have already done.......

And what have you learned from it? What do you expect us to do? Should we guess what you are having problems with? Should we just provide you with a fully working code for your problem?