75 lines
1.9 KiB
XML
75 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>FunctionListDockWidget</class>
|
|
<widget class="QDockWidget" name="FunctionListDockWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Doc&kWidget</string>
|
|
</property>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QTreeView" name="m_func_list_view">
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>m_func_list_view</sender>
|
|
<signal>activated(QModelIndex)</signal>
|
|
<receiver>FunctionListDockWidget</receiver>
|
|
<slot>onDisplayRequested(QModelIndex)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>267</x>
|
|
<y>97</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>573</x>
|
|
<y>154</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>m_func_list_view</sender>
|
|
<signal>clicked(QModelIndex)</signal>
|
|
<receiver>FunctionListDockWidget</receiver>
|
|
<slot>onFunctionSelected(QModelIndex)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>283</x>
|
|
<y>211</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>508</x>
|
|
<y>253</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<signal>displayRequested()</signal>
|
|
<slot>onDisplayRequested(QModelIndex)</slot>
|
|
<slot>onFunctionSelected(QModelIndex)</slot>
|
|
</slots>
|
|
</ui>
|