diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-18 15:24:31 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-18 15:24:31 -0500 |
commit | 0ab15db734b5c45bdefa960c54209d0d7472ec50 (patch) | |
tree | a95a0035307359a883d9979203f34dcbe9df5e90 /lumina-search/MainUI.ui | |
parent | Update the Lumina-default theme file a bit more. (diff) | |
download | lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.tar.gz lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.tar.bz2 lumina-0ab15db734b5c45bdefa960c54209d0d7472ec50.zip |
Add a new configuration dialog to lumina-search so that users can specify/save the starting point for file searches, as well as setup any directories to exclude from the search routine.
Diffstat (limited to 'lumina-search/MainUI.ui')
-rw-r--r-- | lumina-search/MainUI.ui | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lumina-search/MainUI.ui b/lumina-search/MainUI.ui index 73c7bf18..7a3c664e 100644 --- a/lumina-search/MainUI.ui +++ b/lumina-search/MainUI.ui @@ -25,6 +25,16 @@ </widget> </item> <item> + <widget class="QToolButton" name="tool_configure"> + <property name="toolTip"> + <string>Configure search parameters</string> + </property> + <property name="text"> + <string notr="true"/> + </property> + </widget> + </item> + <item> <widget class="QToolButton" name="tool_stop"> <property name="toolTip"> <string>Stop Active Search</string> |