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

william.crocker at analog.com william.crocker at analog.com
Sun Apr 11 14:03:48 CEST 2010


If you just want a good vector base drawing program
I would recommend Inkscape. It is SVG based and can
post process to PNG. I use it to create button Icons
for my Qt app.

Bill

nobodyhere wrote:
> 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
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
> 



More information about the Qt-interest-old mailing list