Linked by Thom Holwerda on Tue 16th Sep 2008 14:03 UTC, submitted by John Mills
Thread beginning with comment 330429
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[6]: They should have used Qt
by -pekr- on Tue 16th Sep 2008 18:14
in reply to "RE[5]: They should have used Qt"
"how terrible", "God awful" - what is that - technical evaluation of problem domain? :-)
I really don't know, what is so terrible with apps looking differently. In fact, with REBOL, I prefer non native widgets. I even think, it is some kind of advantage - to be different, while preserve the same app across the platforms. More so nowadays, in the internet app era, when ppl are more forgiving.
What is important imo is not look, but proper (system compatible) app behavior on certain platforms ....
RE[7]: They should have used Qt
by evangs on Tue 16th Sep 2008 19:10
in reply to "RE[6]: They should have used Qt"







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