Hi,
Do you have any link that explains the Implementation details of the QObject, Q_OBJEC, Q_PROPERTY Macro.
Hi,
Do you have any link that explains the Implementation details of the QObject, Q_OBJEC, Q_PROPERTY Macro.
We can't solve problems by using the same kind of thinking we used when we created them
What do you mean with "implementation details"? Just read the sources if the documentation is not enough..![]()
J-P Nurmi
Thank u for the link i never knew something of that sort existOriginally Posted by zlatko
But nothing is said about how the Q_OBJECT is implemented. No info about the moc ing the QObject Subclasses is Provided that explain about qt_invoke or the implementation of the functions declared ....
I was asking if anyone has any doc that helps me understand the internals better.
We can't solve problems by using the same kind of thinking we used when we created them
Are you sure that oficial documentation is poor![]()
Moc system
Also available good book Blanchet "Gui programing with Qt3", search in web for it
a life without programming is like an empty bottle![]()
Originally Posted by sunil.thaha
Qt Code:
#define Q_OBJECT \ public: \ virtual void *qt_metacast(const char *); \ QT_TR_FUNCTIONS \ private:To copy to clipboard, switch view to plain text mode
http://doc.trolltech.com/qq/qq16-dynamicqobject.htmlNo info about the moc ing the QObject Subclasses is Provided that explain about qt_invoke or the implementation of the functions declared ....
I was asking if anyone has any doc that helps me understand the internals better.
sunil.thaha (2nd June 2006)
No the doc is one of the best written manual on a Beautiful tool ever made. But it emphasises more on the usage rather than the design of the tool. Hope you get me .Originally Posted by zlatko
Anyway Thanks for the tip!
The link by Wysota is what i had wanted to begin with the exploration of Qt's Internals. That gets into the implementation of the functions declared by Q_OBJECT.
Thanks all
Last edited by sunil.thaha; 2nd June 2006 at 13:16.
We can't solve problems by using the same kind of thinking we used when we created them
Bookmarks