[Qt-interest] object based image editor? QGraphicsView? Or QLabel? Or QWidget?

nobodyhere pem.accounts.spam at gmail.com
Sat Apr 10 12:00:45 CEST 2010


What's the best QWidgets to use for an image editor?  Sort of like mspaint, but with a greater emphasize on objects.  For example, you can load an existing png / bmp.  And you can draw objects, such as rectangles.  The rectangles are objects that you can select, resize, delete, move, maybe change colors, etc.

Is the Qt Graphics View the right thing for this?  QGraphicsView, QGraphicsScene, QGraphicsRectItem, etc?

Rather than, for example, starting from just a simple QLabel or QWidget?

Or something else entirely?

thank you for any leads



More information about the Qt-interest-old mailing list