mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
76 lines
1.8 KiB
XML
76 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>SeerLibraryBrowserWidgetForm</class>
|
|
<widget class="QWidget" name="SeerLibraryBrowserWidgetForm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>730</width>
|
|
<height>698</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Library Browser</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="1" column="0" colspan="2">
|
|
<widget class="QTreeWidget" name="libraryTreeWidget">
|
|
<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="QHistoryLineEdit" name="librarySearchLineEdit">
|
|
<property name="toolTip">
|
|
<string>Search in the list of libraries. "*" is allowed.</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QHistoryLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header location="global">QHistoryLineEdit.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|