Files
seer/SeerSharedLibraryBrowserWidget.ui
T
2021-09-01 14:01:00 -05:00

69 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerSharedLibraryBrowserWidgetForm</class>
<widget class="QWidget" name="SeerSharedLibraryBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>730</width>
<height>698</height>
</rect>
</property>
<property name="windowTitle">
<string>Shared Library Browser</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" colspan="2">
<widget class="QTreeWidget" name="sharedLibraryTreeWidget">
<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">
<widget class="QLineEdit" name="sharedLibrarySearchLineEdit">
<property name="toolTip">
<string>Search in the list of libraries. &quot;*&quot; is allowed.</string>
</property>
<property name="statusTip">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>