标题:【提问】请问 Q_PROPERTY macro
作者:rogi1126
日期:2005-11-16 14:24
内容:
I saw a lot ofthis macro , but I don't understand the meaning of it and can't find document about it , can anyone help me ,thanks ,
#1 [XChinux 11-16 14:48]
Qt中的属性机制
The Q_PROPERTY() macro in a class declaration declares a property. Properties can only be declared in classes that inherit QObject.
#2 [XChinux 11-16 14:48]
Qt Reference里有的,你search一下。