Fix #2058630 [[Enhancement] Move setting in Preferences / Behaviour dialog](https://bugs.launchpad.net/calibre/+bug/2058630)

This commit is contained in:
Kovid Goyal 2024-03-31 19:27:17 +05:30
parent 422f9c7187
commit b0e899d53c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -23,13 +23,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="opt_upload_news_to_device">
<property name="text">
<string>Automatically send downloaded &amp;news to e-book reader</string>
</property>
</widget>
</item>
<item row="7" column="1"> <item row="7" column="1">
<widget class="QComboBox" name="opt_output_format"> <widget class="QComboBox" name="opt_output_format">
<property name="sizeAdjustPolicy"> <property name="sizeAdjustPolicy">
@ -171,28 +164,6 @@
</property> </property>
</widget> </widget>
</item> </item>
</layout>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="opt_bools_are_tristate">
<property name="toolTip">
<string>If checked, Yes/No custom columns values can be Yes, No, or Unknown.
If not checked, the values can be Yes or No.</string>
</property>
<property name="text">
<string>&amp;Yes/No columns have three values (needs restart)</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2"> <item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="opt_numeric_collation"> <widget class="QCheckBox" name="opt_numeric_collation">
<property name="toolTip"> <property name="toolTip">
@ -207,14 +178,29 @@ per library.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="2"> </layout>
<widget class="QCheckBox" name="opt_delete_news_from_library_on_upload"> </item>
<property name="text"> <item>
<string>&amp;Delete news from library when it is automatically sent to reader</string> <widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0"> <item>
<layout class="QFormLayout" name="formLayout_2">
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="opt_bools_are_tristate">
<property name="toolTip">
<string>If checked, Yes/No custom columns values can be Yes, No, or Unknown.
If not checked, the values can be Yes or No.</string>
</property>
<property name="text">
<string>&amp;Yes/No columns have three values (needs restart)</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Default network &amp;timeout:</string> <string>Default network &amp;timeout:</string>
@ -224,7 +210,7 @@ per library.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1"> <item row="7" column="1">
<widget class="QSpinBox" name="opt_network_timeout"> <widget class="QSpinBox" name="opt_network_timeout">
<property name="toolTip"> <property name="toolTip">
<string>Set the default timeout for network fetches (i.e. anytime we go out to the internet to get information)</string> <string>Set the default timeout for network fetches (i.e. anytime we go out to the internet to get information)</string>
@ -243,7 +229,7 @@ per library.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="9" column="1">
<widget class="QComboBox" name="opt_virtual_lib_on_startup"> <widget class="QComboBox" name="opt_virtual_lib_on_startup">
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
@ -262,7 +248,7 @@ per library.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="6" column="0" colspan="2"> <item row="10" column="0" colspan="2">
<widget class="QPushButton" name="reset_confirmation_button"> <widget class="QPushButton" name="reset_confirmation_button">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
@ -275,7 +261,7 @@ per library.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="7" column="0" colspan="2"> <item row="11" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_3"> <widget class="QGroupBox" name="groupBox_3">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
@ -303,7 +289,7 @@ per library.&lt;/p&gt;</string>
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="4" column="0" colspan="2"> <item row="8" column="0" colspan="2">
<widget class="QLabel" name="label_170"> <widget class="QLabel" name="label_170">
<property name="text"> <property name="text">
<string>Virtual library to apply when the current &amp;library is opened:</string> <string>Virtual library to apply when the current &amp;library is opened:</string>
@ -313,6 +299,20 @@ per library.&lt;/p&gt;</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2">
<widget class="QCheckBox" name="opt_upload_news_to_device">
<property name="text">
<string>Automatically send downloaded &amp;news to e-book reader</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="opt_delete_news_from_library_on_upload">
<property name="text">
<string>&amp;Delete news from library when it is automatically sent to reader</string>
</property>
</widget>
</item>
</layout> </layout>
</item> </item>
</layout> </layout>