xref: /OK3568_Linux_fs/buildroot/package/qt5/qt5virtualkeyboard/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_QT5VIRTUALKEYBOARD
2	bool "qt5virtualkeyboard"
3	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE # qt5declarative
4	select BR2_PACKAGE_QT5DECLARATIVE
5	select BR2_PACKAGE_QT5DECLARATIVE_QUICK
6	select BR2_PACKAGE_QT5SVG
7	help
8	  Qt Virtual Keyboard is a virtual keyboard framework that
9	  consists of a C++ backend supporting custom input methods as
10	  well as a UI frontend implemented in QML.
11
12	  https://doc.qt.io/qt-5/qtvirtualkeyboard-index.html
13
14if BR2_PACKAGE_QT5VIRTUALKEYBOARD
15
16config BR2_PACKAGE_QT5VIRTUALKEYBOARD_LANGUAGE_LAYOUTS
17	string "language layouts"
18	default "en_GB"
19	help
20	  The Virtual Keyboard supports the following languages:
21	  - Arabic (ar_AR)
22	  - Danish (da_DK)
23	  - English (en_GB)
24	  - Finnish (fi_FI)
25	  - French (fr_FR)
26	  - German (de_DE)
27	  - Hindi (hi_IN)
28	  - Italian (it_IT)
29	  - Japanese (ja_JP)
30	  - Korean (ko_KR)
31	  - Norwegian (nb_NO)
32	  - Persian/Farsi (fa_FA)
33	  - Polish (pl_PL)
34	  - Portugese (pt_PT)
35	  - Romanian (ro_RO)
36	  - Russian (ru_RU)
37	  - Simplified Chinese (zh_CN)
38	  - Traditional Chinese (zh_TW)
39	  - Spanish (es_ES)
40	  - Swedish (sv_SE)
41
42	  Note: the special value "all" can be used to install support
43	  for all supported languages.
44
45config BR2_PACKAGE_QT5VIRTUALKEYBOARD_HANDWRITING
46	bool "handwriting"
47	help
48	  Handwriting support, with gestures for fullscreen input.
49
50	  Lipi Toolkit (LipiTk) is an open source toolkit for online
51	  Handwriting Recognition.
52
53config BR2_PACKAGE_QT5VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
54	bool "Arrow key navigation"
55	help
56	  Allows controlling the keyboard using the arrow and return
57	  keys.
58
59endif
60