mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0032626: Samples - add Qt::WA_NativeWindow attribute to Qt IESample
This commit is contained in:
parent
4e2151f654
commit
4e61131a1c
@ -95,6 +95,7 @@ View::View( Handle(AIS_InteractiveContext) theContext, QWidget* parent )
|
|||||||
myCurZoom = 0;
|
myCurZoom = 0;
|
||||||
setAttribute(Qt::WA_PaintOnScreen);
|
setAttribute(Qt::WA_PaintOnScreen);
|
||||||
setAttribute(Qt::WA_NoSystemBackground);
|
setAttribute(Qt::WA_NoSystemBackground);
|
||||||
|
setAttribute(Qt::WA_NativeWindow);
|
||||||
|
|
||||||
myDefaultGestures = myMouseGestureMap;
|
myDefaultGestures = myMouseGestureMap;
|
||||||
myCurrentMode = CurAction3d_Nothing;
|
myCurrentMode = CurAction3d_Nothing;
|
||||||
@ -106,8 +107,6 @@ View::View( Handle(AIS_InteractiveContext) theContext, QWidget* parent )
|
|||||||
setBackgroundRole( QPalette::NoRole );//NoBackground );
|
setBackgroundRole( QPalette::NoRole );//NoBackground );
|
||||||
// set focus policy to threat QContextMenuEvent from keyboard
|
// set focus policy to threat QContextMenuEvent from keyboard
|
||||||
setFocusPolicy( Qt::StrongFocus );
|
setFocusPolicy( Qt::StrongFocus );
|
||||||
setAttribute( Qt::WA_PaintOnScreen );
|
|
||||||
setAttribute( Qt::WA_NoSystemBackground );
|
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user