I’ve been using label to display images. I’d like to be able to click and create a bounding box then be able to drag the cursor to move around in the image. What would I need to do this? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not 100% sure I understand what you are trying to do, but I think the
QGraphicsSceneis what you are looking for. You can (among many other things):QGraphicsPixmapItem, for example)QGraphicsView.QGraphicsItem::ItemIsMovable)