!48 update touchpad touchscreen search text

Merge pull request !48 from 赵世旭/0830
This commit is contained in:
赵世旭 2024-08-30 08:58:42 +00:00 committed by Gitee
commit 1098e85cff
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
27 changed files with 580 additions and 496 deletions

View File

@ -211,6 +211,7 @@ QWidget* TouchpadUI::createMouseDisableWidget()
QWidget* mouseDisableWidget = new QWidget(this);
mouseDisableWidget->setMaximumSize(16777215, 60);
//~ contents_path /Touchpad/Disable touchpad when using the mouse
QLabel* mouseDisableLabel = new QLabel(tr("Disable touchpad when using the mouse"), this);
kdk::KSwitchButton* mouseDisableBtn = new kdk::KSwitchButton(this);
@ -238,6 +239,7 @@ QWidget* TouchpadUI::createPointerSpeedWidget()
QWidget* pointerSpeedWidget = new QWidget(this);
pointerSpeedWidget->setMaximumSize(16777215, 60);
//~ contents_path /Touchpad/Pointer Speed
QLabel* pointerSpeedLabel = new QLabel(tr("Pointer Speed"), this);
QLabel* pointerSpeedSlowLabel = new QLabel(tr("Slow"), this);
QLabel* pointerSpeedFastLabel = new QLabel(tr("Fast"), this);
@ -289,6 +291,7 @@ QWidget* TouchpadUI::createTypingDisableWidget()
QWidget* typingDisableWidget = new QWidget(this);
typingDisableWidget->setMaximumSize(16777215,60);
//~ contents_path /Touchpad/Disable touchpad when typing
QLabel* typingDisableLabel = new QLabel(tr("Disable touchpad when typing"), this);
kdk::KSwitchButton* typingDisableBtn = new kdk::KSwitchButton(this);
@ -317,6 +320,7 @@ QWidget* TouchpadUI::createClickDisableWidget()
QHBoxLayout *clickHLayout = new QHBoxLayout(clickWidget);
//~ contents_path /Touchpad/Touch and click on the touchpad
QLabel* clickLabel = new QLabel(tr("Touch and click on the touchpad"), this);
kdk::KSwitchButton* clickBtn = new kdk::KSwitchButton(this);
clickBtn->blockSignals(true);
@ -341,6 +345,7 @@ QWidget* TouchpadUI::createScrollSlideWidget()
QWidget* scrollSlideWidget = new QWidget(this);
scrollSlideWidget->setMaximumSize(16777215, 60);
//~ contents_path /Touchpad/Scroll bar slides with finger
QLabel* scrollSlideLabel = new QLabel(tr("Scroll bar slides with finger"), this);
kdk::KSwitchButton* scrollSlideBtn = new kdk::KSwitchButton(this);
scrollSlideBtn->blockSignals(true);
@ -367,6 +372,7 @@ QWidget* TouchpadUI::createScrollAreaWidget()
QWidget* scrollAreaWidget = new QWidget(this);
scrollAreaWidget->setMaximumSize(16777215, 60);
//~ contents_path /Touchpad/Scrolling area
QLabel* scrollAreaLabel = new QLabel(tr("Scrolling area"), this);
QComboBox* scrollTypeComBox = new QComboBox(this);
@ -519,6 +525,7 @@ QWidget* TouchpadUI::createVideoWidget()
QWidget* TouchpadUI::createMoreGestureWidget()
{
QWidget* moreGestureWidget = new QWidget(this);
//~ contents_path /Touchpad/More gesture
QPushButton *moreGestureBtn = new QPushButton(tr("More gesture"));
connect(moreGestureBtn, &QPushButton::clicked, this, []() {
QString pluginName = "ukui-control-center/Touchpad";

View File

@ -91,64 +91,71 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation></translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation></translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation></translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation></translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation></translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation></translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation></translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -89,64 +89,71 @@
<translation>Geste</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation>Touchpad bei Verwendung der Maus deaktivieren</translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation>Zeiger-Geschwindigkeit</translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation>Langsam</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation>Schnell</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation>Touchpad beim Tippen deaktivieren</translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation>Berühren und klicken Sie auf das Touchpad</translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation>Bildlaufleiste wird mit dem Finger verschoben</translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation>Bildlauf-Bereich</translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation>Zwei-Finger-Scrollen im mittleren Bereich</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation>Scrollen am Rand</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation>Scrollen deaktivieren</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation>Mehr Geste</translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -89,64 +89,71 @@
<translation>Gesto</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation>Deshabilite el panel táctil al usar el mouse</translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation>Velocidad del puntero</translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation>Lento</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation>Rápido</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation>Desactivar el panel táctil al escribir</translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation>Toque y haga clic en el panel táctil</translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation>La barra de desplazamiento se desliza con el dedo</translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation>Área de desplazamiento</translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation>Desplazamiento con dos dedos en la zona central</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation>Desplazamiento de bordes</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation>Desactivar el desplazamiento</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation>Más gesto</translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -89,64 +89,71 @@
<translation>Geste</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation>Désactiver le pavé tactile lors de lutilisation de la souris</translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation>Vitesse du pointeur</translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation>Lent</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation>Rapide</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation>Désactiver le pavé tactile lors de la saisie</translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation>Touchez et cliquez sur le pavé tactile</translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation>Faire défiler les diapositives avec le doigt</translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation>Zone de défilement</translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation>Défilement à deux doigts dans la zone centrale</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation>Défilement des bords</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation>Désactiver le défilement</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation>Plus de gestes</translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
<name>QObject</name>
<message>
<location filename="../touchpad-settings.cpp" line="93"/>
<source>three fingers click</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="94"/>
<source>show global search</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="97"/>
<source>swipe three fingers down</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="98"/>
<source>show desktop</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="101"/>
<source>swipe three fingers up</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="102"/>
<source>open the multitasking view</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="105"/>
<source>swipe three fingers horizontally</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="106"/>
<source>switch windows</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="109"/>
<source>four fingers click</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="110"/>
<source>show sidebar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="116"/>
<source>swipe four fingers horizontally</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="117"/>
<source>switch desktop</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Touchpad</name>
<message>
<location filename="../touchpad-settings.cpp" line="40"/>
<source>Touchpad</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Touchpad</extra-contents_path>
</message>
</context>
<context>
<name>TouchpadUI</name>
<message>
<location filename="../touchpadsettingsui.cpp" line="106"/>
<location filename="../touchpadsettingsui.cpp" line="187"/>
<source>Touchpad</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="115"/>
<source>Gesture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
</context>
</TS>

View File

@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<context>
<name>QObject</name>
<message>
<location filename="../touchpad-settings.cpp" line="93"/>
<source>three fingers click</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="94"/>
<source>show global search</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="97"/>
<source>swipe three fingers down</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="98"/>
<source>show desktop</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="101"/>
<source>swipe three fingers up</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="102"/>
<source>open the multitasking view</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="105"/>
<source>swipe three fingers horizontally</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="106"/>
<source>switch windows</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="109"/>
<source>four fingers click</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="110"/>
<source>show sidebar</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="116"/>
<source>swipe four fingers horizontally</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpad-settings.cpp" line="117"/>
<source>switch desktop</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Touchpad</name>
<message>
<location filename="../touchpad-settings.cpp" line="40"/>
<source>Touchpad</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Touchpad</extra-contents_path>
</message>
</context>
<context>
<name>TouchpadUI</name>
<message>
<location filename="../touchpadsettingsui.cpp" line="106"/>
<location filename="../touchpadsettingsui.cpp" line="187"/>
<source>Touchpad</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="115"/>
<source>Gesture</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation type="unfinished"></translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
</context>
</TS>

View File

@ -91,64 +91,71 @@
<translation type="vanished"> </translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation> </translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation> </translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation> </translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation> </translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation> </translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation> </translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation> </translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation> </translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation> </translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation> </translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -88,64 +88,71 @@
<translation>قول ئىشارىسى</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation>مائۇس ئىشلەتكەندە تېگىش تاختىسى ئىشلىتىش مەنئىي قىلىنىدۇ</translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation>نۇقتا تېزلىكى</translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation>ئاستا</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation>تاسقاپ</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation>خەت ئۇرغاندا سېزىمچانلىق تاختىسى ئىشلىتىش مەنئىي قىلىنىدۇ</translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation>touchpad نى چېكىش ۋە چېكىش</translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation>بارماق بىلەن سىيرىلما تاختا سىيرىلما</translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation>سىيرىلما رايونى</translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation>ئوتتۇرا رايوندا ئىككى بارماق بىلەن سىيرىلما</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation>گىرۋىكىگە سىيرىلما</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation>سىيرىلما دىسكىلارنى بىكار قىلىش</translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation>كۆپ قول ئىشارىسى</translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
</context>
</TS>

View File

@ -94,64 +94,71 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation></translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation></translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation></translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation></translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation></translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation></translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation></translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -91,64 +91,71 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="214"/>
<location filename="../touchpadsettingsui.cpp" line="215"/>
<source>Disable touchpad when using the mouse</source>
<translation></translation>
<extra-contents_path>/Touchpad/Disable touchpad when using the mouse</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="241"/>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<source>Pointer Speed</source>
<translation></translation>
<extra-contents_path>/Touchpad/Pointer Speed</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="242"/>
<location filename="../touchpadsettingsui.cpp" line="244"/>
<source>Slow</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="243"/>
<location filename="../touchpadsettingsui.cpp" line="245"/>
<source>Fast</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="292"/>
<location filename="../touchpadsettingsui.cpp" line="295"/>
<source>Disable touchpad when typing</source>
<translation></translation>
<extra-contents_path>/Touchpad/Disable touchpad when typing</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="320"/>
<location filename="../touchpadsettingsui.cpp" line="324"/>
<source>Touch and click on the touchpad</source>
<translation></translation>
<extra-contents_path>/Touchpad/Touch and click on the touchpad</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="344"/>
<location filename="../touchpadsettingsui.cpp" line="349"/>
<source>Scroll bar slides with finger</source>
<translation></translation>
<extra-contents_path>/Touchpad/Scroll bar slides with finger</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="370"/>
<location filename="../touchpadsettingsui.cpp" line="376"/>
<source>Scrolling area</source>
<translation></translation>
<extra-contents_path>/Touchpad/Scrolling area</extra-contents_path>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="373"/>
<location filename="../touchpadsettingsui.cpp" line="379"/>
<source>Two-finger scrolling in the middle area</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="374"/>
<location filename="../touchpadsettingsui.cpp" line="380"/>
<source>Edge scrolling</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="375"/>
<location filename="../touchpadsettingsui.cpp" line="381"/>
<source>Disable scrolling</source>
<translation></translation>
</message>
<message>
<location filename="../touchpadsettingsui.cpp" line="522"/>
<location filename="../touchpadsettingsui.cpp" line="529"/>
<source>More gesture</source>
<translation></translation>
<extra-contents_path>/Touchpad/More gesture</extra-contents_path>
</message>
<message>
<source>gesture</source>

View File

@ -82,6 +82,7 @@ void TabletModeDesktopWidget::initButtonGroup()
QWidget* TabletModeDesktopWidget::createTabletTextWidget() const
{
QWidget* tabletTextWidget = new QWidget;
//~ contents_path /TouchScreen/Tablet mode desktop ui
QLabel* tabletText = new QLabel(tr("Tablet mode desktop ui"));
QHBoxLayout* tabletModeLayout = new QHBoxLayout(tabletTextWidget);

View File

@ -77,6 +77,7 @@ void TabletModeWidget::initConnect()
QWidget* TabletModeWidget::createTabletModeWidget()
{
QWidget* tabletModeWidget = new QWidget;
//~ contents_path /TouchScreen/Show tablet mode in the sidebar
QLabel* tabletModeText = new QLabel(tr("Show tablet mode in the sidebar"));
m_tabletModeButton = new kdk::KSwitchButton(tabletModeWidget);
m_tabletModeButton->setChecked(getTabletModeEnabled());

View File

@ -112,6 +112,8 @@ QWidget *TouchscreenSettings::pluginUi()
QObject::tr("show sidebar"), ":/gif/resources/右边缘左划显示侧边栏.gif")
};
//~ contents_path /TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard
tr("Automatically switch tablet mode when plugging and unplugging keyboard");
pluginWidget = new TouchScreen(defaultGestureTypes, tr("Tablet Mode"), tr("Automatically switch tablet mode when plugging and unplugging keyboard"));
}
}

View File

@ -63,7 +63,6 @@ TRANSLATIONS += \
translations/mn_MN.ts \
translations/zh_HK.ts \
translations/kk_KZ.ts \
translations/ug.ts \
translations/ug_CN.ts \
translations/ky_KG.ts \
translations/de_DE.ts \

View File

@ -1,314 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.11.0, 2024-08-28T13:50:12. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
<value type="QByteArray">{c786f4b4-a93a-4ffb-9bc1-17b98bd89e34}</value>
</data>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>
<value type="int">0</value>
</data>
<data>
<variable>ProjectExplorer.Project.EditorSettings</variable>
<valuemap type="QVariantMap">
<value type="bool" key="EditorConfiguration.AutoIndent">true</value>
<value type="bool" key="EditorConfiguration.AutoSpacesForTabs">false</value>
<value type="bool" key="EditorConfiguration.CamelCaseNavigation">true</value>
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.0">
<value type="QString" key="language">Cpp</value>
<valuemap type="QVariantMap" key="value">
<value type="QByteArray" key="CurrentPreferences">CppGlobal</value>
</valuemap>
</valuemap>
<valuemap type="QVariantMap" key="EditorConfiguration.CodeStyle.1">
<value type="QString" key="language">QmlJS</value>
<valuemap type="QVariantMap" key="value">
<value type="QByteArray" key="CurrentPreferences">QmlJSGlobal</value>
</valuemap>
</valuemap>
<value type="int" key="EditorConfiguration.CodeStyle.Count">2</value>
<value type="QByteArray" key="EditorConfiguration.Codec">UTF-8</value>
<value type="bool" key="EditorConfiguration.ConstrainTooltips">false</value>
<value type="int" key="EditorConfiguration.IndentSize">4</value>
<value type="bool" key="EditorConfiguration.KeyboardTooltips">false</value>
<value type="int" key="EditorConfiguration.MarginColumn">80</value>
<value type="bool" key="EditorConfiguration.MouseHiding">true</value>
<value type="bool" key="EditorConfiguration.MouseNavigation">true</value>
<value type="int" key="EditorConfiguration.PaddingMode">1</value>
<value type="bool" key="EditorConfiguration.ScrollWheelZooming">true</value>
<value type="bool" key="EditorConfiguration.ShowMargin">false</value>
<value type="int" key="EditorConfiguration.SmartBackspaceBehavior">0</value>
<value type="bool" key="EditorConfiguration.SmartSelectionChanging">true</value>
<value type="bool" key="EditorConfiguration.SpacesForTabs">true</value>
<value type="int" key="EditorConfiguration.TabKeyBehavior">0</value>
<value type="int" key="EditorConfiguration.TabSize">8</value>
<value type="bool" key="EditorConfiguration.UseGlobal">true</value>
<value type="int" key="EditorConfiguration.Utf8BomBehavior">1</value>
<value type="bool" key="EditorConfiguration.addFinalNewLine">true</value>
<value type="bool" key="EditorConfiguration.cleanIndentation">true</value>
<value type="bool" key="EditorConfiguration.cleanWhitespace">true</value>
<value type="bool" key="EditorConfiguration.inEntireDocument">false</value>
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.PluginSettings</variable>
<valuemap type="QVariantMap"/>
</data>
<data>
<variable>ProjectExplorer.Project.Target.0</variable>
<valuemap type="QVariantMap">
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">桌面</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">桌面</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">{3e16dcd2-56d8-48df-a5da-40e129141a27}</value>
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/zhaoshixu/project/gitee/ukui-touch-settings-plugin/src/build-touchscreen-settings-unknown-Debug</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">false</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Debug</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">2</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.1">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/zhaoshixu/project/gitee/ukui-touch-settings-plugin/src/build-touchscreen-settings-unknown-Release</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">false</value>
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Release</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.2">
<value type="QString" key="ProjectExplorer.BuildConfiguration.BuildDirectory">/home/zhaoshixu/project/gitee/ukui-touch-settings-plugin/src/build-touchscreen-settings-unknown-Profile</value>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">QtProjectManager.QMakeBuildStep</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.LinkQmlDebuggingLibrary">true</value>
<value type="QString" key="QtProjectManager.QMakeBuildStep.QMakeArguments"></value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.QMakeForced">false</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.SeparateDebugInfo">true</value>
<value type="bool" key="QtProjectManager.QMakeBuildStep.UseQtQuickCompiler">true</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.1">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">false</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments"></value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">2</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Build</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Build</value>
</valuemap>
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.1">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildStepList.Step.0">
<value type="bool" key="ProjectExplorer.BuildStep.Enabled">true</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.MakeStep</value>
<valuelist type="QVariantList" key="Qt4ProjectManager.MakeStep.BuildTargets"/>
<value type="bool" key="Qt4ProjectManager.MakeStep.Clean">true</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeArguments">clean</value>
<value type="QString" key="Qt4ProjectManager.MakeStep.MakeCommand"></value>
<value type="bool" key="Qt4ProjectManager.MakeStep.OverrideMakeflags">false</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Clean</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Clean</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">2</value>
<value type="bool" key="ProjectExplorer.BuildConfiguration.ClearSystemEnvironment">false</value>
<valuelist type="QVariantList" key="ProjectExplorer.BuildConfiguration.UserEnvironmentChanges"/>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Profile</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">Qt4ProjectManager.Qt4BuildConfiguration</value>
<value type="int" key="Qt4ProjectManager.Qt4BuildConfiguration.BuildConfiguration">0</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.BuildConfigurationCount">3</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.DeployConfiguration.0">
<valuemap type="QVariantMap" key="ProjectExplorer.BuildConfiguration.BuildStepList.0">
<value type="int" key="ProjectExplorer.BuildStepList.StepsCount">0</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Deploy</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Deploy</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.BuildSteps.Deploy</value>
</valuemap>
<value type="int" key="ProjectExplorer.BuildConfiguration.BuildStepListCount">1</value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.DefaultDeployConfiguration</value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.DeployConfigurationCount">1</value>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.PluginSettings"/>
<valuemap type="QVariantMap" key="ProjectExplorer.Target.RunConfiguration.0">
<value type="QString" key="Analyzer.Perf.CallgraphMode">dwarf</value>
<valuelist type="QVariantList" key="Analyzer.Perf.Events">
<value type="QString">cpu-cycles</value>
</valuelist>
<valuelist type="QVariantList" key="Analyzer.Perf.ExtraArguments"/>
<value type="int" key="Analyzer.Perf.Frequency">250</value>
<valuelist type="QVariantList" key="Analyzer.Perf.RecordArguments">
<value type="QString">-e</value>
<value type="QString">cpu-cycles</value>
<value type="QString">--call-graph</value>
<value type="QString">dwarf,4096</value>
<value type="QString">-F</value>
<value type="QString">250</value>
</valuelist>
<value type="QString" key="Analyzer.Perf.SampleMode">-F</value>
<value type="bool" key="Analyzer.Perf.Settings.UseGlobalSettings">true</value>
<value type="int" key="Analyzer.Perf.StackSize">4096</value>
<value type="bool" key="Analyzer.QmlProfiler.AggregateTraces">false</value>
<value type="bool" key="Analyzer.QmlProfiler.FlushEnabled">false</value>
<value type="uint" key="Analyzer.QmlProfiler.FlushInterval">1000</value>
<value type="QString" key="Analyzer.QmlProfiler.LastTraceFile"></value>
<value type="bool" key="Analyzer.QmlProfiler.Settings.UseGlobalSettings">true</value>
<valuelist type="QVariantList" key="Analyzer.Valgrind.AddedSuppressionFiles"/>
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectBusEvents">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.CollectSystime">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableBranchSim">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableCacheSim">false</value>
<value type="bool" key="Analyzer.Valgrind.Callgrind.EnableEventToolTips">true</value>
<value type="double" key="Analyzer.Valgrind.Callgrind.MinimumCostRatio">0.01</value>
<value type="double" key="Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio">10</value>
<value type="bool" key="Analyzer.Valgrind.FilterExternalIssues">true</value>
<value type="QString" key="Analyzer.Valgrind.KCachegrindExecutable">kcachegrind</value>
<value type="int" key="Analyzer.Valgrind.LeakCheckOnFinish">1</value>
<value type="int" key="Analyzer.Valgrind.NumCallers">25</value>
<valuelist type="QVariantList" key="Analyzer.Valgrind.RemovedSuppressionFiles"/>
<value type="int" key="Analyzer.Valgrind.SelfModifyingCodeDetection">1</value>
<value type="bool" key="Analyzer.Valgrind.Settings.UseGlobalSettings">true</value>
<value type="bool" key="Analyzer.Valgrind.ShowReachable">false</value>
<value type="bool" key="Analyzer.Valgrind.TrackOrigins">true</value>
<value type="QString" key="Analyzer.Valgrind.ValgrindExecutable">valgrind</value>
<valuelist type="QVariantList" key="Analyzer.Valgrind.VisibleErrorKinds">
<value type="int">0</value>
<value type="int">1</value>
<value type="int">2</value>
<value type="int">3</value>
<value type="int">4</value>
<value type="int">5</value>
<value type="int">6</value>
<value type="int">7</value>
<value type="int">8</value>
<value type="int">9</value>
<value type="int">10</value>
<value type="int">11</value>
<value type="int">12</value>
<value type="int">13</value>
<value type="int">14</value>
</valuelist>
<value type="int" key="PE.EnvironmentAspect.Base">2</value>
<valuelist type="QVariantList" key="PE.EnvironmentAspect.Changes"/>
<value type="QString" key="ProjectExplorer.CustomExecutableRunConfiguration.Executable"></value>
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">ProjectExplorer.CustomExecutableRunConfiguration</value>
<value type="QString" key="ProjectExplorer.RunConfiguration.BuildKey"></value>
<value type="QString" key="RunConfiguration.Arguments"></value>
<value type="bool" key="RunConfiguration.Arguments.multi">false</value>
<value type="QString" key="RunConfiguration.OverrideDebuggerStartup"></value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
<value type="bool" key="RunConfiguration.UseMultiProcess">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
<value type="QString" key="RunConfiguration.WorkingDirectory.default"></value>
</valuemap>
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
</valuemap>
</data>
<data>
<variable>ProjectExplorer.Project.TargetCount</variable>
<value type="int">1</value>
</data>
<data>
<variable>ProjectExplorer.Project.Updater.FileVersion</variable>
<value type="int">22</value>
</data>
<data>
<variable>Version</variable>
<value type="int">22</value>
</data>
</qtcreator>

View File

@ -106,12 +106,10 @@ QList<GestureWidget*> TouchScreen::createGestureWidgets()
void TouchScreen::initUI()
{
//~ contents_path /TouchScreen/touchscreen gesture
ui->touchscreen_label->setText(tr("Touchscreen gesture"));
//~ contents_path /TouchScreen/more gesture
ui->moreGestureButton->setText(tr("More gesture"));
//~ contents_path /TouchScreen/Tablet Mode
ui->switchTablet_label->setText(m_modeTypeText);
ui->touchscreen_label->setText(tr("Touchscreen gesture"));
TabletModeWidget* tabletModeWidget = new TabletModeWidget;
ui->verticalLayout->insertWidget(2, tabletModeWidget);

View File

@ -71,6 +71,7 @@
<message>
<source>Tablet mode desktop ui</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
@ -78,6 +79,7 @@
<message>
<source>Show tablet mode in the sidebar</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
@ -101,7 +103,6 @@
<message>
<source>touchscreen gesture</source>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<source>more gesture</source>
@ -155,7 +156,6 @@
<message>
<source>Max Tablet Mode</source>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/Tablet Mode</extra-contents_path>
</message>
<message>
<source>auto switch max tablet mode</source>
@ -164,7 +164,6 @@
<message>
<source>Touchscreen gesture</source>
<translation></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<source>More gesture</source>
@ -209,6 +208,7 @@
<message>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>MaxTablet And TouchScreen</source>

View File

@ -89,20 +89,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation type="unfinished"></translation>
</message>
@ -192,13 +194,12 @@
<translation type="vanished">Wechseln von Fenstern</translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation>Touchscreen-Geste</translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation>Mehr Geste</translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -256,14 +257,16 @@
<translation>Automatisches Umschalten zwischen dem Großbildmodus</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation>Tablet-Modus</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -89,20 +89,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation type="unfinished"></translation>
</message>
@ -192,13 +194,12 @@
<translation type="vanished">Cambiar de ventana</translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation>Gesto de la pantalla táctil</translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation>Más gesto</translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -256,14 +257,16 @@
<translation>Cambiar automáticamente entre el modo de pantalla grande</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation>Modo tableta</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -89,20 +89,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation type="unfinished"></translation>
</message>
@ -192,13 +194,12 @@
<translation type="vanished">Changer de fenêtre</translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation>Geste sur lécran tactile</translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation>Plus de gestes</translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -256,14 +257,16 @@
<translation>Basculez automatiquement entre le mode grand écran</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation>Mode tablette</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -90,20 +90,22 @@
<translation>MaxTablet</translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation>تاقتا فورمالىق ۇستەل بەتى ui</translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation>يانبالداقتا بىركەلكى تاقتا كۇيىن كورسەتەدى</translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation> كەزەكتە بىركەلكى تاقتالٸق كۇيدە، نۇ قىزىمەتىن قوزعالتۋ ٷشٸن جان بالداقتىكى تاقتا كومپيۋتەر كۇيىن قۇلىپتاپ ەت</translation>
</message>
@ -131,13 +133,12 @@
<translation>بەلگى2</translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation>سەزىمتال ەكٸران قۇل يشارا</translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation>كوپ قۇل يشاراتى</translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -187,14 +188,16 @@
<translation>ۇلكەن ەكٸران كۇيىن اۆتوماتتى سايكەستىرۋ</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation>بىركەلكى تاقتا كۇيى</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation>كىنوپكا تاقتاسٸن چاتقاندا اۆتوماتتى قالدا تاقتا كومپيۋتەر بەينەسىنە الماسۋ</translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -89,20 +89,22 @@
<translation>MaxTablet</translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation>تاقتا كەبەتەلۉۉ شىرە بەتى ui</translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation>يانبالداقتا بىردەي تاقتا ابالىن كۅرسۅتۅت</translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation> گەزەكتە بىردەي تاقتالىق ابالدا، بۇل قۇرباتىن قوزعوتۇۇ ۉچۉن ۇقۇق ،امال بالداقتىكى تاقتا كومپىيۇتەر ابالىن ەتىپ جىبەرىڭ</translation>
</message>
@ -130,13 +132,12 @@
<translation>بەلگە 2</translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation>سەزىمتال ەكىران قول ئىشارىتى</translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation>كۅپ قول ئىشارىسى</translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -186,14 +187,16 @@
<translation>چوڭ ەكىران ابالىن اپتوماتتىك الماشتىرۇۇ</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation>بىردەي تاقتا ابالى</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation>كۇنۇپكا تاقتاسىن چاتقاندا اپتوماتتىك ابالدا تاقتا كومپىيۇتەر ابالىنا الماشۇۇ</translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -89,20 +89,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation type="unfinished"></translation>
</message>
@ -133,7 +135,6 @@
<source>touchscreen gesture</source>
<translatorcomment></translatorcomment>
<translation type="vanished"> </translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<source>more gesture</source>
@ -192,13 +193,12 @@
<translation type="vanished"> </translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation> </translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation> </translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -248,14 +248,16 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation> </translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
</context>
</TS>

View File

@ -97,9 +97,10 @@
<translation>MaxTablet</translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation>تاختا شەكىللىك ئۈستەل يۈزى ui</translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
@ -125,12 +126,13 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation>يانبالداقتا تەكشى تاختا ھالىتىنى كۆرسىتىدۇ</translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation> نۆۋەتتە تەكشى تاختىلىق ھالەتتە، بۇ ئىقتىدارنى قوزغىتىش ئۈچۈن يان بالداقتىكى تاختا كومپيۇتېر ھالىتىنى ئېتىۋېتىڭ</translation>
</message>
@ -161,13 +163,11 @@
<source>touchscreen gesture</source>
<translatorcomment></translatorcomment>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<source>more gesture</source>
<translatorcomment></translatorcomment>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
</message>
<message>
<source>Tablet Mode</source>
@ -190,7 +190,6 @@
<message>
<source>Max Tablet Mode</source>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/Tablet Mode</extra-contents_path>
</message>
<message>
<source>auto switch max tablet mode</source>
@ -237,14 +236,13 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translatorcomment></translatorcomment>
<translation>سېزىمچان ئېكران قول ئىشارىتى</translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translatorcomment></translatorcomment>
<translation>كۆپ قول ئىشارىسى</translation>
@ -313,14 +311,16 @@
<translation>چوڭ ئېكران ھالىتىنى ئاپتوماتىك ئالماشتۇرۇش</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation>تەكشى تاختا ھالىتى</translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation>كۇنۇپكا تاختىسىنى چاتقاندا ئاپتوماتىك ھالدا تاختا كومپيۇتېر ھالىتىگە ئالمىشىش</translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -97,9 +97,10 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation>UI</translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
@ -125,12 +126,13 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation></translation>
</message>
@ -161,7 +163,6 @@
<source>touchscreen gesture</source>
<translatorcomment></translatorcomment>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<source>more gesture</source>
@ -190,7 +191,6 @@
<message>
<source>Max Tablet Mode</source>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/Tablet Mode</extra-contents_path>
</message>
<message>
<source>auto switch max tablet mode</source>
@ -237,14 +237,13 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translatorcomment></translatorcomment>
<translation></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translatorcomment></translatorcomment>
<translation></translation>
@ -313,14 +312,16 @@
<translation></translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation></translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
<message>
<source>auto switch tablet mode</source>

View File

@ -89,20 +89,22 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../tabletmodedesktopwidget.cpp" line="85"/>
<location filename="../tabletmodedesktopwidget.cpp" line="86"/>
<source>Tablet mode desktop ui</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Tablet mode desktop ui</extra-contents_path>
</message>
</context>
<context>
<name>TabletModeWidget</name>
<message>
<location filename="../tabletmodewidget.cpp" line="80"/>
<location filename="../tabletmodewidget.cpp" line="81"/>
<source>Show tablet mode in the sidebar</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Show tablet mode in the sidebar</extra-contents_path>
</message>
<message>
<location filename="../tabletmodewidget.cpp" line="102"/>
<location filename="../tabletmodewidget.cpp" line="103"/>
<source> Currently in tablet mode, please turn off tablet mode in the sidebar to activate this feature</source>
<translation type="unfinished"></translation>
</message>
@ -133,7 +135,6 @@
<source>touchscreen gesture</source>
<translatorcomment></translatorcomment>
<translation type="vanished"></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<source>more gesture</source>
@ -192,13 +193,12 @@
<translation type="vanished"></translation>
</message>
<message>
<location filename="../touchscreen.cpp" line="110"/>
<location filename="../touchscreen.cpp" line="112"/>
<source>Touchscreen gesture</source>
<translation></translation>
<extra-contents_path>/TouchScreen/touchscreen gesture</extra-contents_path>
</message>
<message>
<location filename="../touchscreen.cpp" line="112"/>
<location filename="../touchscreen.cpp" line="110"/>
<source>More gesture</source>
<translation></translation>
<extra-contents_path>/TouchScreen/more gesture</extra-contents_path>
@ -256,14 +256,16 @@
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Tablet Mode</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../touchscreen-settings.cpp" line="115"/>
<location filename="../touchscreen-settings.cpp" line="116"/>
<location filename="../touchscreen-settings.cpp" line="117"/>
<source>Automatically switch tablet mode when plugging and unplugging keyboard</source>
<translation type="unfinished"></translation>
<extra-contents_path>/TouchScreen/Automatically switch tablet mode when plugging and unplugging keyboard</extra-contents_path>
</message>
</context>
</TS>