2012-07-26 13:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/uisrcmanager.prg
    + Added: few more classes which are not derived from QObject.
This commit is contained in:
Pritpal Bedi
2012-07-26 20:26:35 +00:00
parent 76132167a1
commit 9e1b00d011
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28. The license applies to all entries newer than 2009-04-28.
*/ */
2012-07-26 13:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/uisrcmanager.prg
+ Added: few more classes which are not derived from QObject.
2012-07-26 09:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) 2012-07-26 09:48 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqtgui.ch * contrib/hbqt/qtgui/hbqtgui.ch
+ Added: QSettings_* and QIODevice_* constants. + Added: QSettings_* and QIODevice_* constants.

View File

@@ -719,7 +719,7 @@ METHOD IdeUISrcManager:buildWidget( cBuffer, cPath, cName, cExt, aPrg )
cObj := substr( s, n+2 ) cObj := substr( s, n+2 )
oObj := ::qU:&cObj oObj := ::qU:&cObj
cCls := __objGetClsName( oObj ) cCls := __objGetClsName( oObj )
IF ! ( cCls $ "QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" ) IF ! ( cCls $ "QPIXMAP,QIMAGE,QICON,QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" )
aadd( ::aObjByName, cObj ) aadd( ::aObjByName, cObj )
oObj:setObjectName( cObj ) oObj:setObjectName( cObj )