Parent:
[8b4301]
(diff)
Child:
[10eaf5]
(diff)
Download this file
rclmain.ui
508 lines (507 with data), 14.8 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RclMainBase</class>
<widget class="QMainWindow" name="RclMainBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Recoll</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>2</number>
</property>
<item>
<widget class="SSearch" name="sSearch" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="catgBGRP">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string/>
</property>
<property name="selectedId" stdset="0">
<number>0</number>
</property>
<widget class="QRadioButton" name="allRDB">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>45</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>All</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="ResList" name="reslist" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>2</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="Toolbar">
<property name="windowTitle">
<string>Search tools</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="toolsAdvanced_SearchAction"/>
<addaction name="toolsDoc_HistoryAction"/>
<addaction name="toolsSpellAction"/>
</widget>
<widget class="QToolBar" name="Toolbar1">
<property name="windowTitle">
<string>Result list</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="firstPageAction"/>
<addaction name="prevPageAction"/>
<addaction name="nextPageAction"/>
<addaction name="separator"/>
<addaction name="actionSortByDateAsc"/>
<addaction name="actionSortByDateDesc"/>
<addaction name="separator"/>
<addaction name="actionShowResultsAsTable"/>
</widget>
<widget class="QMenuBar" name="MenuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="fileMenu">
<property name="title">
<string>&File</string>
</property>
<addaction name="fileToggleIndexingAction"/>
<addaction name="fileRebuildIndexAction"/>
<addaction name="separator"/>
<addaction name="fileEraseSearchHistoryAction"/>
<addaction name="fileEraseDocHistoryAction"/>
<addaction name="separator"/>
<addaction name="showMissingHelpers_Action"/>
<addaction name="showActiveTypes_Action"/>
<addaction name="separator"/>
<addaction name="toggleFullScreenAction"/>
<addaction name="separator"/>
<addaction name="fileExitAction"/>
</widget>
<widget class="QMenu" name="toolsMenu">
<property name="title">
<string>&Tools</string>
</property>
<addaction name="toolsDoc_HistoryAction"/>
<addaction name="toolsAdvanced_SearchAction"/>
<addaction name="toolsSpellAction"/>
<addaction name="actionShowQueryDetails"/>
</widget>
<widget class="QMenu" name="preferencesMenu">
<property name="title">
<string>&Preferences</string>
</property>
<addaction name="indexConfigAction"/>
<addaction name="indexScheduleAction"/>
<addaction name="separator"/>
<addaction name="queryPrefsAction"/>
<addaction name="extIdxAction"/>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="helpMenu">
<property name="title">
<string>&Help</string>
</property>
<addaction name="userManualAction"/>
<addaction name="showMissingHelpers_Action"/>
<addaction name="showActiveTypes_Action"/>
<addaction name="separator"/>
<addaction name="helpAbout_RecollAction"/>
</widget>
<addaction name="fileMenu"/>
<addaction name="toolsMenu"/>
<addaction name="preferencesMenu"/>
<addaction name="separator"/>
<addaction name="helpMenu"/>
</widget>
<action name="fileExitAction">
<property name="text">
<string>E&xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
<property name="name" stdset="0">
<cstring>fileExitAction</cstring>
</property>
</action>
<action name="fileToggleIndexingAction">
<property name="text">
<string>Update &index</string>
</property>
<property name="name" stdset="0">
<cstring>fileToggleIndexingAction</cstring>
</property>
</action>
<action name="fileRebuildIndexAction">
<property name="text">
<string>&Rebuild index</string>
</property>
<property name="name" stdset="0">
<cstring>fileRebuildIndexAction</cstring>
</property>
</action>
<action name="fileEraseDocHistoryAction">
<property name="text">
<string>&Erase document history</string>
</property>
<property name="name" stdset="0">
<cstring>fileEraseDocHistoryAction</cstring>
</property>
</action>
<action name="fileEraseSearchHistoryAction">
<property name="text">
<string>&Erase search history</string>
</property>
<property name="name" stdset="0">
<cstring>fileEraseSearchHistoryAction</cstring>
</property>
</action>
<action name="showMissingHelpers_Action">
<property name="text">
<string>&Show missing helpers</string>
</property>
<property name="name" stdset="0">
<cstring>showMissingHelpers_Action</cstring>
</property>
</action>
<action name="showActiveTypes_Action">
<property name="text">
<string>&Show indexed types</string>
</property>
<property name="name" stdset="0">
<cstring>showActiveTypes_Action</cstring>
</property>
</action>
<action name="helpAbout_RecollAction">
<property name="text">
<string>&About Recoll</string>
</property>
<property name="name" stdset="0">
<cstring>helpAbout_RecollAction</cstring>
</property>
</action>
<action name="userManualAction">
<property name="text">
<string>&User manual</string>
</property>
<property name="name" stdset="0">
<cstring>userManualAction</cstring>
</property>
</action>
<action name="toolsDoc_HistoryAction">
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/history.png</normaloff>:/images/history.png</iconset>
</property>
<property name="text">
<string>Document &History</string>
</property>
<property name="toolTip">
<string>Document History</string>
</property>
<property name="name" stdset="0">
<cstring>toolsDoc_HistoryAction</cstring>
</property>
</action>
<action name="toolsAdvanced_SearchAction">
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/asearch.png</normaloff>:/images/asearch.png</iconset>
</property>
<property name="text">
<string>&Advanced Search</string>
</property>
<property name="toolTip">
<string>Advanced/complex Search</string>
</property>
<property name="name" stdset="0">
<cstring>toolsAdvanced_SearchAction</cstring>
</property>
</action>
<action name="toolsSort_parametersAction">
<property name="text">
<string>&Sort parameters</string>
</property>
<property name="toolTip">
<string>Sort parameters</string>
</property>
<property name="name" stdset="0">
<cstring>toolsSort_parametersAction</cstring>
</property>
</action>
<action name="toolsSpellAction">
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/spell.png</normaloff>:/images/spell.png</iconset>
</property>
<property name="text">
<string>Term &explorer</string>
</property>
<property name="toolTip">
<string>Term explorer tool</string>
</property>
<property name="name" stdset="0">
<cstring>toolsSpellAction</cstring>
</property>
</action>
<action name="nextPageAction">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/nextpage.png</normaloff>:/images/nextpage.png</iconset>
</property>
<property name="iconText">
<string>Next page</string>
</property>
<property name="toolTip">
<string>Next page of results</string>
</property>
<property name="shortcut">
<string>PgDown</string>
</property>
<property name="name" stdset="0">
<cstring>nextPageAction</cstring>
</property>
</action>
<action name="firstPageAction">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/firstpage.png</normaloff>:/images/firstpage.png</iconset>
</property>
<property name="iconText">
<string>First page</string>
</property>
<property name="toolTip">
<string>Go to first page of results</string>
</property>
<property name="shortcut">
<string>Shift+PgUp</string>
</property>
<property name="name" stdset="0">
<cstring>firstPageAction</cstring>
</property>
</action>
<action name="prevPageAction">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/prevpage.png</normaloff>:/images/prevpage.png</iconset>
</property>
<property name="iconText">
<string>Previous page</string>
</property>
<property name="toolTip">
<string>Previous page of results</string>
</property>
<property name="shortcut">
<string>PgUp</string>
</property>
<property name="name" stdset="0">
<cstring>prevPageAction</cstring>
</property>
</action>
<action name="indexConfigAction">
<property name="text">
<string>&Index configuration</string>
</property>
<property name="name" stdset="0">
<cstring>indexConfigAction</cstring>
</property>
</action>
<action name="indexScheduleAction">
<property name="text">
<string>&Indexing schedule</string>
</property>
<property name="name" stdset="0">
<cstring>indexScheduleAction</cstring>
</property>
</action>
<action name="queryPrefsAction">
<property name="text">
<string>&GUI configuration</string>
</property>
<property name="name" stdset="0">
<cstring>queryPrefsAction</cstring>
</property>
</action>
<action name="extIdxAction">
<property name="text">
<string>E&xternal index dialog</string>
</property>
<property name="iconText">
<string>External index dialog</string>
</property>
<property name="name" stdset="0">
<cstring>extIdxAction</cstring>
</property>
</action>
<action name="toggleFullScreenAction">
<property name="text">
<string>&Full Screen</string>
</property>
<property name="iconText">
<string>Full Screen</string>
</property>
<property name="shortcut">
<string>F11</string>
</property>
<property name="name" stdset="0">
<cstring>toggleFullScreenAction</cstring>
</property>
</action>
<action name="actionSortByDateAsc">
<property name="checkable">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/up.png</normaloff>:/images/up.png</iconset>
</property>
<property name="text">
<string>sortByDateAsc</string>
</property>
<property name="toolTip">
<string>Sort by dates from oldest to newest</string>
</property>
</action>
<action name="actionSortByDateDesc">
<property name="checkable">
<bool>true</bool>
</property>
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/down.png</normaloff>:/images/down.png</iconset>
</property>
<property name="text">
<string>sortByDateDesc</string>
</property>
<property name="toolTip">
<string>Sort by dates from newest to oldest</string>
</property>
</action>
<action name="actionShowQueryDetails">
<property name="text">
<string>Show Query Details</string>
</property>
</action>
<action name="actionShowResultsAsTable">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="recoll.qrc">
<normaloff>:/images/table.png</normaloff>:/images/table.png</iconset>
</property>
<property name="text">
<string>Show results as table</string>
</property>
<property name="toolTip">
<string>Show results as table</string>
</property>
</action>
</widget>
<layoutdefault spacing="2" margin="2"/>
<customwidgets>
<customwidget>
<class>SSearch</class>
<extends>QWidget</extends>
<header>ssearch_w.h</header>
</customwidget>
<customwidget>
<class>ResList</class>
<extends>QWidget</extends>
<header>reslist.h</header>
</customwidget>
</customwidgets>
<includes>
<include location="local">ssearch_w.h</include>
<include location="local">reslist.h</include>
</includes>
<resources>
<include location="recoll.qrc"/>
</resources>
<connections/>
</ui>