mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 15:43:37 +02:00
967 lines
34 KiB
XML
967 lines
34 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MetadataBulkDialog</class>
|
|
<widget class="QDialog" name="MetadataBulkDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>819</width>
|
|
<height>650</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Edit Meta information</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../../../resources/images.qrc">
|
|
<normaloff>:/images/edit_input.png</normaloff>:/images/edit_input.png</iconset>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="box_title">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>811</width>
|
|
<height>589</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTabWidget" name="central_widget">
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="tabWidgetPage1">
|
|
<attribute name="title">
|
|
<string>&Basic metadata</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string>&Author(s): </string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>authors</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QCheckBox" name="auto_author_sort">
|
|
<property name="text">
|
|
<string>A&utomatically set author sort</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="label_8">
|
|
<property name="text">
|
|
<string>Author s&ort: </string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>author_sort</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1" colspan="2">
|
|
<widget class="EnLineEdit" name="author_sort">
|
|
<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>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="text">
|
|
<string>&Rating:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>rating</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1" colspan="2">
|
|
<widget class="QSpinBox" name="rating">
|
|
<property name="toolTip">
|
|
<string>Rating of this book. 0-5 stars</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>Rating of this book. 0-5 stars</string>
|
|
</property>
|
|
<property name="buttonSymbols">
|
|
<enum>QAbstractSpinBox::PlusMinus</enum>
|
|
</property>
|
|
<property name="specialValueText">
|
|
<string>No change</string>
|
|
</property>
|
|
<property name="suffix">
|
|
<string> stars</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>-1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>-1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="text">
|
|
<string>&Publisher: </string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>publisher</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1" colspan="2">
|
|
<widget class="EnComboBox" name="publisher">
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="text">
|
|
<string>Add ta&gs: </string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>tags</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="TagsLineEdit" name="tags">
|
|
<property name="toolTip">
|
|
<string>Tags categorize the book. This is particularly useful while searching. <br><br>They can be any words or phrases, separated by commas.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QToolButton" name="tag_editor_button">
|
|
<property name="toolTip">
|
|
<string>Open Tag Editor</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open Tag Editor</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="../../../../resources/images.qrc">
|
|
<normaloff>:/images/chapters.png</normaloff>:/images/chapters.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>&Remove tags:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>remove_tags</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="TagsLineEdit" name="remove_tags">
|
|
<property name="toolTip">
|
|
<string>Comma separated list of tags to remove from the books. </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="2">
|
|
<widget class="QCheckBox" name="remove_all_tags">
|
|
<property name="toolTip">
|
|
<string>Check this box to remove all tags from the books.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove all</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="text">
|
|
<string>&Series:</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>series</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<layout class="QHBoxLayout" name="HLayout_34">
|
|
<item>
|
|
<widget class="EnComboBox" name="series">
|
|
<property name="toolTip">
|
|
<string>List of known series. You can add new series.</string>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string>List of known series. You can add new series.</string>
|
|
</property>
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="insertPolicy">
|
|
<enum>QComboBox::InsertAlphabetically</enum>
|
|
</property>
|
|
<property name="sizeAdjustPolicy">
|
|
<enum>QComboBox::AdjustToContents</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="clear_series">
|
|
<property name="toolTip">
|
|
<string>If checked, the series will be cleared</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Clear series</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="HSpacer_344">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="8" column="1" colspan="2">
|
|
<layout class="QHBoxLayout" name="HLayout_3">
|
|
<item>
|
|
<widget class="QCheckBox" name="autonumber_series">
|
|
<property name="toolTip">
|
|
<string>If not checked, the series number for the books will be set to 1.
|
|
If checked, selected books will be automatically numbered, in the order
|
|
you selected them. So if you selected Book A and then Book B,
|
|
Book A will have series number 1 and Book B series number 2.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Automatically number books in this series</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="series_numbering_restarts">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Series will normally be renumbered from the highest number in the database
|
|
for that series. Checking this box will tell calibre to start numbering
|
|
from the value in the box</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Force numbers to start with </string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="series_start_number">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>990000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="HSpacer_34">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>10</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="9" column="0">
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="text">
|
|
<string>Remove &format:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>remove_format</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="9" column="1">
|
|
<widget class="QComboBox" name="remove_format"/>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="EnComboBox" name="authors">
|
|
<property name="editable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="11" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="swap_title_and_author">
|
|
<property name="text">
|
|
<string>&Swap title and author</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="12" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="change_title_to_title_case">
|
|
<property name="toolTip">
|
|
<string>Force the title to be in title case. If both this and swap authors are checked,
|
|
title and author are swapped before the title case is set</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Change title to title case</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="10" column="0" colspan="2">
|
|
<widget class="QCheckBox" name="remove_conversion_settings">
|
|
<property name="toolTip">
|
|
<string>Remove stored conversion settings for the selected books.
|
|
|
|
Future conversion of these books will use the default settings.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove &stored conversion settings for the selected books</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="14" column="0" colspan="3">
|
|
<spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="13" column="0" colspan="3">
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="title">
|
|
<string>Change &cover</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="cover_generate">
|
|
<property name="text">
|
|
<string>&Generate default cover</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="cover_remove">
|
|
<property name="text">
|
|
<string>&Remove cover</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="cover_from_fmt">
|
|
<property name="text">
|
|
<string>Set from &ebook file(s)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="tab">
|
|
<attribute name="title">
|
|
<string>&Custom metadata</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QWidget" name="tabWidgetPage3">
|
|
<attribute name="title">
|
|
<string>&Search and replace</string>
|
|
</attribute>
|
|
<layout class="QGridLayout" name="vargrid">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
</property>
|
|
<item row="1" column="0" colspan="3">
|
|
<widget class="QLabel" name="s_r_heading">
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="openExternalLinks">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QLabel" name="filler">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<widget class="QLabel" name="xlabel_21">
|
|
<property name="text">
|
|
<string>Search &field:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>search_field</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QComboBox" name="search_field">
|
|
<property name="toolTip">
|
|
<string>The name of the field that you want to search</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="2">
|
|
<layout class="QHBoxLayout" name="HLayout_3">
|
|
<item>
|
|
<widget class="QLabel" name="xlabel_24">
|
|
<property name="text">
|
|
<string>Search &mode:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>search_mode</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="search_mode">
|
|
<property name="toolTip">
|
|
<string>Choose whether to use basic text matching or advanced regular expression matching</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="HSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>10</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="template_label">
|
|
<property name="text">
|
|
<string>Te&mplate:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>s_r_template</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="HistoryLineEdit" name="s_r_template">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>100</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Enter a template to be used as the source for the search/replace</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QLabel" name="xlabel_2">
|
|
<property name="text">
|
|
<string>&Search for:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>search_for</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="1">
|
|
<widget class="HistoryLineEdit" name="search_for">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>100</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Enter the what you are looking for, either plain text or a regular expression, depending on the mode</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="2">
|
|
<widget class="QCheckBox" name="case_sensitive">
|
|
<property name="toolTip">
|
|
<string>Check this box if the search string must match exactly upper and lower case. Uncheck it if case is to be ignored</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Cas&e sensitive</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0">
|
|
<widget class="QLabel" name="xlabel_4">
|
|
<property name="text">
|
|
<string>&Replace with:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>replace_with</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="1">
|
|
<widget class="HistoryLineEdit" name="replace_with">
|
|
<property name="toolTip">
|
|
<string>The replacement text. The matched search text will be replaced with this string</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="2">
|
|
<layout class="QHBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label_41">
|
|
<property name="text">
|
|
<string>&Apply function after replace:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>replace_func</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="replace_func">
|
|
<property name="toolTip">
|
|
<string>Specify how the text is to be processed after matching and replacement. In character mode, the entire
|
|
field is processed. In regular expression mode, only the matched text is processed</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="HSpacer_1">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>10</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="7" column="0">
|
|
<widget class="QLabel" name="destination_field_label">
|
|
<property name="text">
|
|
<string>&Destination field:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>destination_field</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="1">
|
|
<widget class="QComboBox" name="destination_field">
|
|
<property name="toolTip">
|
|
<string>The field that the text will be put into after all replacements.
|
|
If blank, the source field is used if the field is modifiable</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="2">
|
|
<layout class="QHBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="replace_mode_label">
|
|
<property name="text">
|
|
<string>M&ode:</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>replace_mode</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="replace_mode">
|
|
<property name="toolTip">
|
|
<string>Specify how the text should be copied into the destination.</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="comma_separated">
|
|
<property name="toolTip">
|
|
<string>Specifies whether result items should be split into multiple values or
|
|
left as single values. This option has the most effect when the source field is
|
|
not multiple and the destination field is multiple</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Split &result</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="zHSpacer_1">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>10</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="8" column="1" colspan="2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_21">
|
|
<item>
|
|
<spacer name="HSpacer_347">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="xlabel_412">
|
|
<property name="text">
|
|
<string>For multiple-valued fields, sho&w</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>results_count</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="results_count">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>999</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="xlabel_412">
|
|
<property name="text">
|
|
<string>values starting a&t</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>starting_from</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="starting_from">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="xlabel_41">
|
|
<property name="text">
|
|
<string>with values separated b&y</string>
|
|
</property>
|
|
<property name="buddy">
|
|
<cstring>multiple_separator</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="multiple_separator">
|
|
<property name="toolTip">
|
|
<string>Used when displaying test results to separate values in multiple-valued fields</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="9" column="0" colspan="4">
|
|
<widget class="QScrollArea" name="scrollArea11">
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="gridLayoutWidget_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>197</width>
|
|
<height>60</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="testgrid">
|
|
<item row="7" column="1">
|
|
<widget class="QLabel" name="xlabel_3">
|
|
<property name="text">
|
|
<string>Test text</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="7" column="2">
|
|
<widget class="QLabel" name="xlabel_3">
|
|
<property name="text">
|
|
<string>Test result</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="0">
|
|
<widget class="QLabel" name="label_31">
|
|
<property name="text">
|
|
<string>Your test:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="8" column="1">
|
|
<widget class="HistoryLineEdit" name="test_text"/>
|
|
</item>
|
|
<item row="8" column="2">
|
|
<widget class="QLineEdit" name="test_result"/>
|
|
</item>
|
|
<item row="25" column="0" colspan="2">
|
|
<spacer name="verticalSpacer_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>5</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QDialogButtonBox" name="button_box">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>EnLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>widgets.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>EnComboBox</class>
|
|
<extends>QComboBox</extends>
|
|
<header>widgets.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>TagsLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>widgets.h</header>
|
|
</customwidget>
|
|
<customwidget>
|
|
<class>HistoryLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>widgets.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<tabstops>
|
|
<tabstop>authors</tabstop>
|
|
<tabstop>auto_author_sort</tabstop>
|
|
<tabstop>author_sort</tabstop>
|
|
<tabstop>rating</tabstop>
|
|
<tabstop>publisher</tabstop>
|
|
<tabstop>tags</tabstop>
|
|
<tabstop>tag_editor_button</tabstop>
|
|
<tabstop>remove_tags</tabstop>
|
|
<tabstop>remove_all_tags</tabstop>
|
|
<tabstop>series</tabstop>
|
|
<tabstop>clear_series</tabstop>
|
|
<tabstop>autonumber_series</tabstop>
|
|
<tabstop>series_numbering_restarts</tabstop>
|
|
<tabstop>series_start_number</tabstop>
|
|
<tabstop>remove_format</tabstop>
|
|
<tabstop>remove_conversion_settings</tabstop>
|
|
<tabstop>swap_title_and_author</tabstop>
|
|
<tabstop>change_title_to_title_case</tabstop>
|
|
<tabstop>button_box</tabstop>
|
|
<tabstop>search_field</tabstop>
|
|
<tabstop>search_mode</tabstop>
|
|
<tabstop>s_r_template</tabstop>
|
|
<tabstop>search_for</tabstop>
|
|
<tabstop>case_sensitive</tabstop>
|
|
<tabstop>replace_with</tabstop>
|
|
<tabstop>replace_func</tabstop>
|
|
<tabstop>destination_field</tabstop>
|
|
<tabstop>replace_mode</tabstop>
|
|
<tabstop>comma_separated</tabstop>
|
|
<tabstop>results_count</tabstop>
|
|
<tabstop>starting_from</tabstop>
|
|
<tabstop>multiple_separator</tabstop>
|
|
<tabstop>test_text</tabstop>
|
|
<tabstop>test_result</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../../../../resources/images.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>button_box</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>MetadataBulkDialog</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>252</x>
|
|
<y>382</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>157</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>button_box</sender>
|
|
<signal>rejected()</signal>
|
|
<receiver>MetadataBulkDialog</receiver>
|
|
<slot>reject()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>320</x>
|
|
<y>382</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>286</x>
|
|
<y>274</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|