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:
@@ -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.
|
||||||
|
|||||||
@@ -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 )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user