hi;

On 14 February 2013 16:43, Marco Scannadinari <ma...@scannadinari.co.uk> wrote:
>         Qt is an entirely unrelated toolkit, it has nothing to do with Gtk.
> Yes, that is true. It's not necessarily GTK I intend to use, although
> that is what I would *like*.
> Taking into consideration which is the easiest to learn, and which will
> be able to target the most users, Qt seems like a good toolkit for these
> purposes. Qt also looks quite native on the new GNOME 3.6, albeit
> appearing like the old GTK+ theme.
> I am actually quite biased towards GTK, but the idea of being able to
> develop for multiple platforms seems quite attractive (in regard to Qt).

"looking like" and "integrated" are two fairly different concepts.

there are some integration points, mostly because of the work done at
the X11 and freedesktop.org level, between toolkits, but clearly: if
you want to integrate with GNOME, GTK is the toolkit you should use.
application menus, the various APIs to handle authorization,
integration with web services, and remote file systems are in GNOME
platform libraries.

plus, GTK is moderately portable on different platform — up to a
point, at least; the main difference between Qt and GTK approaches at
multi-platform portability is that Qt defers to the platform, whereas
GTK is providing the platform (and papering over it, where possible).

ciao,
 Emmanuele.

-- 
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi/
_______________________________________________
desktop-devel-list mailing list
desktop-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/desktop-devel-list

Reply via email to