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