Files
seer/src/SeerThreadManagerWidget.ui
T
2022-09-18 13:59:52 -05:00

175 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerThreadManagerWidgetForm</class>
<widget class="QWidget" name="SeerThreadManagerWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>778</width>
<height>621</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Thread/Process Info</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="5">
<widget class="QDetachTabWidget" name="tabWidget">
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="schedulerLockingLabel">
<property name="text">
<string>Scheduler locking:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="scheduleMultipleLabel">
<property name="toolTip">
<string/>
</property>
<property name="text">
<string>Schedule multiple:</string>
</property>
</widget>
</item>
<item row="1" column="2" rowspan="2">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLabel" name="forkFollowsLabel">
<property name="text">
<string>Fork follows:</string>
</property>
</widget>
</item>
<item row="1" column="4">
<spacer name="horizontalSpacer_1">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>402</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0">
<widget class="QComboBox" name="schedulerLockingComboBox">
<property name="toolTip">
<string>Set the scheduler locking mode.</string>
</property>
<item>
<property name="text">
<string>replay</string>
</property>
</item>
<item>
<property name="text">
<string>off</string>
</property>
</item>
<item>
<property name="text">
<string>on</string>
</property>
</item>
<item>
<property name="text">
<string>step</string>
</property>
</item>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="scheduleMultipleComboBox">
<property name="toolTip">
<string>Set the mode for allowing threads of multiple processes to be resumed when an execution command is issued.</string>
</property>
<item>
<property name="text">
<string>off</string>
</property>
</item>
<item>
<property name="text">
<string>on</string>
</property>
</item>
</widget>
</item>
<item row="2" column="3">
<widget class="QComboBox" name="forkFollowsComboBox">
<property name="toolTip">
<string>Set the debugger response to a program call of fork or vfork.</string>
</property>
<item>
<property name="text">
<string>parent</string>
</property>
</item>
<item>
<property name="text">
<string>child</string>
</property>
</item>
<item>
<property name="text">
<string>both</string>
</property>
</item>
</widget>
</item>
<item row="2" column="4">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>402</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QDetachTabWidget</class>
<extends>QTabWidget</extends>
<header location="global">QDetachTabWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>