25 <property name="checkable"> |
25 <property name="checkable"> |
26 <bool>true</bool> |
26 <bool>true</bool> |
27 </property> |
27 </property> |
28 <layout class="QVBoxLayout" name="verticalLayout"> |
28 <layout class="QVBoxLayout" name="verticalLayout"> |
29 <item> |
29 <item> |
30 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
30 <layout class="QGridLayout" name="gridLayout"> |
31 <item> |
31 <property name="horizontalSpacing"> |
|
32 <number>0</number> |
|
33 </property> |
|
34 <item row="0" column="0" rowspan="2"> |
|
35 <widget class="QLabel" name="iconLabel"> |
|
36 <property name="text"> |
|
37 <string notr="true">Icon</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item row="0" column="1" colspan="3"> |
|
42 <spacer name="horizontalSpacer_3"> |
|
43 <property name="orientation"> |
|
44 <enum>Qt::Horizontal</enum> |
|
45 </property> |
|
46 <property name="sizeHint" stdset="0"> |
|
47 <size> |
|
48 <width>158</width> |
|
49 <height>20</height> |
|
50 </size> |
|
51 </property> |
|
52 </spacer> |
|
53 </item> |
|
54 <item row="1" column="1"> |
32 <spacer name="horizontalSpacer"> |
55 <spacer name="horizontalSpacer"> |
33 <property name="orientation"> |
56 <property name="orientation"> |
34 <enum>Qt::Horizontal</enum> |
57 <enum>Qt::Horizontal</enum> |
35 </property> |
58 </property> |
36 <property name="sizeHint" stdset="0"> |
59 <property name="sizeHint" stdset="0"> |
39 <height>20</height> |
62 <height>20</height> |
40 </size> |
63 </size> |
41 </property> |
64 </property> |
42 </spacer> |
65 </spacer> |
43 </item> |
66 </item> |
44 <item> |
67 <item row="1" column="2"> |
45 <layout class="QHBoxLayout" name="horizontalLayout"> |
68 <widget class="QLineEdit" name="searchEdit"> |
46 <property name="spacing"> |
69 <property name="toolTip"> |
47 <number>0</number> |
70 <string>Enter search term for subscriptions and rules</string> |
48 </property> |
71 </property> |
49 <item> |
72 </widget> |
50 <widget class="QLineEdit" name="searchEdit"> |
73 </item> |
51 <property name="toolTip"> |
74 <item row="1" column="3"> |
52 <string>Enter search term for subscriptions and rules</string> |
75 <widget class="QToolButton" name="clearButton"> |
53 </property> |
76 <property name="toolTip"> |
54 </widget> |
77 <string>Press to clear the search edit</string> |
55 </item> |
78 </property> |
56 <item> |
79 <property name="text"> |
57 <widget class="QToolButton" name="clearButton"> |
80 <string/> |
58 <property name="toolTip"> |
81 </property> |
59 <string>Press to clear the search edit</string> |
82 </widget> |
60 </property> |
|
61 <property name="text"> |
|
62 <string/> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 </layout> |
|
67 </item> |
83 </item> |
68 </layout> |
84 </layout> |
69 </item> |
85 </item> |
70 <item> |
86 <item> |
71 <widget class="E5TreeView" name="subscriptionsTree"> |
87 <widget class="E5TreeView" name="subscriptionsTree"> |