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