qobject_cast is same thing as dynamic_cast , but works only for children of QObject . It doesn't require RTTI and it works much faster, ...
確定! 回上一頁