Quote Originally Posted by gilamran View Post
But when I connect to my own DLL slot function, it didn't work (It didn't get to the slot function)
like this:
connect(lineEdit, SIGNAL(textChanged(QString)), this, SLOT(mySlot()));
What error do you get or how do you know the dll slot isn't called? And this is surly not pointing to the dll!