Fix #3363 (Edit metadata in bulk window doesn't resize horizontally properly)

This commit is contained in:
Kovid Goyal 2009-08-31 08:02:04 -06:00
parent 09f00cd822
commit 02a53f9064

View File

@ -17,232 +17,225 @@
<iconset resource="../images.qrc"> <iconset resource="../images.qrc">
<normaloff>:/images/edit_input.svg</normaloff>:/images/edit_input.svg</iconset> <normaloff>:/images/edit_input.svg</normaloff>:/images/edit_input.svg</iconset>
</property> </property>
<layout class="QGridLayout" name="gridLayout_2"> <layout class="QVBoxLayout" name="verticalLayout">
<item row="0" column="0"> <item>
<widget class="QSplitter" name="splitter"> <layout class="QVBoxLayout">
<property name="orientation"> <property name="spacing">
<enum>Qt::Horizontal</enum> <number>6</number>
</property> </property>
<widget class="QWidget" name="layoutWidget"> <property name="margin">
<layout class="QVBoxLayout"> <number>0</number>
<property name="spacing"> </property>
<number>6</number> <item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Meta information</string>
</property> </property>
<property name="margin"> <layout class="QGridLayout" name="gridLayout">
<number>0</number> <item row="0" column="0">
</property> <widget class="QLabel" name="label_2">
<item> <property name="text">
<widget class="QGroupBox" name="groupBox"> <string>&amp;Author(s): </string>
<property name="title"> </property>
<string>Meta information</string> <property name="alignment">
</property> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<layout class="QGridLayout" name="gridLayout"> </property>
<item row="0" column="0"> <property name="buddy">
<widget class="QLabel" name="label_2"> <cstring>authors</cstring>
<property name="text"> </property>
<string>&amp;Author(s): </string> </widget>
</property> </item>
<property name="alignment"> <item row="1" column="1">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <widget class="QCheckBox" name="auto_author_sort">
</property> <property name="text">
<property name="buddy"> <string>A&amp;utomatically set author sort</string>
<cstring>authors</cstring> </property>
</property> </widget>
</widget> </item>
</item> <item row="2" column="0">
<item row="2" column="0"> <widget class="QLabel" name="label_8">
<widget class="QLabel" name="label_8"> <property name="text">
<property name="text"> <string>Author s&amp;ort: </string>
<string>Author s&amp;ort: </string> </property>
</property> <property name="alignment">
<property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property>
</property> <property name="buddy">
<property name="buddy"> <cstring>author_sort</cstring>
<cstring>author_sort</cstring> </property>
</property> </widget>
</widget> </item>
</item> <item row="2" column="1" colspan="2">
<item row="2" column="1" colspan="2"> <widget class="EnLineEdit" name="author_sort">
<widget class="EnLineEdit" name="author_sort"> <property name="toolTip">
<property name="toolTip"> <string>Specify how the author(s) of this book should be sorted. For example Charles Dickens should be sorted as Dickens, Charles.</string>
<string>Specify how the author(s) of this book should be sorted. For example Charles Dickens should be sorted as Dickens, Charles.</string> </property>
</property> </widget>
</widget> </item>
</item> <item row="3" column="0">
<item row="3" column="0"> <widget class="QLabel" name="label_6">
<widget class="QLabel" name="label_6"> <property name="text">
<property name="text"> <string>&amp;Rating:</string>
<string>&amp;Rating:</string> </property>
</property> <property name="alignment">
<property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property>
</property> <property name="buddy">
<property name="buddy"> <cstring>rating</cstring>
<cstring>rating</cstring> </property>
</property> </widget>
</widget> </item>
</item> <item row="3" column="1" colspan="2">
<item row="3" column="1" colspan="2"> <widget class="QSpinBox" name="rating">
<widget class="QSpinBox" name="rating"> <property name="toolTip">
<property name="toolTip"> <string>Rating of this book. 0-5 stars</string>
<string>Rating of this book. 0-5 stars</string> </property>
</property> <property name="whatsThis">
<property name="whatsThis"> <string>Rating of this book. 0-5 stars</string>
<string>Rating of this book. 0-5 stars</string> </property>
</property> <property name="buttonSymbols">
<property name="buttonSymbols"> <enum>QAbstractSpinBox::PlusMinus</enum>
<enum>QAbstractSpinBox::PlusMinus</enum> </property>
</property> <property name="suffix">
<property name="suffix"> <string> stars</string>
<string> stars</string> </property>
</property> <property name="maximum">
<property name="maximum"> <number>5</number>
<number>5</number> </property>
</property> </widget>
</widget> </item>
</item> <item row="4" column="0">
<item row="4" column="0"> <widget class="QLabel" name="label_3">
<widget class="QLabel" name="label_3"> <property name="text">
<property name="text"> <string>&amp;Publisher: </string>
<string>&amp;Publisher: </string> </property>
</property> <property name="alignment">
<property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property>
</property> <property name="buddy">
<property name="buddy"> <cstring>publisher</cstring>
<cstring>publisher</cstring> </property>
</property> </widget>
</widget> </item>
</item> <item row="4" column="1">
<item row="5" column="0"> <widget class="EnComboBox" name="publisher">
<widget class="QLabel" name="label_4"> <property name="editable">
<property name="text"> <bool>true</bool>
<string>Add ta&amp;gs: </string> </property>
</property> </widget>
<property name="alignment"> </item>
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <item row="5" column="0">
</property> <widget class="QLabel" name="label_4">
<property name="buddy"> <property name="text">
<cstring>tags</cstring> <string>Add ta&amp;gs: </string>
</property> </property>
</widget> <property name="alignment">
</item> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<item row="5" column="1"> </property>
<widget class="TagsLineEdit" name="tags"> <property name="buddy">
<property name="toolTip"> <cstring>tags</cstring>
<string>Tags categorize the book. This is particularly useful while searching. &lt;br&gt;&lt;br&gt;They can be any words or phrases, separated by commas.</string> </property>
</property> </widget>
</widget> </item>
</item> <item row="5" column="1">
<item row="5" column="2"> <widget class="TagsLineEdit" name="tags">
<widget class="QToolButton" name="tag_editor_button"> <property name="toolTip">
<property name="toolTip"> <string>Tags categorize the book. This is particularly useful while searching. &lt;br&gt;&lt;br&gt;They can be any words or phrases, separated by commas.</string>
<string>Open Tag Editor</string> </property>
</property> </widget>
<property name="text"> </item>
<string>Open Tag Editor</string> <item row="5" column="2">
</property> <widget class="QToolButton" name="tag_editor_button">
<property name="icon"> <property name="toolTip">
<iconset resource="../images.qrc"> <string>Open Tag Editor</string>
<normaloff>:/images/chapters.svg</normaloff>:/images/chapters.svg</iconset> </property>
</property> <property name="text">
</widget> <string>Open Tag Editor</string>
</item> </property>
<item row="6" column="0"> <property name="icon">
<widget class="QLabel" name="label"> <iconset resource="../images.qrc">
<property name="text"> <normaloff>:/images/chapters.svg</normaloff>:/images/chapters.svg</iconset>
<string>&amp;Remove tags:</string> </property>
</property> </widget>
<property name="buddy"> </item>
<cstring>remove_tags</cstring> <item row="6" column="0">
</property> <widget class="QLabel" name="label">
</widget> <property name="text">
</item> <string>&amp;Remove tags:</string>
<item row="6" column="1" colspan="2"> </property>
<widget class="TagsLineEdit" name="remove_tags"> <property name="buddy">
<property name="toolTip"> <cstring>remove_tags</cstring>
<string>Comma separated list of tags to remove from the books. </string> </property>
</property> </widget>
</widget> </item>
</item> <item row="6" column="1" colspan="2">
<item row="7" column="0"> <widget class="TagsLineEdit" name="remove_tags">
<widget class="QLabel" name="label_7"> <property name="toolTip">
<property name="text"> <string>Comma separated list of tags to remove from the books. </string>
<string>&amp;Series:</string> </property>
</property> </widget>
<property name="textFormat"> </item>
<enum>Qt::PlainText</enum> <item row="7" column="0">
</property> <widget class="QLabel" name="label_7">
<property name="alignment"> <property name="text">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> <string>&amp;Series:</string>
</property> </property>
<property name="buddy"> <property name="textFormat">
<cstring>series</cstring> <enum>Qt::PlainText</enum>
</property> </property>
</widget> <property name="alignment">
</item> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<item row="7" column="1"> </property>
<widget class="EnComboBox" name="series"> <property name="buddy">
<property name="toolTip"> <cstring>series</cstring>
<string>List of known series. You can add new series.</string> </property>
</property> </widget>
<property name="whatsThis"> </item>
<string>List of known series. You can add new series.</string> <item row="7" column="1">
</property> <widget class="EnComboBox" name="series">
<property name="editable"> <property name="toolTip">
<bool>true</bool> <string>List of known series. You can add new series.</string>
</property> </property>
<property name="insertPolicy"> <property name="whatsThis">
<enum>QComboBox::InsertAlphabetically</enum> <string>List of known series. You can add new series.</string>
</property> </property>
<property name="sizeAdjustPolicy"> <property name="editable">
<enum>QComboBox::AdjustToContents</enum> <bool>true</bool>
</property> </property>
</widget> <property name="insertPolicy">
</item> <enum>QComboBox::InsertAlphabetically</enum>
<item row="8" column="1"> </property>
<widget class="QComboBox" name="remove_format"/> <property name="sizeAdjustPolicy">
</item> <enum>QComboBox::AdjustToContents</enum>
<item row="8" column="0"> </property>
<widget class="QLabel" name="label_5"> </widget>
<property name="text"> </item>
<string>Remove &amp;format:</string> <item row="8" column="0">
</property> <widget class="QLabel" name="label_5">
<property name="buddy"> <property name="text">
<cstring>remove_format</cstring> <string>Remove &amp;format:</string>
</property> </property>
</widget> <property name="buddy">
</item> <cstring>remove_format</cstring>
<item row="1" column="1"> </property>
<widget class="QCheckBox" name="auto_author_sort"> </widget>
<property name="text"> </item>
<string>A&amp;utomatically set author sort</string> <item row="8" column="1">
</property> <widget class="QComboBox" name="remove_format"/>
</widget> </item>
</item> <item row="0" column="1">
<item row="0" column="1"> <widget class="EnComboBox" name="authors">
<widget class="EnComboBox" name="authors"> <property name="editable">
<property name="editable"> <bool>true</bool>
<bool>true</bool> </property>
</property> </widget>
</widget> </item>
</item> </layout>
<item row="4" column="1"> </widget>
<widget class="EnComboBox" name="publisher"> </item>
<property name="editable"> </layout>
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
</widget>
</item> </item>
<item row="1" column="0"> <item>
<widget class="QDialogButtonBox" name="button_box"> <widget class="QDialogButtonBox" name="button_box">
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>