Files
seer/src/SeerThreadIdsBrowserWidget.ui
T
2025-06-14 11:46:05 -05:00

128 lines
4.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerThreadIdsBrowserWidgetForm</class>
<widget class="QWidget" name="SeerThreadIdsBrowserWidgetForm">
<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">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QToolButton" name="gdbNextToolButton">
<property name="toolTip">
<string>Execute the next line for selected threads. Step over functions.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/debug-step-over.svg</normaloff>:/seer/resources/RelaxLightIcons/debug-step-over.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="gdbStepToolButton">
<property name="toolTip">
<string>Execute the next line for selected threads. Step into functions.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/debug-step-into.svg</normaloff>:/seer/resources/RelaxLightIcons/debug-step-into.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="gdbFinishToolButton">
<property name="toolTip">
<string>Finish the current function for selected threads.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/debug-step-out.svg</normaloff>:/seer/resources/RelaxLightIcons/debug-step-out.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="gdbContinueToolButton">
<property name="toolTip">
<string>Continue execution of selected threads.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/debug-execute-from-cursor.svg</normaloff>:/seer/resources/RelaxLightIcons/debug-execute-from-cursor.svg</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="gdbInterruptToolButton">
<property name="toolTip">
<string>Interrupt execution of selected threads.</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/thenounproject/stop.svg</normaloff>:/seer/resources/thenounproject/stop.svg</iconset>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="QTreeWidget" name="idsTreeWidget">
<property name="columnCount">
<number>2</number>
</property>
<column>
<property name="text">
<string>Active</string>
</property>
</column>
<column>
<property name="text">
<string>Thread Id</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>