diff options
author | q5sys <jt@obs-sec.com> | 2017-06-13 12:37:41 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2017-06-13 12:37:41 -0400 |
commit | 3dfc37ec6be3e1cf08c5953df66703ccc49413b1 (patch) | |
tree | a256bea8b0e8e17455de2eb521c652a5c1c011db /src-qt5/desktop-utils/lumina-fm/MainUI.ui | |
parent | add dirtreepane prototype code (diff) | |
download | lumina-3dfc37ec6be3e1cf08c5953df66703ccc49413b1.tar.gz lumina-3dfc37ec6be3e1cf08c5953df66703ccc49413b1.tar.bz2 lumina-3dfc37ec6be3e1cf08c5953df66703ccc49413b1.zip |
redo dirtreepane to work the same as other options
Diffstat (limited to 'src-qt5/desktop-utils/lumina-fm/MainUI.ui')
-rw-r--r-- | src-qt5/desktop-utils/lumina-fm/MainUI.ui | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/src-qt5/desktop-utils/lumina-fm/MainUI.ui b/src-qt5/desktop-utils/lumina-fm/MainUI.ui index 189b563f..d111cb85 100644 --- a/src-qt5/desktop-utils/lumina-fm/MainUI.ui +++ b/src-qt5/desktop-utils/lumina-fm/MainUI.ui @@ -69,7 +69,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>367</height> + <height>359</height> </rect> </property> <layout class="QHBoxLayout" name="BrowserLayout"> @@ -106,7 +106,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>24</height> + <height>28</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -134,6 +134,7 @@ <addaction name="actionRefresh"/> <addaction name="separator"/> <addaction name="actionView_Hidden_Files"/> + <addaction name="actionView_showDirTreePane"/> <addaction name="separator"/> <addaction name="actionShow_Thumbnails"/> <addaction name="menuView_Mode"/> @@ -420,6 +421,20 @@ <string>Clone Repository</string> </property> </action> + <action name="actionView_showDirTreePane"> + <property name="checkable"> + <bool>true</bool> + </property> + <property name="text"> + <string>Show Directory Tree Window</string> + </property> + <property name="toolTip"> + <string>Show Directory Tree Pane</string> + </property> + <property name="shortcut"> + <string>Ctrl+P</string> + </property> + </action> </widget> <resources/> <connections/> |