On domingo, 3 de fevereiro de 2013 20.45.15, Andres Linares wrote:
> So how Qt multiplatform GUI support works? Does it actually wraps 
> something from some GUI component (like Cocoa on Mac OS X or WinAPI on 
> Windows, considering it says it wraps GTK on GTK-based environments) or 
> it just acts like a "mask" on a specific platform (like Java)?

It doesn't wrap the native widgets. When you create a QPushButton, it doesn't 
create an equivalent Gtk, Win32 or Cocoa widget underneath. Instead, the 
theming engine asks those what the button looks like and uses that information 
to draw this QPushButton and others.

(oversimplified)
-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to