2012-06-07 07:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/tests/draggable.prg
    ! Uncommented: oWId:setAttribute( Qt_WA_TranslucentBackground )
This commit is contained in:
Pritpal Bedi
2012-06-07 14:53:43 +00:00
parent 7ec28300cd
commit b45ffc3326
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-07 07:52 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/tests/draggable.prg
! Uncommented: oWId:setAttribute( Qt_WA_TranslucentBackground )
2012-06-07 07:38 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/tests/draggable.prg
+ Added: a draggable Harbour Logo without titlebar.

View File

@@ -20,7 +20,7 @@ Procedure Main()
oWid := QWidget()
oWid:setWindowTitle( 'Draggable window' )
//oWId:setAttribute( Qt_WA_TranslucentBackground )
oWId:setAttribute( Qt_WA_TranslucentBackground )
oWid:setWindowFlags(Qt_FramelessWindowHint)
oLabel1:= QLabel()