2021-12-31 13:00:02 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2021-12-31 13:00:54 -06:00
|
|
|
<class>SeerCatchpointsBrowserWidgetForm</class>
|
|
|
|
|
<widget class="QWidget" name="SeerCatchpointsBrowserWidgetForm">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>794</width>
|
|
|
|
|
<height>528</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Form</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
|
<item row="0" column="0">
|
2021-12-31 13:00:54 -06:00
|
|
|
<widget class="QTreeWidget" name="catchpointsTreeWidget">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="columnCount">
|
2021-12-31 13:00:54 -06:00
|
|
|
<number>10</number>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Number</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Type</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Disposition</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Enabled</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>What</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Catch Type</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Name</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Thread Groups</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Times</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
<column>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Used</string>
|
|
|
|
|
</property>
|
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
2021-12-31 13:00:54 -06:00
|
|
|
<widget class="QToolButton" name="refreshCatchpointsToolButton">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="toolTip">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Refresh the list of catchpoints.</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
2022-02-09 09:48:53 -06:00
|
|
|
<iconset resource="resource.qrc">
|
2022-02-09 11:59:14 -06:00
|
|
|
<normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</iconset>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2021-12-31 13:00:54 -06:00
|
|
|
<widget class="QToolButton" name="addCatchpointToolButton">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="toolTip">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Add a new catchpoint.</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
2022-02-09 09:48:53 -06:00
|
|
|
<iconset resource="resource.qrc">
|
2022-02-09 11:59:14 -06:00
|
|
|
<normaloff>:/seer/resources/RelaxLightIcons/document-new.svg</normaloff>:/seer/resources/RelaxLightIcons/document-new.svg</iconset>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2021-12-31 13:00:54 -06:00
|
|
|
<widget class="QToolButton" name="deleteCatchpointsToolButton">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="toolTip">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Delete selected catchpoints.</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
2022-02-09 09:48:53 -06:00
|
|
|
<iconset resource="resource.qrc">
|
2022-02-09 11:59:14 -06:00
|
|
|
<normaloff>:/seer/resources/RelaxLightIcons/edit-delete.svg</normaloff>:/seer/resources/RelaxLightIcons/edit-delete.svg</iconset>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2021-12-31 13:00:54 -06:00
|
|
|
<widget class="QToolButton" name="enableCatchpointsToolButton">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="toolTip">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Enable selected catchpoints.</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
2022-02-09 09:48:53 -06:00
|
|
|
<iconset resource="resource.qrc">
|
2022-02-09 11:59:14 -06:00
|
|
|
<normaloff>:/seer/resources/RelaxLightIcons/list-add.svg</normaloff>:/seer/resources/RelaxLightIcons/list-add.svg</iconset>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2021-12-31 13:00:54 -06:00
|
|
|
<widget class="QToolButton" name="disableCatchpointsToolButton">
|
2021-12-31 13:00:02 -06:00
|
|
|
<property name="toolTip">
|
2021-12-31 13:00:54 -06:00
|
|
|
<string>Disable selected catchpoints.</string>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
2022-02-09 09:48:53 -06:00
|
|
|
<iconset resource="resource.qrc">
|
2022-02-09 11:59:14 -06:00
|
|
|
<normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</iconset>
|
2021-12-31 13:00:02 -06:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2022-02-09 09:48:53 -06:00
|
|
|
<resources>
|
|
|
|
|
<include location="resource.qrc"/>
|
|
|
|
|
</resources>
|
2021-12-31 13:00:02 -06:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|