433 lines
9.4 KiB
XML
433 lines
9.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>metadata_widget</class>
|
|
<widget class="QWidget" name="metadata_widget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>380</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QLineEdit" name="title_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Title</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="series_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Series</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDoubleSpinBox" name="number_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>50</y>
|
|
<width>71</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="decimals">
|
|
<number>2</number>
|
|
</property>
|
|
<property name="value">
|
|
<double>0.000000000000000</double>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="count_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>50</y>
|
|
<width>51</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>-1</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>-1</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="volume_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>50</y>
|
|
<width>52</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="summary_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>130</y>
|
|
<width>251</width>
|
|
<height>241</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Summary...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="year_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>90</y>
|
|
<width>61</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>3000</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="month_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>90</y>
|
|
<width>51</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>12</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="day_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>90</y>
|
|
<width>52</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string/>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LayoutDirection::LeftToRight</enum>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>31</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="writer_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Author</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="letterer_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>50</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Letterer</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editor_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>90</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Editor</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="translator_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>10</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Translator</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="publisher_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>50</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Publisher</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="genre_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>90</y>
|
|
<width>121</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>Genre</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="page_count_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="suffix">
|
|
<string> Pages</string>
|
|
</property>
|
|
<property name="prefix">
|
|
<string/>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>999</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="langauge_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>640</x>
|
|
<y>50</y>
|
|
<width>113</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="format_input">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>640</x>
|
|
<y>10</y>
|
|
<width>113</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frame">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="clearButtonEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="age_rating_selection">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>50</y>
|
|
<width>87</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="tags_box">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>130</y>
|
|
<width>251</width>
|
|
<height>241</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Tags</string>
|
|
</property>
|
|
<widget class="QScrollArea" name="tags_scroll_area">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>221</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>221</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLineEdit" name="characters_new_input_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>113</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="characters_new_submit_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>+</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="characters_box">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>540</x>
|
|
<y>130</y>
|
|
<width>251</width>
|
|
<height>241</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Characters</string>
|
|
</property>
|
|
<widget class="QScrollArea" name="characters_scroll_area">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>70</y>
|
|
<width>221</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>221</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLineEdit" name="characters_new_input">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>30</y>
|
|
<width>113</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="characters_new_submit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>30</y>
|
|
<width>31</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>+</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>50</y>
|
|
<width>20</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>/</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|