140 qmlRegisterType<QDeclarativeRow>("Qt",4,7,"Row"); |
140 qmlRegisterType<QDeclarativeRow>("Qt",4,7,"Row"); |
141 qmlRegisterType<QDeclarativeTranslate>("Qt",4,7,"Translate"); |
141 qmlRegisterType<QDeclarativeTranslate>("Qt",4,7,"Translate"); |
142 qmlRegisterType<QGraphicsScale>("Qt",4,7,"Scale"); |
142 qmlRegisterType<QGraphicsScale>("Qt",4,7,"Scale"); |
143 qmlRegisterType<QDeclarativeText>("Qt",4,7,"Text"); |
143 qmlRegisterType<QDeclarativeText>("Qt",4,7,"Text"); |
144 qmlRegisterType<QDeclarativeTextEdit>("Qt",4,7,"TextEdit"); |
144 qmlRegisterType<QDeclarativeTextEdit>("Qt",4,7,"TextEdit"); |
|
145 #ifndef QT_NO_LINEEDIT |
145 qmlRegisterType<QDeclarativeTextInput>("Qt",4,7,"TextInput"); |
146 qmlRegisterType<QDeclarativeTextInput>("Qt",4,7,"TextInput"); |
|
147 #endif |
146 qmlRegisterType<QDeclarativeViewSection>("Qt",4,7,"ViewSection"); |
148 qmlRegisterType<QDeclarativeViewSection>("Qt",4,7,"ViewSection"); |
147 qmlRegisterType<QDeclarativeVisualDataModel>("Qt",4,7,"VisualDataModel"); |
149 qmlRegisterType<QDeclarativeVisualDataModel>("Qt",4,7,"VisualDataModel"); |
148 qmlRegisterType<QDeclarativeVisualItemModel>("Qt",4,7,"VisualItemModel"); |
150 qmlRegisterType<QDeclarativeVisualItemModel>("Qt",4,7,"VisualItemModel"); |
149 |
151 |
150 qmlRegisterType<QDeclarativeAnchors>(); |
152 qmlRegisterType<QDeclarativeAnchors>(); |