Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / nepomuk / nepomukconfigwidget.ui
blob69ab242bf164e0beae7e78f712b0f672b99ba5b7
1 <ui version="4.0" >
2  <author>Sebastian Trueg</author>
3  <class>NepomukConfigWidget</class>
4  <widget class="QWidget" name="NepomukConfigWidget" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>411</width>
10     <height>448</height>
11    </rect>
12   </property>
13   <layout class="QVBoxLayout" >
14    <item>
15     <widget class="QTabWidget" name="tabWidget" >
16      <property name="currentIndex" >
17       <number>0</number>
18      </property>
19      <widget class="QWidget" name="tab" >
20       <attribute name="title" >
21        <string>Basic Settings</string>
22       </attribute>
23       <layout class="QVBoxLayout" >
24        <item>
25         <widget class="QGroupBox" name="groupBox" >
26          <property name="title" >
27           <string>Strigi Desktop Search</string>
28          </property>
29          <layout class="QVBoxLayout" >
30           <item>
31            <widget class="QLabel" name="label_2" >
32             <property name="text" >
33              <string>Strigi desktop search allows to search files by content instead of just by name.</string>
34             </property>
35             <property name="wordWrap" >
36              <bool>true</bool>
37             </property>
38            </widget>
39           </item>
40           <item>
41            <layout class="QHBoxLayout" >
42             <item>
43              <widget class="QCheckBox" name="m_checkEnableStrigi" >
44               <property name="text" >
45                <string>Enable Strigi Desktop Search</string>
46               </property>
47              </widget>
48             </item>
49             <item>
50              <spacer>
51               <property name="orientation" >
52                <enum>Qt::Horizontal</enum>
53               </property>
54               <property name="sizeHint" >
55                <size>
56                 <width>40</width>
57                 <height>20</height>
58                </size>
59               </property>
60              </spacer>
61             </item>
62             <item>
63              <layout class="QHBoxLayout" >
64               <item>
65                <widget class="KLed" name="m_strigiStatus" />
66               </item>
67               <item>
68                <widget class="QLabel" name="m_strigiStatusLabel" >
69                 <property name="sizePolicy" >
70                  <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
71                   <horstretch>1</horstretch>
72                   <verstretch>0</verstretch>
73                  </sizepolicy>
74                 </property>
75                 <property name="text" >
76                  <string>Strigi not running</string>
77                 </property>
78                </widget>
79               </item>
80              </layout>
81             </item>
82            </layout>
83           </item>
84          </layout>
85         </widget>
86        </item>
87        <item>
88         <widget class="QGroupBox" name="groupBox_2" >
89          <property name="title" >
90           <string>Nepomuk Semantic Desktop</string>
91          </property>
92          <layout class="QVBoxLayout" >
93           <item>
94            <widget class="QLabel" name="label_3" >
95             <property name="text" >
96              <string>Nepomuk Semantic Desktop enables tagging and rating of files integrated with the Strigi Desktop Search.</string>
97             </property>
98             <property name="wordWrap" >
99              <bool>true</bool>
100             </property>
101            </widget>
102           </item>
103           <item>
104            <widget class="QCheckBox" name="m_checkEnableNepomuk" >
105             <property name="text" >
106              <string>Enable Nepomuk Semantic Desktop</string>
107             </property>
108            </widget>
109           </item>
110          </layout>
111         </widget>
112        </item>
113        <item>
114         <spacer>
115          <property name="orientation" >
116           <enum>Qt::Vertical</enum>
117          </property>
118          <property name="sizeHint" >
119           <size>
120            <width>21</width>
121            <height>81</height>
122           </size>
123          </property>
124         </spacer>
125        </item>
126       </layout>
127      </widget>
128      <widget class="QWidget" name="tab_2" >
129       <attribute name="title" >
130        <string>Advanced Settings</string>
131       </attribute>
132       <layout class="QVBoxLayout" >
133        <item>
134         <widget class="KEditListBox" name="m_editStrigiFolders" >
135          <property name="toolTip" >
136           <string>The folders Strigi scans for indexable files</string>
137          </property>
138          <property name="whatsThis" >
139           <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
140 p, li { white-space: pre-wrap; }
141 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
142 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Select the folders that Strigi should scan for files to index. The files in these folders will be searchable through Strigi Desktop Search.&lt;/p>&lt;/body>&lt;/html></string>
143          </property>
144          <property name="title" >
145           <string>Strigi Index Folders</string>
146          </property>
147         </widget>
148        </item>
149        <item>
150         <widget class="KEditListBox" name="m_editStrigiExcludeFilters" >
151          <property name="toolTip" >
152           <string>Filters which define the files that Strigi should ignore</string>
153          </property>
154          <property name="whatsThis" >
155           <string/>
156          </property>
157          <property name="title" >
158           <string>Strigi Index Exclude Filters</string>
159          </property>
160         </widget>
161        </item>
162        <item>
163         <spacer>
164          <property name="orientation" >
165           <enum>Qt::Vertical</enum>
166          </property>
167          <property name="sizeHint" >
168           <size>
169            <width>371</width>
170            <height>16</height>
171           </size>
172          </property>
173         </spacer>
174        </item>
175       </layout>
176      </widget>
177     </widget>
178    </item>
179   </layout>
180  </widget>
181  <customwidgets>
182   <customwidget>
183    <class>KEditListBox</class>
184    <extends>QGroupBox</extends>
185    <header>keditlistbox.h</header>
186   </customwidget>
187   <customwidget>
188    <class>KLed</class>
189    <extends>QWidget</extends>
190    <header>kled.h</header>
191   </customwidget>
192  </customwidgets>
193  <resources/>
194  <connections/>
195 </ui>