Linked by Thom Holwerda on Tue 16th Sep 2008 14:03 UTC, submitted by John Mills
Google When Google released its Chrome web browser not too long ago, it of course emphasised that the browser was an open source product. The browser contains 24 parts originating from 3rd parties, and to some surprise, one of those parts comes from one of Google's biggest enemies - Microsoft.
Thread beginning with comment 330425
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: They should have used Qt
by Kroc on Tue 16th Sep 2008 15:51 UTC in reply to "RE[2]: They should have used Qt"
Kroc
Member since:
2005-11-10

Opera doesn't. It's UI is a disaster on OS X.
QT is anything-but "native".

Reply Parent Bookmark Score: 1

getaceres Member since:
2005-07-06

But opera doesn't try to be native on any platform. In linux, even using KDE it feels out of place. I refer to applications like Skype for example (although I don't know how it looks on OSX, it seems native on Windows).

Reply Parent Bookmark Score: 2

macman Member since:
2006-11-19

Skype uses QT only on Linux, On the Mac is uses Cocoa. You can find this out by looking at the exported names from the binary, only Cocoa and standard C names are used. It does not link or use QT in any way on the Mac.
.
Same with tons of other applications, such as Mathematica which uses QT on Linux, Carbon on Mac and the standard GDI functions on Windows.


A lot of people seem to think that if an app uses QT on Linux, it uses QT on all other platforms.

One of big problems with QT is that non Mac users have no idea how terrible QT applications look and behave on the Mac.

Edited 2008-09-16 16:08 UTC

Reply Parent Bookmark Score: 4

RE[4]: They should have used Qt
by leos on Tue 16th Sep 2008 18:09 in reply to "RE[3]: They should have used Qt"
leos Member since:
2005-09-21

Opera doesn't. It's UI is a disaster on OS X.
QT is anything-but "native".


That's funny because Opera only uses Qt on Linux, and there only in a very limited sense (mostly for stuff like printing). They actually have their own cross-platform toolkit called Swift if I remember correctly.

Reply Parent Bookmark Score: 4