Fix #1877994 [[Enhancement] Stack Metadata fields to download in succession instead of below each other](https://bugs.launchpad.net/calibre/+bug/1877994)

This commit is contained in:
Kovid Goyal 2020-05-11 19:57:13 +05:30
parent be194a775a
commit 1cad050c2f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -90,12 +90,30 @@
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0" colspan="2"> <item row="0" column="0" colspan="2">
<widget class="QListView" name="fields_view"> <widget class="QListView" name="fields_view">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>If you uncheck any fields, metadata for those fields will not be downloaded</string> <string>If you uncheck any fields, metadata for those fields will not be downloaded</string>
</property> </property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="selectionMode"> <property name="selectionMode">
<enum>QAbstractItemView::NoSelection</enum> <enum>QAbstractItemView::NoSelection</enum>
</property> </property>
<property name="flow">
<enum>QListView::LeftToRight</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
@ -146,7 +164,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>356</width> <width>356</width>
<height>321</height> <height>462</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">