Files
seer/src/SeerThreadManagerWidget.ui
T

175 lines
4.7 KiB
XML
Raw Normal View History

2021-09-01 14:01:00 -05:00
<?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>
2022-09-18 13:59:52 -05:00
<width>778</width>
<height>621</height>
2021-09-01 14:01:00 -05:00
</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">
2022-09-13 16:59:22 -05:00
<string>Thread/Process Info</string>
2021-09-01 14:01:00 -05:00
</property>
2022-09-18 13:59:52 -05:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="5">
2022-02-28 19:54:21 -06:00
<widget class="QDetachTabWidget" name="tabWidget">
2021-09-01 14:01:00 -05:00
<property name="currentIndex">
<number>-1</number>
</property>
</widget>
</item>
2022-09-18 13:59:52 -05:00
<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>
2022-09-18 13:59:52 -05:00
<item>
<property name="text">
<string>on</string>
</property>
</item>
2022-09-18 13:59:52 -05:00
<item>
<property name="text">
<string>step</string>
</property>
</item>
2022-09-18 13:59:52 -05:00
</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>
2022-09-18 13:59:52 -05:00
<item>
<property name="text">
<string>on</string>
</property>
</item>
2022-09-18 13:59:52 -05:00
</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>
2022-09-16 19:39:58 -05:00
</item>
2022-09-18 13:59:52 -05:00
<item>
<property name="text">
<string>child</string>
</property>
2022-09-16 19:39:58 -05:00
</item>
2022-09-18 13:59:52 -05:00
<item>
<property name="text">
<string>both</string>
</property>
2022-09-16 19:39:58 -05:00
</item>
2022-09-18 13:59:52 -05:00
</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>
2022-09-16 19:39:58 -05:00
</item>
2021-09-01 14:01:00 -05:00
</layout>
</widget>
</item>
</layout>
</widget>
2022-02-28 19:54:21 -06:00
<customwidgets>
<customwidget>
<class>QDetachTabWidget</class>
<extends>QTabWidget</extends>
<header location="global">QDetachTabWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
2021-09-01 14:01:00 -05:00
<resources/>
<connections/>
</ui>