Files
seer/src/SeerCatchpointsBrowserWidget.ui
T
2023-07-15 17:17:04 -05:00

230 lines
6.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerCatchpointsBrowserWidgetForm</class>
<widget class="QWidget" name="SeerCatchpointsBrowserWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1052</width>
<height>485</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="catchpointsTreeWidget">
<property name="columnCount">
<number>13</number>
</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">
<string>What</string>
</property>
</column>
<column>
<property name="text">
<string>Catch Type</string>
</property>
</column>
<column>
<property name="text">
<string>Name</string>
</property>
</column>
<column>
<property name="text">
<string>Thread Groups</string>
</property>
</column>
<column>
<property name="text">
<string>Condtion</string>
</property>
</column>
<column>
<property name="text">
<string>Times</string>
</property>
</column>
<column>
<property name="text">
<string>Ignore</string>
</property>
</column>
<column>
<property name="text">
<string>Commands</string>
</property>
</column>
<column>
<property name="text">
<string>Used</string>
</property>
</column>
</widget>
</item>
<item row="0" column="1">
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QToolButton" name="addCatchpointToolButton">
<property name="toolTip">
<string>Add a new catchpoint.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/document-new.svg</normaloff>:/seer/resources/RelaxLightIcons/document-new.svg</iconset>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QToolButton" name="refreshCatchpointsToolButton">
<property name="toolTip">
<string>Refresh the list of catchpoints.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</iconset>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QToolButton" name="enableCatchpointsToolButton">
<property name="toolTip">
<string>Enable selected catchpoints.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/list-add.svg</normaloff>:/seer/resources/RelaxLightIcons/list-add.svg</iconset>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QToolButton" name="disableCatchpointsToolButton">
<property name="toolTip">
<string>Disable selected catchpoints.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</normaloff>:/seer/resources/RelaxLightIcons/list-remove.svg</iconset>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QToolButton" name="conditionCatchpointToolButton">
<property name="toolTip">
<string>Add condition to selected catchpoint.</string>
</property>
<property name="text">
<string>?</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QToolButton" name="ignoreCatchpointToolButton">
<property name="toolTip">
<string>Add ignore count to selected catchpoint.</string>
</property>
<property name="text">
<string>#</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QToolButton" name="commandsCatchpointToolButton">
<property name="toolTip">
<string>Add commands to selected catchpoint.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/go-next.svg</normaloff>:/seer/resources/RelaxLightIcons/go-next.svg</iconset>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QToolButton" name="deleteCatchpointsToolButton">
<property name="toolTip">
<string>Delete selected catchpoints.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/edit-delete.svg</normaloff>:/seer/resources/RelaxLightIcons/edit-delete.svg</iconset>
</property>
</widget>
</item>
<item row="4" column="0">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="1">
<spacer name="verticalSpacer_1">
<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>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>