Widget keyboard initial import
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Wed, 14 Mar 2012 09:04:34 +0000 (09:04 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Wed, 14 Mar 2012 09:04:34 +0000 (09:04 +0000)
commit0d36b76b3960f1e26132404e72233d24b48beb5f
tree12662fafa320bc2033eea10677d1b9b4b8c4948d
Widget keyboard initial import

git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@60 47cf9a05-e0a8-4ed5-9e9b-101a649bc004
43 files changed:
KeyboardDebug/KeyboardDebug.sln [new file with mode: 0644]
KeyboardDebug/KeyboardDebug.suo [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/KeyboardDebug.vcxproj [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/KeyboardDebug.vcxproj.filters [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/keyboarddebug.cpp [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/keyboarddebug.h [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/keyboarddebug.qrc [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/keyboarddebug.ui [new file with mode: 0644]
KeyboardDebug/KeyboardDebug/main.cpp [new file with mode: 0644]
WidgetKeyboard.sln [new file with mode: 0644]
WidgetKeyboard.suo [new file with mode: 0644]
WidgetKeyboard/WidgetKeyboard.pro [new file with mode: 0644]
WidgetKeyboard/WidgetKeyboard.suo [new file with mode: 0644]
WidgetKeyboard/WidgetKeyboard.vcxproj [new file with mode: 0644]
WidgetKeyboard/WidgetKeyboard.vcxproj.filters [new file with mode: 0644]
WidgetKeyboard/WidgetKeyboard.vcxproj.user [new file with mode: 0644]
WidgetKeyboard/blue.png [new file with mode: 0644]
WidgetKeyboard/common.pri [new file with mode: 0644]
WidgetKeyboard/example/DynaKeyboard.cpp [new file with mode: 0644]
WidgetKeyboard/example/DynaKeyboard.h [new file with mode: 0644]
WidgetKeyboard/example/DynaKeyboardHaptic.cpp [new file with mode: 0644]
WidgetKeyboard/example/DynaKeyboardHaptic.h [new file with mode: 0644]
WidgetKeyboard/example/DynaKeyboardVisual.cpp [new file with mode: 0644]
WidgetKeyboard/example/DynaKeyboardVisual.h [new file with mode: 0644]
WidgetKeyboard/example/Main.cpp [new file with mode: 0644]
WidgetKeyboard/example/MenuBar.cpp [new file with mode: 0644]
WidgetKeyboard/example/Sheet.cpp [new file with mode: 0644]
WidgetKeyboard/example/Sheet.h [new file with mode: 0644]
WidgetKeyboard/example/UseKeyBoardDialog.cpp [new file with mode: 0644]
WidgetKeyboard/example/UseKeyBoardDialog.h [new file with mode: 0644]
WidgetKeyboard/example/UseKeyBoardDialog.ui [new file with mode: 0644]
WidgetKeyboard/example/example.pro [new file with mode: 0644]
WidgetKeyboard/grey.png [new file with mode: 0644]
WidgetKeyboard/ressource.qrc [new file with mode: 0644]
WidgetKeyboard/src/WidgetKeyboard.cpp [new file with mode: 0644]
WidgetKeyboard/src/WidgetKeyboard.h [new file with mode: 0644]
WidgetKeyboard/src/WidgetKeyboard.pri [new file with mode: 0644]
WidgetKeyboard/src/WidgetKeyboard.qrc [new file with mode: 0644]
WidgetKeyboard/src/WidgetKeyboard.ui [new file with mode: 0644]
WidgetKeyboard/src/res/down.JPG [new file with mode: 0644]
WidgetKeyboard/src/res/left.JPG [new file with mode: 0644]
WidgetKeyboard/src/res/right.JPG [new file with mode: 0644]
WidgetKeyboard/src/res/up.JPG [new file with mode: 0644]