how to implement when SHift key is pressed and try to move the mouse with mouseButton1 in QGraphicsView (same as micropowerpoint)
Unsolved
General and Desktop
-
Hi All
There is functionality in power point when we have a shape as squarenow if the user
- Keep Shift key pressed
2)move the mouse with button1 pressed . The square moves either on Y axis and X axis
Can some one guide me how to implement the same
- Keep Shift key pressed
-
Hi All
There is functionality in power point when we have a shape as squarenow if the user
- Keep Shift key pressed
2)move the mouse with button1 pressed . The square moves either on Y axis and X axis
Can some one guide me how to implement the same
@Qt-Enthusiast
I think you can reimplement the drag and drop event to meet your need, take a look at Graphics View Framework Drag and Drop - Keep Shift key pressed
-
Could you please elabaorate more with code