aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/desktopinputpanel.h
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-07-08 16:39:08 +0300
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-10-07 12:54:40 +0000
commit30b0b04dfb9634a394cabc82b746a52b4d397371 (patch)
treebc69903e5591c09c130a4a7b6b3ff34a81e505a9 /src/virtualkeyboard/desktopinputpanel.h
parent11f12de3fb83396282f213e057d24bb0ea9dc7e9 (diff)
Add support for full screen handwriting input
This change adds support for the full screen handwriting input. In full screen handwriting input, the user is able to use the whole application screen as a container for handwriting input. This feature is available to those application integrations, which integrate the new HandwritingInputPanel type to the application QML. The HandwritingInputPanel works as an add-on to the existing InputPanel, so it cannot be used exclusively without the InputPanel. Change-Id: I11530b9ccbc66aa59b210bec94d7bb87f0826370 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/virtualkeyboard/desktopinputpanel.h')
-rw-r--r--src/virtualkeyboard/desktopinputpanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/desktopinputpanel.h b/src/virtualkeyboard/desktopinputpanel.h
index 10f7de3e..a97c0576 100644
--- a/src/virtualkeyboard/desktopinputpanel.h
+++ b/src/virtualkeyboard/desktopinputpanel.h
@@ -19,7 +19,7 @@
#ifndef DESKTOPINPUTPANEL_H
#define DESKTOPINPUTPANEL_H
-#include "abstractinputpanel.h"
+#include "appinputpanel.h"
QT_BEGIN_NAMESPACE
class QWindow;
@@ -27,7 +27,7 @@ QT_END_NAMESPACE
class DesktopInputPanelPrivate;
-class DesktopInputPanel : public AbstractInputPanel
+class DesktopInputPanel : public AppInputPanel
{
Q_OBJECT
Q_DECLARE_PRIVATE(DesktopInputPanel)