Go to file
wangyan 6d3dcca778 Chore: update changelog to 4.0.1.0-ok2.7 2024-03-04 17:54:35 +08:00
debian Chore: update changelog to 4.0.1.0-ok2.7 2024-03-04 17:54:35 +08:00
man chore: add License for manpage 2023-08-02 16:27:00 +08:00
src Feat: 触摸屏界面增加平板桌面ui选项 2024-03-04 17:52:34 +08:00
LICENSE add LICENSE. 2023-04-19 10:47:36 +08:00
README.md Import Upstream version 1.0.11.1 2022-06-15 16:03:23 +08:00
ukui-touch-settings-plugin.pro Feat:控制面板触摸屏界面支持区分大屏和平板 2023-09-04 14:57:56 +08:00

README.md

ukui-touch-settings-plugin

ukui-touch-settings-plugin 是 ukui-control 的一个触摸相关设备的插件集合
其中包括了三个插件:
    touchscreen-settings
    touchpen-settings
    touchpad-settings

build depend

qtbase5-dev
libgsettings-qt-dev,
libukcc-dev,
libxi-dev,
libqt5x11extras5-dev,
qttools5-dev-tools

make

mkdir build
cd build
qmake ..
make
sudo make install

CommonInterface

由 libukcc 提供的基类,继承这个基类并实现其规定的接口,再将编译出的 *.so 文件安装到对应位置即可显示在控制面板中

touchscreen-settings

touchscreen-settings 是负责展示触摸屏手势的控制面板插件,可以展示不同的手势对应的快捷操作

touchpen-settings

touchpen-settings 是负责展示手写笔信息的控制面板插件,未来增加了手写笔配置也会加在这个插件上