253 lines
6.2 KiB
XML
253 lines
6.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ProjectFilesystemWidget</class>
|
|
<widget class="QWidget" name="ProjectFilesystemWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>437</width>
|
|
<height>390</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<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="Utils::StyledBar" name="widgetTop" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<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="QWidget" name="widgetFindIcon" native="true">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="pixmap">
|
|
<pixmap resource="projectfilesystem.qrc">:/icons/edit-find.png</pixmap>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="lineFilter"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="buttonClear"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="buttonExpand">
|
|
<property name="toolTip">
|
|
<string>Expand tree</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="buttonCollapse">
|
|
<property name="toolTip">
|
|
<string>Collapse tree</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTreeWidget" name="tree">
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="textElideMode">
|
|
<enum>Qt::ElideMiddle</enum>
|
|
</property>
|
|
<property name="verticalScrollMode">
|
|
<enum>QAbstractItemView::ScrollPerPixel</enum>
|
|
</property>
|
|
<property name="rootIsDecorated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="uniformRowHeights">
|
|
<bool>true</bool>
|
|
</property>
|
|
<attribute name="headerVisible">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<column>
|
|
<property name="text">
|
|
<string>Path</string>
|
|
</property>
|
|
</column>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
<action name="actionOpen_here">
|
|
<property name="text">
|
|
<string>Open as plain</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen_external">
|
|
<property name="text">
|
|
<string>Open external ...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShow_external">
|
|
<property name="text">
|
|
<string>Show external ...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopy_name">
|
|
<property name="text">
|
|
<string>Copy name</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopy_path">
|
|
<property name="text">
|
|
<string>Copy path</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen_terminal">
|
|
<property name="icon">
|
|
<iconset resource="projectfilesystem.qrc">
|
|
<normaloff>:/icons/utilities-terminal.png</normaloff>:/icons/utilities-terminal.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open terminal ...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSet_as_startup">
|
|
<property name="text">
|
|
<string>Set as startup</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBuild">
|
|
<property name="text">
|
|
<string>Build</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRun">
|
|
<property name="text">
|
|
<string>Run</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClose_project">
|
|
<property name="text">
|
|
<string>Close project</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClean">
|
|
<property name="text">
|
|
<string>Clean</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRebuild">
|
|
<property name="text">
|
|
<string>Rebuild</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Utils::StyledBar</class>
|
|
<extends>QWidget</extends>
|
|
<header>utils/styledbar.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="projectfilesystem.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonClear</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>lineFilter</receiver>
|
|
<slot>clear()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>246</x>
|
|
<y>37</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>212</x>
|
|
<y>35</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonExpand</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>tree</receiver>
|
|
<slot>expandAll()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>263</x>
|
|
<y>28</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>251</x>
|
|
<y>58</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>buttonCollapse</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>tree</receiver>
|
|
<slot>collapseAll()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>307</x>
|
|
<y>27</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>297</x>
|
|
<y>71</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|