On Jan 23, 2011, at 1:33 PM, ext éraj wrote: > Hi, > Im new to Qt programming and want to know how I could create a custom styled > application like Qt Creator. > I got to know from stackoverflow.com that Qt Creator is a nicely styled and > developed application and therefore want to know how it has been coded. > > Could any of you guys point me in the way of an architecture document ?
The "architecture document" is here: http://qt.gitorious.org/qt-creator/qt-creator/trees/master ;-) > or anything that'll help me understand the code. E.g. the style is implemented in src/plugins/coreplugin/manhattanstyle.h In addition: At some places we use custom widgets with custom painting code. At very few places (since it has a greater performance impact) we use style sheets on existing Qt widgets. Br, -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
