|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>460</width>
|
|
|
|
<height>369</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>File Manager</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset theme="folder">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="PCManFM::TabBar" name="tabBar" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="acceptDrops">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<widget class="Fm::SidePane" name="sidePane" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QFrame" name="frame">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>2</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="filterBar">
|
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Filter by string...</string>
|
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Focus with Ctrl+I</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>460</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menu_File">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuCreateNew">
|
|
|
|
<property name="title">
|
|
|
|
<string>C&reate New</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNewFolder"/>
|
|
|
|
<addaction name="actionNewBlankFile"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="actionNewTab"/>
|
|
|
|
<addaction name="actionNewWin"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuCreateNew"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFileProperties"/>
|
|
|
|
<addaction name="actionFolderProperties"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionCloseTab"/>
|
|
|
|
<addaction name="actionCloseWindow"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Help">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_View">
|
|
|
|
<property name="title">
|
|
|
|
<string>&View</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuSorting">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Sorting</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionByFileName"/>
|
|
|
|
<addaction name="actionByMTime"/>
|
|
|
|
<addaction name="actionByFileSize"/>
|
|
|
|
<addaction name="actionByFileType"/>
|
|
|
|
<addaction name="actionByOwner"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionAscending"/>
|
|
|
|
<addaction name="actionDescending"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFolderFirst"/>
|
|
|
|
<addaction name="actionCaseSensitive"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="actionReload"/>
|
|
|
|
<addaction name="actionShowHidden"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionIconView"/>
|
|
|
|
<addaction name="actionThumbnailView"/>
|
|
|
|
<addaction name="actionCompactView"/>
|
|
|
|
<addaction name="actionDetailedList"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="menuSorting"/>
|
|
|
|
<addaction name="actionFilter"/>
|
|
|
|
<addaction name="actionMenu_bar"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Editw">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionCut"/>
|
|
|
|
<addaction name="actionCopy"/>
|
|
|
|
<addaction name="actionPaste"/>
|
|
|
|
<addaction name="actionRename"/>
|
|
|
|
<addaction name="actionDelete"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSelectAll"/>
|
|
|
|
<addaction name="actionInvertSelection"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPreferences"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Bookmarks">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAddToBookmarks"/>
|
|
|
|
<addaction name="actionEditBookmarks"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Go">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Go</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionHome"/>
|
|
|
|
<addaction name="actionDesktop"/>
|
|
|
|
<addaction name="actionComputer"/>
|
|
|
|
<addaction name="actionTrash"/>
|
|
|
|
<addaction name="actionNetwork"/>
|
|
|
|
<addaction name="actionApplications"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionGoBack"/>
|
|
|
|
<addaction name="actionGoForward"/>
|
|
|
|
<addaction name="actionGoUp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Tool">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Tool</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOpenTerminal"/>
|
|
|
|
<addaction name="actionOpenAsRoot"/>
|
|
|
|
<addaction name="actionFindFiles"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menu_File"/>
|
|
|
|
<addaction name="menu_Editw"/>
|
|
|
|
<addaction name="menu_View"/>
|
|
|
|
<addaction name="menu_Go"/>
|
|
|
|
<addaction name="menu_Bookmarks"/>
|
|
|
|
<addaction name="menu_Tool"/>
|
|
|
|
<addaction name="menu_Help"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Main Toolbar</string>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="floatable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionNewTab"/>
|
|
|
|
<addaction name="actionGoBack"/>
|
|
|
|
<addaction name="actionGoForward"/>
|
|
|
|
<addaction name="actionGoUp"/>
|
|
|
|
<addaction name="actionReload"/>
|
|
|
|
<addaction name="actionGo"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionMenu"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionGoUp">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-up">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Go &Up</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go Up</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Up</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHome">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="user-home">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Home</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Home</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReload">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="view-refresh">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Reload</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F5</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGo">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-jump">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Go</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="application-exit">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="help-about">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNewWin">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="window-new">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&New Window</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>New Window</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionShowHidden">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show &Hidden</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+H</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionComputer">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="computer">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Computer</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTrash">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="user-trash">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Trash</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNetwork">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Network</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDesktop">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="user-desktop">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Desktop</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAddToBookmarks">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-add">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Add to Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionApplications">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Applications</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReload_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reload</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionIconView">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Icon View</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCompactView">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Compact View</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDetailedList">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Detailed List</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionThumbnailView">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Thumbnail View</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCut">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="edit-cut">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Cu&t</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+X</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCopy">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="edit-copy">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Copy</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+C</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPaste">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="edit-paste">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Paste</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+V</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSelectAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select &All</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+A</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPreferences">
|
|
|
|
<property name="text">
|
|
|
|
<string>Pr&eferences</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAscending">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Ascending</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDescending">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Descending</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionByFileName">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&By File Name</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionByMTime">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>By &Modification Time</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionByFileType">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>By File &Type</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionByOwner">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>By &Owner</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFolderFirst">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Folder First</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNewTab">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="window-new">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>New &Tab</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>New Tab</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+T</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGoBack">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-previous">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Go &Back</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go Back</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Left</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGoForward">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-next">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Go &Forward</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Go Forward</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Right</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInvertSelection">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Invert Selection</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDelete">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="edit-delete">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Del</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Rename</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F2</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseTab">
|
|
|
|
<property name="text">
|
|
|
|
<string>C&lose Tab</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+W</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFileProperties">
|
|
|
|
<property name="text">
|
|
|
|
<string>File &Properties</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Return</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFolderProperties">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Folder Properties</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCaseSensitive">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Case Sensitive</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionByFileSize">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>By File &Size</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseWindow">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Close Window</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEdit_Bookmarks">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpenTerminal">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open &Terminal</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F4</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOpenAsRoot">
|
|
|
|
<property name="text">
|
|
|
|
<string>Open as &Root</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEditBookmarks">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Edit Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNewFolder">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="folder-new">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Folder</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNewBlankFile">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="document-new">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Blank File</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Alt+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFindFiles">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Find Files</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F3</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFilter">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Filter</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+B</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseLeft">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-previous">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Close &left tabs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseRight">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-next">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Close &right tabs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseOther">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close &other tabs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMenu_bar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Menu bar</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Menu bar</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+M</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMenu">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="application-menu"/>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Menu</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Menu</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>PCManFM::TabBar</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>tabbar.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>Fm::SidePane</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global">libfm-qt/sidepane.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|