Details form moved to a scolling area

git-svn-id: http://comictagger.googlecode.com/svn/trunk@39 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville@gmail.com 2012-11-15 02:53:48 +00:00
parent efb0b3dc05
commit db019619ee

View File

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>924</width>
<height>549</height>
<width>969</width>
<height>501</height>
</rect>
</property>
<property name="sizePolicy">
@ -26,7 +26,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
@ -126,358 +126,386 @@
<attribute name="title">
<string>Details</string>
</attribute>
<widget class="QWidget" name="formLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>371</width>
<height>284</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetNoConstraint</enum>
</property>
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Series</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leSeries"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leTitle"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Publisher</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lePublisher"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="leImprint"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Series Group</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="leSeriesGroup"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Imprint</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="leStoryArc"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Story Arc</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="leGenre"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Genre</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Format</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="leFormat"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_3">
<property name="geometry">
<rect>
<x>390</x>
<y>0</y>
<width>151</width>
<height>140</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Issue</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leIssueNum"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string># Issues</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leIssueCount"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Volume</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="leVolumeNum"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string># Volumes</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="leVolumeCount"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_4">
<property name="geometry">
<rect>
<x>390</x>
<y>140</y>
<width>112</width>
<height>71</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_4">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="1">
<widget class="QLineEdit" name="lePubMonth"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Month</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lePubYear"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Year</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_5">
<property name="geometry">
<rect>
<x>390</x>
<y>210</y>
<width>251</width>
<height>94</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_5">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="1">
<widget class="QComboBox" name="cbLanguage"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Country</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cbCountry"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Language</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_7">
<property name="geometry">
<rect>
<x>550</x>
<y>0</y>
<width>107</width>
<height>120</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_7">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="rowWrapPolicy">
<enum>QFormLayout::WrapAllRows</enum>
</property>
<item row="1" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Maturity Rating</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>Critical Rating</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leCriticalRating"/>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cbMaturityRating">
<property name="autoFillBackground">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="widgetResizable">
<bool>false</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="enabled">
<bool>true</bool>
</property>
<property name="editable">
<bool>true</bool>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>690</width>
<height>360</height>
</rect>
</property>
<widget class="QWidget" name="formLayoutWidget_10">
<property name="geometry">
<rect>
<x>400</x>
<y>300</y>
<width>211</width>
<height>71</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_10">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="2" column="1">
<widget class="QComboBox" name="cbManga">
<property name="autoFillBackground">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_31">
<property name="text">
<string>Manga</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="cbBW">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="text">
<string>Black &amp;&amp; White</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_7">
<property name="geometry">
<rect>
<x>550</x>
<y>10</y>
<width>107</width>
<height>120</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_7">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="rowWrapPolicy">
<enum>QFormLayout::WrapAllRows</enum>
</property>
<item row="1" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Maturity Rating</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>Critical Rating</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leCriticalRating"/>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cbMaturityRating">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_5">
<property name="geometry">
<rect>
<x>400</x>
<y>210</y>
<width>251</width>
<height>71</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_5">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="1">
<widget class="QComboBox" name="cbLanguage"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Country</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cbCountry"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Language</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_4">
<property name="geometry">
<rect>
<x>400</x>
<y>140</y>
<width>112</width>
<height>71</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_4">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="1">
<widget class="QLineEdit" name="lePubMonth"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Month</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lePubYear"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Year</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_3">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>151</width>
<height>121</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Issue</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leIssueNum"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string># Issues</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leIssueCount"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Volume</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="leVolumeNum"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_12">
<property name="text">
<string># Volumes</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="leVolumeCount"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_9">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>371</width>
<height>111</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_9">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Alt. Series</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leAltSeries"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>Alt. Issue</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leAltIssueNum"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>Alt. # Issues</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="leAltIssueCount"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>371</width>
<height>231</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_2">
<property name="sizeConstraint">
<enum>QLayout::SetNoConstraint</enum>
</property>
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Series</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leSeries"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Title</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leTitle"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Publisher</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lePublisher"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="leImprint"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Series Group</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="leSeriesGroup"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_10">
<property name="text">
<string>Imprint</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="leStoryArc"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>Story Arc</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="leGenre"/>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>Genre</string>
</property>
</widget>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>Format</string>
</property>
</widget>
</item>
<item row="7" column="1">
<widget class="QLineEdit" name="leFormat"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_9">
<property name="geometry">
<rect>
<x>10</x>
<y>290</y>
<width>371</width>
<height>111</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_9">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>Alt. Series</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leAltSeries"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>Alt. Issue</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leAltIssueNum"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>Alt. # Issues</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="leAltIssueCount"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="formLayoutWidget_10">
<property name="geometry">
<rect>
<x>390</x>
<y>300</y>
<width>211</width>
<height>71</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_10">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="2" column="1">
<widget class="QComboBox" name="cbManga">
<property name="autoFillBackground">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_31">
<property name="text">
<string>Manga</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="cbBW">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="text">
<string>Black &amp;&amp; White</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
@ -764,8 +792,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>924</width>
<height>28</height>
<width>969</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuComicTagger">