Quote Originally Posted by sophister View Post
Thanks!! Uh, I am wondering if it is not suitable to use the C++ static_cast<> or daynamic_cast<>. I am wondering what's the difference between them two and the qobject_cast<>.
qobject_cast is using meta information for correct casting of Qt's objects.
read this for more info.