Hi all,
This may or may not be a qt question but I have no idea where else I could place this. I apologise if this offended some of you.
form items:
I have 1 form (call f1).
f1 contains a custom graphicsScene (with modified mouse press event) call scene for simplicity.
f1 also contain 2 labels (x, y) and a list box;
part1:
I want only to enable mouse press event (of scene) only when an item in the list box is selected.
part2:
I wanted to do is when I clicked on the scene, I want to return the x and y position of the mouse (of scene) to the 2 labels in f1.
How can I do both of these things?
Bookmarks