Thanx, Ive been there ;) and Im learning a lot that way. However I really do wish the whole architecture thing was documented. Although Im a newbie and Ive understood the architecture by going thru the code, I feel what I've grasped is not firm enough for me to start extending/developing/bug-tracking Qt Creator. So from my perspective an architecture document would realy have helped someone like me to join the Qt Creator team as an open source developer. Jus inspecting code would only be of use if u really wanna focus on how certain things, for example the styling, are handled in Qt Creator.
thanks a lot for the reply and hope you see to my concerns, Eraj. On Mon, Jan 24, 2011 at 3:45 PM, <[email protected]> wrote: > > 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 > -- e's Mail - another one bites da dust !!
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
