上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 136 下一页
摘要: http://doc.qt.nokia.com/4.7-snapshot/qml-repeater.html#details The Repeater element creates all of its delegate items when the repeater is first created.This can be inefficient if there are a large n... 阅读全文
posted @ 2011-11-08 10:10 katago 阅读(781) 评论(0) 推荐(0)
摘要: 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)
摘要: http://developer.qt.nokia.com/wiki/Category:SimplifiedChinese::QtInternals 阅读全文
posted @ 2011-11-03 18:57 katago 阅读(212) 评论(0) 推荐(0)
摘要: http://developer.qt.nokia.com/wiki/BasicsOfPlugins_SimplifiedChinese http://developer.qt.nokia.com/wiki/QtPlugins_SimplifiedChinese 阅读全文
posted @ 2011-11-03 18:47 katago 阅读(263) 评论(0) 推荐(0)
摘要: C++ Extensions: Reference examples These examples show how QML can be extended from C++ in various ways. The code for these examples is used throughout the Extending QML in C++ reference documenta... 阅读全文
posted @ 2011-11-03 17:57 katago 阅读(222) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/4.7-snapshot/declarative-tutorials-extending-chapter4-custompropertytypes.html We can also use various other property types. QML has built-in support for the types listed in t... 阅读全文
posted @ 2011-11-03 17:23 katago 阅读(209) 评论(0) 推荐(0)
摘要: Qt slot 或者 using Q_INVOKABLE 都可以被qml调用 public: ... Q_INVOKABLE void clearChart(); signals: void chartCleared(); qml中对应onChartCl... 阅读全文
posted @ 2011-11-03 17:05 katago 阅读(186) 评论(0) 推荐(0)
摘要: http://doc.qt.nokia.com/4.7-snapshot/declarative-tutorials-extending-chapter1-basics.html ------------------------------------------------- 笔记: QML 各个Element对应的c++类(http://doc.qt.nokia.com/4.7-snapsh... 阅读全文
posted @ 2011-11-03 16:57 katago 阅读(223) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 136 下一页