Attempt to wrrap ClocksWidget for use in QML
authorHeli Hyvättinen <heli.hyvattinen@kymp.net>
Thu, 11 Aug 2011 21:11:12 +0000 (00:11 +0300)
committerHeli Hyvättinen <heli.hyvattinen@kymp.net>
Thu, 11 Aug 2011 21:11:12 +0000 (00:11 +0300)
commit3fb16bd076be34cd85e0c6b8a6a3375beab0a517
tree9f25886a7995557e145fb04553686b315ce960c2
parentf409c8b0d820edfeee3e169a72fb7c884be32d53
Attempt to wrrap ClocksWidget for use in QML

Managed to create a plugin, but not to use it.
20 files changed:
chessclock.pro
chessclock.pro.user
classes/clockswidgetplugin.cpp [new file with mode: 0644]
classes/clockswidgetplugin.h [new file with mode: 0644]
classes/wrappedclockswidget.cpp [new file with mode: 0644]
classes/wrappedclockswidget.h [new file with mode: 0644]
clockswidgetplugin/classes/chessclock.cpp [new file with mode: 0644]
clockswidgetplugin/classes/chessclock.h [new file with mode: 0644]
clockswidgetplugin/classes/chessclockwidget.cpp [new file with mode: 0644]
clockswidgetplugin/classes/chessclockwidget.h [new file with mode: 0644]
clockswidgetplugin/classes/clockswidget.cpp [new file with mode: 0644]
clockswidgetplugin/classes/clockswidget.h [new file with mode: 0644]
clockswidgetplugin/classes/clockswidgetplugin.cpp [new file with mode: 0644]
clockswidgetplugin/classes/clockswidgetplugin.h [new file with mode: 0644]
clockswidgetplugin/classes/wrappedclockswidget.cpp [new file with mode: 0644]
clockswidgetplugin/classes/wrappedclockswidget.h [new file with mode: 0644]
clockswidgetplugin/clockswidgetplugin.pro [new file with mode: 0644]
clockswidgetplugin/qmldir [new file with mode: 0644]
qml/ClocksPage.qml
qml/ClocksWidgetWrapper.qml [new file with mode: 0644]