[Qt-interest] Is Qt the best choice for cross-platform desktop GUI applications? Mac OS X (Cocoa, Aqua)? KDE, GNOME, Windows 7

Jason H scorp1us at yahoo.com
Tue Apr 13 20:24:06 CEST 2010


http://en.wikipedia.org/wiki/Canvas_element

It does bitmaps too.
Though I am sure the 2d-rendering could pose problems. It could be a simple fix though, via a QGraphicsScriptItem which would allow HTML5 drawing commands to be carried out on a QGraphicsItem. If Safari supports it, does Qt's Webkit do too?





----- Original Message ----
From: Josiah Bryan <jbryan at productiveconcepts.com>
To: Jason H <scorp1us at yahoo.com>
Cc: André Somers <andre at familiesomers.nl>; qt-interest at trolltech.com
Sent: Tue, April 13, 2010 2:05:14 PM
Subject: Re: [Qt-interest] Is Qt the best choice for cross-platform desktop GUI applications? Mac OS X (Cocoa, Aqua)? KDE, GNOME, Windows 7

Jason H wrote:
> No, If you look at the QML stuff, it is using a kind of MVC pattern for the UI already. It is pretty sweet. The MVC patter uses the QGraphicsView stuff.
> 
> Don't forget that HTML Canvas resembles Qt's QGraphicsView... ;-)
> 

Resembles? I don't mean this offensively in any way - however, my impression from reading Canvas code samples is that it's just a paint surface - not an object-based display widget. E.g. you paint frames onto the canvas, whereas with QGraphicsView you put objects in the view that render themselves. Or am I off base here?

Cheers!
-josiah

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-
Josiah Bryan
Productive Concepts, Inc.
jbryan at pciint.com
(765) 964-6009, ext. 224


      





More information about the Qt-interest-old mailing list