Group Selection related Settings together

This commit is contained in:
shenleban tongying 2022-11-19 12:28:11 -05:00
parent a4359bef3c
commit e6b9810cc7

View file

@ -434,6 +434,38 @@ the program would always start with the scan popup active.</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="scanToMainWindow">
<property name="toolTip">
<string>Send translated word to main window instead of to show it in popup window</string>
</property>
<property name="text">
<string>Send translated word to main window</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableClipboardTrack">
<property name="toolTip">
<string>Track clipboard changes when Scanning is enabled. Notice! You should always enable this unless you are on Linux.</string>
</property>
<property name="text">
<string>Track Clipboard change</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="enableX11SelectionTrack">
<property name="title">
<string>Track Selection change</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QCheckBox" name="enableScanPopupModifiers">
<property name="toolTip">
@ -441,7 +473,7 @@ the program would always start with the scan popup active.</string>
in the pressed state when the word selection changes.</string>
</property>
<property name="text">
<string>Only show popup when all selected keys are kept pressed:</string>
<string>Only tack selection when all selected keys are kept pressed:</string>
</property>
</widget>
</item>
@ -620,6 +652,16 @@ in the pressed state when the word selection changes.</string>
</layout>
</widget>
</item>
<item>
<widget class="QCheckBox" name="showScanFlag">
<property name="toolTip">
<string>Show a flag window before showing popup window, click the flag to show popup window. </string>
</property>
<property name="text">
<string>Show scan flag when word is selected</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
@ -681,16 +723,6 @@ seconds, which is specified here.</string>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="showScanFlag">
<property name="toolTip">
<string>Show a flag window before showing popup window, click the flag to show popup window. </string>
</property>
<property name="text">
<string>Show scan flag when word is selected</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="ignoreOwnClipboardChanges">
<property name="toolTip">
@ -701,37 +733,7 @@ seconds, which is specified here.</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="scanToMainWindow">
<property name="toolTip">
<string>Send translated word to main window instead of to show it in popup window</string>
</property>
<property name="text">
<string>Send translated word to main window</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="enableX11SelectionTrack">
<property name="title">
<string>Track Selection change</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="enableClipboardTrack">
<property name="toolTip">
<string>Track clipboard changes when Scanning is enabled. Noice! You should always enable this unless you are on Linux.</string>
</property>
<property name="text">
<string>Track Clipboard change</string>
</property>
</layout>
</widget>
</item>
<item>