Can propose attach this document to hbqt.doc? if good for all i can made
2009/3/27 <[email protected]>: > Revision: 10707 > > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10707&view=rev > Author: vouchcac > Date: 2009-03-27 09:45:51 +0000 (Fri, 27 Mar 2009) > > Log Message: > ----------- > 2009-03-27 02:03 UTC-0800 Pritpal Bedi ([email protected]) > * harbour/contrib/hbqt/hbqt.h > * harbour/contrib/hbqt/hbqt_qfont.cpp > + Added more functions. > > + harbour/contrib/hbqt/generator > + harbour/contrib/hbqt/generator/hbqtgen.prg > + Implemented protocol to generate .cpp source file > from QT Header definitions lifted from its help manual. > It has lot more potentials to incorporate more features, > it is just the begining. > > + harbour/contrib/hbqt/qth > + harbour/contrib/hbqt/qth/QBrush.qth > + harbour/contrib/hbqt/qth/QFont.qth > + harbour/contrib/hbqt/qth/QPen.qth > + harbour/contrib/hbqt/qth/QWidget.qth > + Added .qth contining prototypes and user code to be embedded > into the resulting .cpp source file. > > /* > COMPILE : hbmk2 hbqtgen > USAGE : hbqtgen -I<qthHeaderFilesPath> -O<cppSourceFilePath> > <qthFile1.qth> <qthFile2.qth> <...> > hbqtgen -help > EXAMPLE : hbqtgen -Ic:\harbour\hbqt\qth -Oc:\temp QFont.qth > QWidget.qth > > NEXT : hbqtgen @QtProjectFile.qtp > > OVERVIEW : .qth > > > enum Capitalization { MixedCase, AllUppercase, > AllLowercase, SmallCaps, Capitalize } > enum SpacingType { PercentageSpacing, AbsoluteSpacing } > enum Stretch { UltraCondensed, ExtraCondensed, Condensed, > SemiCondensed, ..., UltraExpanded } > enum Style { StyleNormal, StyleItalic, StyleOblique } _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
