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>SeerLibraryBrowserWidgetForm</class>
|
|
|
|
|
<widget class="QWidget" name="SeerLibraryBrowserWidgetForm">
|
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>Library 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="libraryTreeWidget">
|
2021-09-01 14:01:00 -05:00
|
|
|
<property name="columnCount">
|
|
|
|
|
<number>6</number>
|
|
|
|
|
</property>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Id</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Target-Name</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Host-Name</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Symbols Loaded</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Thread Group</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Ranges</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0" colspan="2">
|
2022-08-10 20:01:03 -05:00
|
|
|
<widget class="QHistoryLineEdit" name="librarySearchLineEdit">
|
2021-09-01 14:01:00 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Search in the list of libraries. "*" is allowed.</string>
|
|
|
|
|
</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>
|