hi,

while going through the source of QT, i saw that they use private data classes for many of their classes, for ee.g. QMainWindow uss a QMainWindowPrivate..what is it used for..why such seperation of data members..my only guess in implicit data sharing..is that why they r there or some other multiple reason..any input would be greatly appreciated.

Thanks!