Hi, I want to add some funcionality to qt jambi, and I want to know where I need to touch to add some methods to the QDate Class.
Especificaly, I want to add something like: QDate qdate = new QDate(); Date date = qdate.toDate(); or: Date date = new Date(); QDate qdate = new QDate(date); This is only and excersice for me, to know better the internals of qt jambi. Thanks for your help.
_______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
