Which GUI library is used to develop Firefox?

Qt? GTK+? Windows native?

link|improve this question
feedback

1 Answer

Firefox uses a number of GUI toolkits, including the native Windows one, as well as GTK+ for X platforms. Sadly, there is no official support for Qt.

link|improve this answer
2  
"Sadly, it doesn't yet support Qt." The link you provided says exactly the opposite - that Mozilla's QT back-end is available and used in some custom builds of Mozilla. There is no need to use it in binaries distributed because more native back-ends are available and probably considered more suitable (functional/fast/natural). – Serge Dundich Jun 15 '11 at 6:33
@Serge: Thanks, I updated my post to reflect official support. Re "more native back-ends are available": on KDE, Qt is "more native" than GTK+ (or to put it differently, unless you have a GTK+ engine that emulates the look of your current KDE look and feel, your GTK+ apps will look fugly). I'd love to have an officially-supported Qt build to use. – Chris Jester-Young Jun 15 '11 at 18:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.