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