2011-10-30 19:52:38 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>GlobalSearchSettingsPage</class>
|
|
|
|
<widget class="QWidget" name="GlobalSearchSettingsPage">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>654</width>
|
|
|
|
<height>506</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2014-02-08 15:11:06 +01:00
|
|
|
<string comment="Global search settings dialog title.">Search</string>
|
2011-10-30 19:52:38 +01:00
|
|
|
</property>
|
2011-11-08 21:20:25 +01:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../../data/data.qrc">
|
|
|
|
<normaloff>:/icons/32x32/search.png</normaloff>:/icons/32x32/search.png</iconset>
|
|
|
|
</property>
|
2011-10-30 19:52:38 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="sources_group">
|
|
|
|
<property name="title">
|
|
|
|
<string>Sources</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
2012-06-11 17:26:33 +02:00
|
|
|
<string>Enable sources below to include them in search results. Results will be displayed in this order.</string>
|
2011-10-30 19:52:38 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTreeWidget" name="sources">
|
|
|
|
<property name="horizontalScrollBarPolicy">
|
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
|
</property>
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="columnCount">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<attribute name="headerVisible">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="headerStretchLastSection">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">1</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true">2</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="up">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move up</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="down">
|
|
|
|
<property name="text">
|
|
|
|
<string>Move down</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="configure">
|
|
|
|
<property name="text">
|
|
|
|
<string>Configure...</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<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>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-06-11 17:26:33 +02:00
|
|
|
<widget class="QGroupBox" name="empty_list_group">
|
2011-10-30 19:52:38 +01:00
|
|
|
<property name="title">
|
2012-06-11 17:26:33 +02:00
|
|
|
<string>When the list is empty...</string>
|
2011-10-30 19:52:38 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
2012-06-11 17:26:33 +02:00
|
|
|
<widget class="QCheckBox" name="show_providers">
|
2011-10-30 19:52:38 +01:00
|
|
|
<property name="text">
|
2012-06-11 17:26:33 +02:00
|
|
|
<string>Show which sources are enabled and disabled</string>
|
2011-10-30 19:52:38 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2012-06-11 17:26:33 +02:00
|
|
|
<widget class="QCheckBox" name="show_suggestions">
|
2011-10-30 19:52:38 +01:00
|
|
|
<property name="text">
|
2012-06-11 17:26:33 +02:00
|
|
|
<string>Show search suggestions</string>
|
2011-10-30 19:52:38 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-06-11 17:26:33 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>sources</tabstop>
|
|
|
|
<tabstop>up</tabstop>
|
|
|
|
<tabstop>down</tabstop>
|
|
|
|
<tabstop>configure</tabstop>
|
|
|
|
<tabstop>show_providers</tabstop>
|
|
|
|
<tabstop>show_suggestions</tabstop>
|
|
|
|
</tabstops>
|
2011-11-08 21:20:25 +01:00
|
|
|
<resources>
|
|
|
|
<include location="../../data/data.qrc"/>
|
|
|
|
</resources>
|
2012-06-11 17:26:33 +02:00
|
|
|
<connections/>
|
2011-10-30 19:52:38 +01:00
|
|
|
</ui>
|