O....
No.....
I found that in QT3 it's related to
in qmap.htypedef QPair<const key_type, mapped_type> value_type;
but in QT4 qmap.h, there's no QPair related stuff....
I think what I need is the QPair mapping instead of only having the mapped_type.
Anyone can tell me how to achieve this?
Bookmarks