aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/help/filtersettingspage.ui
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-08-03 17:11:02 +0200
committerkh1 <qt-info@nokia.com>2010-08-03 17:13:48 +0200
commitfd6f1b69401f78ccf7b3c3c0f5f9ad94a4fca4cb (patch)
tree4e1b2737eeea83a37cc4f9bb5f7d8909c5b447e2 /src/plugins/help/filtersettingspage.ui
parent1bcdb33fb1d2eb8756b8d08cdd6167a8f19e053d (diff)
Show user defined filters only, some more of information about the filter.
Reviewed-by: ck
Diffstat (limited to 'src/plugins/help/filtersettingspage.ui')
-rw-r--r--src/plugins/help/filtersettingspage.ui50
1 files changed, 45 insertions, 5 deletions
diff --git a/src/plugins/help/filtersettingspage.ui b/src/plugins/help/filtersettingspage.ui
index 6846ef1d349..fdbaf8e74d6 100644
--- a/src/plugins/help/filtersettingspage.ui
+++ b/src/plugins/help/filtersettingspage.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>419</width>
+ <height>313</height>
</rect>
</property>
<property name="toolTip">
@@ -27,6 +27,18 @@ Add, modify, and remove document filters, which determine the documentation set
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QListWidget" name="filterWidget">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>10</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>150</height>
+ </size>
+ </property>
<property name="uniformItemSizes">
<bool>true</bool>
</property>
@@ -43,6 +55,18 @@ Add, modify, and remove document filters, which determine the documentation set
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTreeWidget" name="attributeWidget">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>150</height>
+ </size>
+ </property>
<property name="showDropIndicator" stdset="0">
<bool>false</bool>
</property>
@@ -55,9 +79,6 @@ Add, modify, and remove document filters, which determine the documentation set
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
- <attribute name="headerVisible">
- <bool>false</bool>
- </attribute>
<column>
<property name="text">
<string>1</string>
@@ -71,6 +92,25 @@ Add, modify, and remove document filters, which determine the documentation set
</layout>
</item>
<item>
+ <widget class="QLabel" name="label">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>50</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>No user defined filters available or no filter selected.</string>
+ </property>
+ <property name="alignment">
+ <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="filterAddButton">