2009-04-17 11:47 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* harbour/contrib/hbqt/generator/hbqtgen.prg
    ! oMenuBar:show() => oWnd:setMenuBar( QT_PTROF( oMenuBar ) ) 
      Thanks Bisz Istvin for provising the clue.
This commit is contained in:
Pritpal Bedi
2009-04-17 18:50:26 +00:00
parent a6ebbdb4c4
commit 29b1f0b848
2 changed files with 6 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-04-17 11:47 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbqt/generator/hbqtgen.prg
! oMenuBar:show() => oWnd:setMenuBar( QT_PTROF( oMenuBar ) )
Thanks Bisz Istvin for provising the clue.
2009-04-17 08:36 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/gtqtc/gtqtc.h
* harbour/contrib/gtqtc/gtqtc.cpp

View File

@@ -2275,7 +2275,7 @@ STATIC FUNCTION Build_Demo()
aadd( txt_, ' Qt_Connect_Signal( oMenu:addAction( "W&ebPage" ), QT_EVE_TRIGGERED_B, {|w,l| Dialogs( "WebPage" , w, l ) } ) ' )
aadd( txt_, ' oMenuBar:addMenu( QT_PTROF( oMenu ) ) ' )
aadd( txt_, ' ' )
aadd( txt_, ' oMenuBar:show() ' )
aadd( txt_, ' oWnd:setMenuBar( QT_PTROF( oMenuBar ) ) ' )
aadd( txt_, ' ' )
aadd( txt_, ' RETURN nil ' )
aadd( txt_, ' ' )