Put filename regexp tester into its own scroll area

This commit is contained in:
Kovid Goyal 2009-12-21 16:06:00 -07:00
parent 1725e621fb
commit f6ee36e5a4

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>335</width> <width>335</width>
<height>540</height> <height>570</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -84,6 +84,21 @@ p, li { white-space: pre-wrap; }
</item> </item>
<item> <item>
<layout class="QGridLayout" name="gridLayout"> <layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>301</width>
<height>234</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
@ -91,7 +106,7 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="2"> <item row="0" column="1">
<widget class="QLineEdit" name="title"> <widget class="QLineEdit" name="title">
<property name="toolTip"> <property name="toolTip">
<string>Regular expression (?P&amp;lt;title&amp;gt;)</string> <string>Regular expression (?P&amp;lt;title&amp;gt;)</string>
@ -111,7 +126,7 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="1" colspan="2"> <item row="1" column="1">
<widget class="QLineEdit" name="authors"> <widget class="QLineEdit" name="authors">
<property name="toolTip"> <property name="toolTip">
<string>Regular expression (?P&lt;author&gt;)</string> <string>Regular expression (?P&lt;author&gt;)</string>
@ -131,7 +146,7 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="1" colspan="2"> <item row="2" column="1">
<widget class="QLineEdit" name="series"> <widget class="QLineEdit" name="series">
<property name="toolTip"> <property name="toolTip">
<string>Regular expression (?P&lt;series&gt;)</string> <string>Regular expression (?P&lt;series&gt;)</string>
@ -144,14 +159,14 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="0" rowspan="2"> <item row="3" column="0">
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
<string>Series index:</string> <string>Series index:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="3" column="1" rowspan="2" colspan="2"> <item row="3" column="1">
<widget class="QLineEdit" name="series_index"> <widget class="QLineEdit" name="series_index">
<property name="toolTip"> <property name="toolTip">
<string>Regular expression (?P&lt;series_index&gt;)</string> <string>Regular expression (?P&lt;series_index&gt;)</string>
@ -164,14 +179,14 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="0"> <item row="4" column="0">
<widget class="QLabel" name="label_7"> <widget class="QLabel" name="label_7">
<property name="text"> <property name="text">
<string>ISBN:</string> <string>ISBN:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="5" column="1"> <item row="4" column="1">
<widget class="QLineEdit" name="isbn"> <widget class="QLineEdit" name="isbn">
<property name="toolTip"> <property name="toolTip">
<string>Regular expression (?P&lt;isbn&gt;)</string> <string>Regular expression (?P&lt;isbn&gt;)</string>
@ -185,6 +200,10 @@ p, li { white-space: pre-wrap; }
</widget> </widget>
</item> </item>
</layout> </layout>
</widget>
</widget>
</item>
</layout>
</item> </item>
</layout> </layout>
</widget> </widget>