python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Mouse right click option using eventFilter in Qt
I have QGraphicsView, which has many QGraphicsItem. I am trying to create a right click menu on these QGraphicsItem. Right click menu has multiple options. But only 1st option works. It means, if I cl...
tushar
Votes: 0
Answers: 1
QGraphicsView is not getting fit into window in Qt
I am having QGraphicsView, which has multiple QGraphicsItem's. When my view loads first time and gets visible on screen, it can not be fit fully in the screen. Around 80% of view gets visible. Then I ...
tushar
Votes: 0
Answers: 1
Is it possible to disable/enable mouseEvent using a push button?
In my application I have two push button, namely "draw" and "stop".When the push button ("draw") is push by the user,he/she can draw or addItems in my QGraphicScene.I am ...
Elle
Votes: 0
Answers: 1
What type of Unit measure do I obtain from a QGraphicView Class in its scene?
I have located two points in my QGraphicsView which is map to my scene(QGraphicsScene).The two points are based on the mousecliked(mousePressEvent) made by the user, these points serve as the two endp...
Elle
Votes: 0
Answers: 0