|
a/src/qtgui/rclmain.ui |
|
b/src/qtgui/rclmain.ui |
|
... |
|
... |
125 |
<property name="geometry">
|
125 |
<property name="geometry">
|
126 |
<rect>
|
126 |
<rect>
|
127 |
<x>0</x>
|
127 |
<x>0</x>
|
128 |
<y>0</y>
|
128 |
<y>0</y>
|
129 |
<width>800</width>
|
129 |
<width>800</width>
|
130 |
<height>23</height>
|
130 |
<height>21</height>
|
131 |
</rect>
|
131 |
</rect>
|
132 |
</property>
|
132 |
</property>
|
133 |
<widget class="QMenu" name="fileMenu">
|
133 |
<widget class="QMenu" name="fileMenu">
|
134 |
<property name="title">
|
134 |
<property name="title">
|
135 |
<string>&File</string>
|
135 |
<string>&File</string>
|
|
... |
|
... |
175 |
<addaction name="showMissingHelpers_Action"/>
|
175 |
<addaction name="showMissingHelpers_Action"/>
|
176 |
<addaction name="showActiveTypes_Action"/>
|
176 |
<addaction name="showActiveTypes_Action"/>
|
177 |
<addaction name="separator"/>
|
177 |
<addaction name="separator"/>
|
178 |
<addaction name="helpAbout_RecollAction"/>
|
178 |
<addaction name="helpAbout_RecollAction"/>
|
179 |
</widget>
|
179 |
</widget>
|
|
|
180 |
<widget class="QMenu" name="menuResults">
|
|
|
181 |
<property name="title">
|
|
|
182 |
<string>&Results</string>
|
|
|
183 |
</property>
|
|
|
184 |
<addaction name="nextPageAction"/>
|
|
|
185 |
<addaction name="prevPageAction"/>
|
|
|
186 |
<addaction name="firstPageAction"/>
|
|
|
187 |
<addaction name="separator"/>
|
|
|
188 |
<addaction name="actionSortByDateAsc"/>
|
|
|
189 |
<addaction name="actionSortByDateDesc"/>
|
|
|
190 |
<addaction name="separator"/>
|
|
|
191 |
<addaction name="actionShowResultsAsTable"/>
|
|
|
192 |
<addaction name="separator"/>
|
|
|
193 |
<addaction name="actionSaveResultsAsCSV"/>
|
|
|
194 |
</widget>
|
180 |
<addaction name="fileMenu"/>
|
195 |
<addaction name="fileMenu"/>
|
181 |
<addaction name="toolsMenu"/>
|
196 |
<addaction name="toolsMenu"/>
|
|
|
197 |
<addaction name="menuResults"/>
|
182 |
<addaction name="preferencesMenu"/>
|
198 |
<addaction name="preferencesMenu"/>
|
183 |
<addaction name="separator"/>
|
199 |
<addaction name="separator"/>
|
184 |
<addaction name="helpMenu"/>
|
200 |
<addaction name="helpMenu"/>
|
185 |
</widget>
|
201 |
</widget>
|
186 |
<action name="fileExitAction">
|
202 |
<action name="fileExitAction">
|
|
... |
|
... |
436 |
<property name="icon">
|
452 |
<property name="icon">
|
437 |
<iconset resource="recoll.qrc">
|
453 |
<iconset resource="recoll.qrc">
|
438 |
<normaloff>:/images/up.png</normaloff>:/images/up.png</iconset>
|
454 |
<normaloff>:/images/up.png</normaloff>:/images/up.png</iconset>
|
439 |
</property>
|
455 |
</property>
|
440 |
<property name="text">
|
456 |
<property name="text">
|
441 |
<string>sortByDateAsc</string>
|
457 |
<string>Sort by date, oldest first</string>
|
442 |
</property>
|
458 |
</property>
|
443 |
<property name="toolTip">
|
459 |
<property name="toolTip">
|
444 |
<string>Sort by dates from oldest to newest</string>
|
460 |
<string>Sort by dates from oldest to newest</string>
|
445 |
</property>
|
461 |
</property>
|
446 |
</action>
|
462 |
</action>
|
|
... |
|
... |
454 |
<property name="icon">
|
470 |
<property name="icon">
|
455 |
<iconset resource="recoll.qrc">
|
471 |
<iconset resource="recoll.qrc">
|
456 |
<normaloff>:/images/down.png</normaloff>:/images/down.png</iconset>
|
472 |
<normaloff>:/images/down.png</normaloff>:/images/down.png</iconset>
|
457 |
</property>
|
473 |
</property>
|
458 |
<property name="text">
|
474 |
<property name="text">
|
459 |
<string>sortByDateDesc</string>
|
475 |
<string>Sort by date, newest first</string>
|
460 |
</property>
|
476 |
</property>
|
461 |
<property name="toolTip">
|
477 |
<property name="toolTip">
|
462 |
<string>Sort by dates from newest to oldest</string>
|
478 |
<string>Sort by dates from newest to oldest</string>
|
463 |
</property>
|
479 |
</property>
|
464 |
</action>
|
480 |
</action>
|
|
... |
|
... |
474 |
<property name="icon">
|
490 |
<property name="icon">
|
475 |
<iconset resource="recoll.qrc">
|
491 |
<iconset resource="recoll.qrc">
|
476 |
<normaloff>:/images/table.png</normaloff>:/images/table.png</iconset>
|
492 |
<normaloff>:/images/table.png</normaloff>:/images/table.png</iconset>
|
477 |
</property>
|
493 |
</property>
|
478 |
<property name="text">
|
494 |
<property name="text">
|
479 |
<string>Show results as table</string>
|
495 |
<string>Show as table</string>
|
480 |
</property>
|
496 |
</property>
|
|
|
497 |
<property name="toolTip">
|
|
|
498 |
<string>Show results in a spreadsheet-like table</string>
|
|
|
499 |
</property>
|
|
|
500 |
</action>
|
|
|
501 |
<action name="actionSaveResultsAsCSV">
|
481 |
<property name="toolTip">
|
502 |
<property name="text">
|
482 |
<string>Show results as table</string>
|
503 |
<string>Save as CSV (spreadsheet) file</string>
|
|
|
504 |
</property>
|
|
|
505 |
<property name="toolTip">
|
|
|
506 |
<string>Saves the result into a file which you can load in a spreadsheet</string>
|
|
|
507 |
</property>
|
|
|
508 |
</action>
|
|
|
509 |
<action name="actionNext_Page">
|
|
|
510 |
<property name="text">
|
|
|
511 |
<string>Next Page</string>
|
|
|
512 |
</property>
|
|
|
513 |
</action>
|
|
|
514 |
<action name="actionPrevious_Page">
|
|
|
515 |
<property name="text">
|
|
|
516 |
<string>Previous Page</string>
|
|
|
517 |
</property>
|
|
|
518 |
</action>
|
|
|
519 |
<action name="actionFirst_Page">
|
|
|
520 |
<property name="text">
|
|
|
521 |
<string>First Page</string>
|
483 |
</property>
|
522 |
</property>
|
484 |
</action>
|
523 |
</action>
|
485 |
</widget>
|
524 |
</widget>
|
486 |
<layoutdefault spacing="2" margin="2"/>
|
525 |
<layoutdefault spacing="2" margin="2"/>
|
487 |
<customwidgets>
|
526 |
<customwidgets>
|