On Tuesday 14 August 2012 13:59:27 Shriramana Sharma wrote:
> So would you advice to use the generic C++ classes anyway?
Simple: if you want to / need to use Qt in your library, then do this 
(probably mixing with std classes). If your library can be done without Qt, 
and you're planning to use it in a non-Qt environment as well, then only use 
std classes.

This can also be decided on during build configuration, of course, if you 
prefer to implement both regardless of the above...

HTH, René
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to