mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-30 21:34:07 +00:00
Group Selection related Settings together
This commit is contained in:
parent
a4359bef3c
commit
e6b9810cc7
|
@ -434,6 +434,38 @@ the program would always start with the scan popup active.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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>
|
<item>
|
||||||
<widget class="QCheckBox" name="enableScanPopupModifiers">
|
<widget class="QCheckBox" name="enableScanPopupModifiers">
|
||||||
<property name="toolTip">
|
<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>
|
in the pressed state when the word selection changes.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<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>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -620,6 +652,16 @@ in the pressed state when the word selection changes.</string>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</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>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
<item>
|
<item>
|
||||||
|
@ -681,16 +723,6 @@ seconds, which is specified here.</string>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</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>
|
<item>
|
||||||
<widget class="QCheckBox" name="ignoreOwnClipboardChanges">
|
<widget class="QCheckBox" name="ignoreOwnClipboardChanges">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
@ -701,37 +733,7 @@ seconds, which is specified here.</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
</layout>
|
||||||
<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>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|
Loading…
Reference in a new issue