2012-09-09 16:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/browse.prg
    ! Fixed: a bug where wrong parent to QInputDialog() was sent.
       Reported by Maurizio, thanks.
This commit is contained in:
Pritpal Bedi
2012-09-09 23:18:27 +00:00
parent 8ef4b75993
commit 1c8ffbd1f3
2 changed files with 6 additions and 2 deletions

View File

@@ -16,8 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-09-09 16:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/browse.prg
! Fixed: a bug where wrong parent to QInputDialog() was sent.
Reported by Maurizio, thanks.
2012-09-07 18:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
2012-09-09 15:30 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
+ contrib/hbqt/tests/qtwvg.hbp
+ contrib/hbqt/tests/qtwvg.prg
+ Added: demonstration code to exploit the power of Qt with existing

View File

@@ -595,7 +595,7 @@ METHOD IdeBrowseManager:execEvent( nEvent, p, p1 )
EXIT
CASE __qPanelsButton_clicked__
cPanel := hbide_fetchAString( ::qToolbar, "New...", "Name the Panel", "New Panel" )
cPanel := hbide_fetchAString( ::qToolbar:oWidget, "New...", "Name the Panel", "New Panel" )
IF !( cPanel == "New..." ) .AND. !( cPanel == "Main" )
IF ::isPanel( cPanel )
MsgBox( "Panel: " + cPanel + ", already exists" )