摘要: Private implementation slots Disclaimer: this article descrbes techiques that are not part of the public Qt API, using them may result in non-portable or version specific code. The example below was t... 阅读全文
posted @ 2011-11-04 16:44 katago 阅读(688) 评论(0) 推荐(0)
摘要: http://www.qtcentre.org/threads/31700-QObject-sender()-in-a-Q_PRIVATE_SLOT class MyClassPrivate { public: ... void _q_mySlot() { Q_Q(MyClass); qDebug() << q->sender(); // should... 阅读全文
posted @ 2011-11-04 15:12 katago 阅读(1769) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/4.7/declarative-tutorials-extending-chapter5-listproperties.html 阅读全文
posted @ 2011-11-04 15:07 katago 阅读(149) 评论(0) 推荐(0)