|
a/src/qtgui/rclmain.ui |
|
b/src/qtgui/rclmain.ui |
|
... |
|
... |
58 |
</item>
|
58 |
</item>
|
59 |
</layout>
|
59 |
</layout>
|
60 |
</widget>
|
60 |
</widget>
|
61 |
<widget class="QStatusBar" name="statusbar"/>
|
61 |
<widget class="QStatusBar" name="statusbar"/>
|
62 |
<widget class="QMenuBar" name="MenuBar">
|
62 |
<widget class="QMenuBar" name="MenuBar">
|
|
|
63 |
<property name="geometry">
|
|
|
64 |
<rect>
|
|
|
65 |
<x>0</x>
|
|
|
66 |
<y>0</y>
|
|
|
67 |
<width>800</width>
|
|
|
68 |
<height>25</height>
|
|
|
69 |
</rect>
|
|
|
70 |
</property>
|
63 |
<widget class="QMenu" name="fileMenu">
|
71 |
<widget class="QMenu" name="fileMenu">
|
64 |
<property name="title">
|
72 |
<property name="title">
|
65 |
<string>&File</string>
|
73 |
<string>&File</string>
|
66 |
</property>
|
74 |
</property>
|
67 |
<addaction name="fileToggleIndexingAction"/>
|
75 |
<addaction name="fileToggleIndexingAction"/>
|
|
|
76 |
<addaction name="fileRetryFailedAction"/>
|
68 |
<addaction name="fileRebuildIndexAction"/>
|
77 |
<addaction name="fileRebuildIndexAction"/>
|
69 |
<addaction name="separator"/>
|
78 |
<addaction name="separator"/>
|
70 |
<addaction name="fileEraseSearchHistoryAction"/>
|
79 |
<addaction name="fileEraseSearchHistoryAction"/>
|
71 |
<addaction name="fileEraseDocHistoryAction"/>
|
80 |
<addaction name="fileEraseDocHistoryAction"/>
|
72 |
<addaction name="separator"/>
|
81 |
<addaction name="separator"/>
|
|
... |
|
... |
457 |
<iconset resource="recoll.qrc">
|
466 |
<iconset resource="recoll.qrc">
|
458 |
<normaloff>:/images/code-block.png</normaloff>:/images/code-block.png</iconset>
|
467 |
<normaloff>:/images/code-block.png</normaloff>:/images/code-block.png</iconset>
|
459 |
</property>
|
468 |
</property>
|
460 |
<property name="text">
|
469 |
<property name="text">
|
461 |
<string>Query Fragments</string>
|
470 |
<string>Query Fragments</string>
|
|
|
471 |
</property>
|
|
|
472 |
</action>
|
|
|
473 |
<action name="fileRetryFailedAction">
|
|
|
474 |
<property name="checkable">
|
|
|
475 |
<bool>true</bool>
|
|
|
476 |
</property>
|
|
|
477 |
<property name="text">
|
|
|
478 |
<string> With failed files retrying</string>
|
|
|
479 |
</property>
|
|
|
480 |
<property name="toolTip">
|
|
|
481 |
<string>Next update will retry previously failed files</string>
|
|
|
482 |
</property>
|
|
|
483 |
<property name="name" stdset="0">
|
|
|
484 |
<cstring>fileToggleIndexingAction</cstring>
|
462 |
</property>
|
485 |
</property>
|
463 |
</action>
|
486 |
</action>
|
464 |
</widget>
|
487 |
</widget>
|
465 |
<layoutdefault spacing="2" margin="2"/>
|
488 |
<layoutdefault spacing="2" margin="2"/>
|
466 |
<customwidgets>
|
489 |
<customwidgets>
|