2009-04-09 10:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbqt/hbqt_qwidget.cpp
* harbour/contrib/hbqt/qth/QWidget.qth
* harbour/contrib/hbqt/TQWidget.prg
! Commented out more non-portable functions belongings to
Win Handles family.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-04-09 10:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/hbqt/hbqt_qwidget.cpp
|
||||
* harbour/contrib/hbqt/qth/QWidget.qth
|
||||
* harbour/contrib/hbqt/TQWidget.prg
|
||||
! Commented out more non-portable functions belongings to
|
||||
Win Handles family.
|
||||
|
||||
2009-04-09 08:18 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* harbour/contrib/hbqt/hbqt.h
|
||||
* harbour/contrib/hbqt/hbqt_qfont.cpp
|
||||
|
||||
@@ -81,7 +81,6 @@ CREATE CLASS QWidget INHERIT QObject, QPaintDevice
|
||||
METHOD contentsRect() INLINE Qt_QWidget_contentsRect( ::pPtr )
|
||||
METHOD contextMenuPolicy() INLINE Qt_QWidget_contextMenuPolicy( ::pPtr )
|
||||
METHOD cursor() INLINE Qt_QWidget_cursor( ::pPtr )
|
||||
METHOD effectiveWinId() INLINE Qt_QWidget_effectiveWinId( ::pPtr )
|
||||
METHOD ensurePolished() INLINE Qt_QWidget_ensurePolished( ::pPtr )
|
||||
METHOD focusPolicy() INLINE Qt_QWidget_focusPolicy( ::pPtr )
|
||||
METHOD focusProxy() INLINE Qt_QWidget_focusProxy( ::pPtr )
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
/*
|
||||
* Constructed[ 214/217 [ 98.62% ] ]
|
||||
* Constructed[ 213/216 [ 98.61% ] ]
|
||||
*
|
||||
* *** Unconvered Prototypes ***
|
||||
* -----------------------------
|
||||
@@ -229,14 +229,6 @@ HB_FUNC( QT_QWIDGET_CURSOR )
|
||||
hb_retptr( new QCursor( hbqt_par_QWidget( 1 )->cursor() ) );
|
||||
}
|
||||
|
||||
/*
|
||||
* WId effectiveWinId () const
|
||||
*/
|
||||
HB_FUNC( QT_QWIDGET_EFFECTIVEWINID )
|
||||
{
|
||||
hb_retptr( ( HWND ) hbqt_par_QWidget( 1 )->effectiveWinId() );
|
||||
}
|
||||
|
||||
/*
|
||||
* void ensurePolished () const
|
||||
*/
|
||||
|
||||
@@ -102,7 +102,9 @@ void clearMask ()
|
||||
QRect contentsRect () const
|
||||
Qt::ContextMenuPolicy contextMenuPolicy () const
|
||||
QCursor cursor () const
|
||||
WId effectiveWinId () const
|
||||
#
|
||||
# non-portable
|
||||
// WId effectiveWinId () const
|
||||
void ensurePolished () const
|
||||
Qt::FocusPolicy focusPolicy () const
|
||||
QWidget * focusProxy () const
|
||||
|
||||
Reference in New Issue
Block a user