Linked by Thom Holwerda on Wed 20th Oct 2010 22:22 UTC, submitted by vivainio
Thread beginning with comment 446342
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.
True. Qt does theme emulation, otherwise it would have a very, very hard time making cross-platform applications have the same general layout on each platform - which is what is needed with cross-platform apps.
Doing it by hooking into each and every desktop and letting them do the drawing is what systems like SWT do, and it creates a lot of baffling and very hard to solve bugs from time-to-time.




Member since:
2006-07-25
Not true. Qt draws all its widgets itself (but it does use the platform theming API on Windows at least).