[Solved]QLabel not on top of Windows context Menu Form..
General and Desktop
3
Posts
2
Posters
1.2k
Views
1
Watching
-
wrote on 3 Dec 2013, 05:26 last edited by
I am making a mouse pointer using QLabel .The problem is that when I right click the context menu appears but the QLabel that i have made a mouse pointer does not show on context menu instead of it hides below the context menu form.
even I set flag:-setWindowFlags(Qt::FramelessWindowHint|Qt::WindowStaysOnTopHint);
Is there any way so that a QLabel can be shown on context menu form or any such windows form.Help will be appreciated.
-
use QWidget::raise() at an appropriate time.
-
wrote on 5 Dec 2013, 10:00 last edited by
Big Thanking You for Your suggestion , but I found there is no way of doing this in Qt.
I have solved this problem by changing system cursor pixmap.
1/3