2021-09-01 14:01:00 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2022-05-08 17:38:39 -05:00
|
|
|
<class>SeerFunctionBrowserWidgetForm</class>
|
|
|
|
|
<widget class="QWidget" name="SeerFunctionBrowserWidgetForm">
|
2021-09-01 14:01:00 -05:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>730</width>
|
|
|
|
|
<height>698</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Function Browser</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
2022-05-08 17:38:39 -05:00
|
|
|
<widget class="QTreeWidget" name="functionTreeWidget">
|
2021-09-01 14:01:00 -05:00
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Function</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2025-04-07 16:49:23 -05:00
|
|
|
<string>File/Address</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Line</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Full Name</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Type</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Description</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0" colspan="2">
|
2022-08-10 20:01:03 -05:00
|
|
|
<widget class="QHistoryLineEdit" name="functionSearchLineEdit">
|
2021-09-01 14:01:00 -05:00
|
|
|
<property name="toolTip">
|
2022-05-08 17:38:39 -05:00
|
|
|
<string>Search in the list of functions. "*" is allowed.</string>
|
2021-09-01 14:01:00 -05:00
|
|
|
</property>
|
|
|
|
|
<property name="statusTip">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2022-08-10 20:01:03 -05:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>QHistoryLineEdit</class>
|
|
|
|
|
<extends>QLineEdit</extends>
|
|
|
|
|
<header location="global">QHistoryLineEdit.h</header>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2021-09-01 14:01:00 -05:00
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|