2017-03-29 10:18:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>FunctionsWidget</class>
|
|
|
|
<widget class="QDockWidget" name="FunctionsWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-11-03 17:22:54 +00:00
|
|
|
<width>289</width>
|
|
|
|
<height>359</height>
|
2017-03-29 10:18:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string notr="true">Functions</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>1</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<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="QTabWidget" name="tabWidget">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QTabWidget::pane { /* The tab widget frame */
|
|
|
|
border-top: 0px;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="tabPosition">
|
|
|
|
<enum>QTabWidget::West</enum>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tab">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string>List</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_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>
|
2017-04-28 13:09:40 +00:00
|
|
|
<widget class="QTreeView" name="functionsTreeView">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2017-04-28 13:09:40 +00:00
|
|
|
<string notr="true">QTreeView::item
|
2017-03-29 10:18:37 +00:00
|
|
|
{
|
2017-12-02 19:15:12 +00:00
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 1px;
|
2017-03-29 10:18:37 +00:00
|
|
|
}
|
|
|
|
|
2017-04-28 13:09:40 +00:00
|
|
|
QToolTip
|
|
|
|
{
|
2017-03-29 10:18:37 +00:00
|
|
|
background-color: #444;
|
|
|
|
border: 3px solid #444;
|
|
|
|
color: rgb(232, 232, 232);
|
|
|
|
font: 11pt "Monaco";
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="sizeAdjustPolicy">
|
|
|
|
<enum>QAbstractScrollArea::AdjustToContents</enum>
|
|
|
|
</property>
|
|
|
|
<property name="indentation">
|
2017-12-02 19:15:12 +00:00
|
|
|
<number>8</number>
|
2017-03-29 10:18:37 +00:00
|
|
|
</property>
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<attribute name="title">
|
|
|
|
<string>Tree</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<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>
|
2017-04-28 13:09:40 +00:00
|
|
|
<widget class="QTreeView" name="nestedFunctionsTreeView">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="contextMenuPolicy">
|
|
|
|
<enum>Qt::CustomContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
2017-12-02 19:15:12 +00:00
|
|
|
<string notr="true">
|
2017-03-29 10:18:37 +00:00
|
|
|
QToolTip {
|
|
|
|
background-color: #444;
|
|
|
|
border: 3px solid #444;
|
|
|
|
color: rgb(232, 232, 232);
|
|
|
|
font: 11pt "Monaco";
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
2017-04-28 13:09:40 +00:00
|
|
|
<property name="sortingEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2017-03-29 10:18:37 +00:00
|
|
|
<property name="expandsOnDoubleClick">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2017-04-28 13:09:40 +00:00
|
|
|
<item>
|
2017-05-18 12:17:51 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
2017-04-28 13:09:40 +00:00
|
|
|
</property>
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetNoConstraint</enum>
|
|
|
|
</property>
|
2017-05-18 12:17:51 +00:00
|
|
|
<property name="rightMargin">
|
|
|
|
<number>2</number>
|
2017-05-18 10:18:17 +00:00
|
|
|
</property>
|
2017-05-18 12:17:51 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="filterLineEdit">
|
2017-11-03 17:22:54 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2017-05-18 12:17:51 +00:00
|
|
|
<property name="placeholderText">
|
|
|
|
<string>Quick Filter</string>
|
|
|
|
</property>
|
|
|
|
<property name="clearButtonEnabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="closeFilterButton">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QToolButton { /* all types of tool button */
|
|
|
|
border: 2px solid #333;
|
|
|
|
border-left: 2px solid #333;
|
|
|
|
border-right: 2px solid #333;
|
|
|
|
background-color: #333;
|
|
|
|
color: rgb(255, 255, 255)
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:hover {
|
|
|
|
border: 2px solid rgb(128, 128, 128);
|
|
|
|
border-left: 2px solid rgb(128, 128, 128);
|
|
|
|
border-right: 2px solid rgb(128, 128, 128);
|
|
|
|
background-color: rgb(128, 128, 128);
|
|
|
|
color: rgb(255, 255, 255)
|
|
|
|
}
|
|
|
|
|
|
|
|
QToolButton:pressed {
|
|
|
|
border: 2px solid #2180a9;
|
|
|
|
border-left: 2px solid #2180a9;
|
|
|
|
border-right: 2px solid #2180a9;
|
|
|
|
background-color: #2180a9;
|
|
|
|
}</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>X</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2017-04-28 13:09:40 +00:00
|
|
|
</item>
|
2017-03-29 10:18:37 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<action name="actionDisasAdd_comment">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add comment</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctionsRename">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rename</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFunctionsUndefine">
|
|
|
|
<property name="text">
|
|
|
|
<string>Undefine</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_References">
|
|
|
|
<property name="text">
|
|
|
|
<string>X-Refs</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Cross references</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHorizontal">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Horizontal</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionVertical">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Vertical</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|