hi,
can anybody tell me if i can use signals and slots in dll ??

i wrote a dll. in it there is a function that creates context menu, function that adds action (cut, copy, paste) to it, functions to implement the actions.
i connected the via signals and slots the functions called on clicking the actions.

But i can't see the effect.

please help and clarify.