LinkSingleElementWidget: add line for filter available element.

filter work with the information of element.
elementSelectorWidget: add filter method.


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2926 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2014-03-15 20:49:05 +00:00
parent 3240f381d9
commit 82c1ff9fde
5 changed files with 172 additions and 50 deletions

View File

@@ -19,6 +19,9 @@
<property name="widgetResizable">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
@@ -28,7 +31,21 @@
<height>280</height>
</rect>
</property>
<layout class="QVBoxLayout" name="scroll_layout_"/>
<layout class="QVBoxLayout" name="scroll_layout_">
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>