diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ddbe3d91be..edd7b6070f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-06-29 19:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtgui/qth/QImage.qth + + Added: few static member functions. + 2012-06-29 14:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/hbqtgui.ch + Added: remaining QPalette_* constants. diff --git a/harbour/contrib/hbqt/qtgui/qth/QImage.qth b/harbour/contrib/hbqt/qtgui/qth/QImage.qth index eefcd52fe3..d25f4c6dc2 100644 --- a/harbour/contrib/hbqt/qtgui/qth/QImage.qth +++ b/harbour/contrib/hbqt/qtgui/qth/QImage.qth @@ -150,6 +150,12 @@ QImage transformed ( const QTransform & matrix, Qt::TransformationMode mode = Qt bool valid ( const QPoint & pos ) const bool valid ( int x, int y ) const int width () const + +// Static members +QImage fromData ( const uchar * data, int size, const char * format = 0 ) +QImage fromData ( const QByteArray & data, const char * format = 0 ) +QMatrix trueMatrix ( const QMatrix & matrix, int width, int height ) +QTransform trueMatrix ( const QTransform & matrix, int width, int height )