2012-08-31 09:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/uisrcmanager.prg
! Fixed: error pertaining to QPalette() reported by Maurizio, thanks.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-08-31 09:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/uisrcmanager.prg
|
||||
! Fixed: error pertaining to QPalette() reported by Maurizio, thanks.
|
||||
|
||||
2012-08-31 05:35 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbide/resources/align_at.png
|
||||
* contrib/hbide/resources/browser.png
|
||||
|
||||
@@ -719,7 +719,7 @@ METHOD IdeUISrcManager:buildWidget( cBuffer, cPath, cName, cExt, aPrg )
|
||||
cObj := substr( s, n+2 )
|
||||
oObj := ::qU:&cObj
|
||||
cCls := __objGetClsName( oObj )
|
||||
IF ! ( cCls $ "QPIXMAP,QIMAGE,QICON,QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" )
|
||||
IF ! ( cCls $ "QPALETTE,QPIXMAP,QIMAGE,QICON,QSIZEPOLICY,QFONT,QGRIDLAYOUT,QHBOXLAYOUT,QVBOXLAYOUT,QSPACERITEM,QLAYOUT,QSPLITTER,QSCROLLAREA,QTREEWIDGETITEM,QLISTWIDGETITEM" )
|
||||
aadd( ::aObjByName, cObj )
|
||||
oObj:setObjectName( cObj )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user