Files
seer/src/SeerVarVisualizerWidget.ui
T

191 lines
5.2 KiB
XML
Raw Normal View History

2022-08-16 20:01:31 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerVarVisualizerWidgetForm</class>
<widget class="QWidget" name="SeerVarVisualizerWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>798</width>
<height>683</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="2">
<widget class="QToolButton" name="expandAllToolButton">
2022-08-16 20:01:31 -05:00
<property name="toolTip">
<string>Expand all items below current selection.</string>
2022-08-16 20:01:31 -05:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/list-add.svg</normaloff>:/seer/resources/RelaxLightIcons/list-add.svg</iconset>
2022-08-16 20:01:31 -05:00
</property>
</widget>
</item>
<item row="0" column="5">
2022-09-03 16:33:06 -05:00
<widget class="QToolButton" name="refreshToolButton">
2022-08-16 20:01:31 -05:00
<property name="toolTip">
2022-09-03 16:33:06 -05:00
<string>Refresh the list.</string>
2022-08-16 20:01:31 -05:00
</property>
<property name="text">
2022-09-03 16:33:06 -05:00
<string>...</string>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</normaloff>:/seer/resources/RelaxLightIcons/view-refresh.svg</iconset>
2022-08-16 20:01:31 -05:00
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="collapseAllToolButton">
<property name="toolTip">
<string>Collapse all items below current selection.</string>
</property>
<property name="text">
<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="1" column="0" colspan="9">
2022-08-28 14:03:10 -05:00
<widget class="QIndexTreeWidget" name="variableTreeWidget">
2022-08-21 15:53:35 -05:00
<column>
<property name="text">
2022-08-27 10:14:01 -05:00
<string>Variable</string>
2022-08-21 15:53:35 -05:00
</property>
</column>
2022-08-16 20:01:31 -05:00
<column>
<property name="text">
2022-08-27 10:14:01 -05:00
<string>Value</string>
2022-08-16 20:01:31 -05:00
</property>
</column>
2022-08-18 19:05:33 -05:00
<column>
<property name="text">
2022-08-27 10:14:01 -05:00
<string>Type</string>
2022-08-21 15:53:35 -05:00
</property>
</column>
<column>
<property name="text">
2022-08-27 10:14:01 -05:00
<string>VarObj</string>
2022-08-18 19:05:33 -05:00
</property>
</column>
2022-09-05 13:29:41 -05:00
<column>
<property name="text">
<string>VarObjID</string>
</property>
</column>
2022-08-16 20:01:31 -05:00
<column>
<property name="text">
2022-08-27 10:14:01 -05:00
<string>Exp</string>
2022-08-16 20:01:31 -05:00
</property>
</column>
2022-08-21 15:53:35 -05:00
<column>
<property name="text">
2022-08-27 10:14:01 -05:00
<string>NumChild</string>
2022-08-21 15:53:35 -05:00
</property>
</column>
<column>
<property name="text">
<string>ThreadID</string>
</property>
</column>
<column>
<property name="text">
<string>HasMore</string>
</property>
</column>
2022-09-05 13:29:41 -05:00
<column>
<property name="text">
<string>Editable</string>
</property>
</column>
2022-08-16 20:01:31 -05:00
</widget>
</item>
2022-09-03 16:33:06 -05:00
<item row="0" column="1">
<widget class="Line" name="line_1">
2022-09-03 16:33:06 -05:00
<property name="orientation">
<enum>Qt::Vertical</enum>
2022-08-23 20:17:46 -05:00
</property>
</widget>
</item>
2022-09-03 16:33:06 -05:00
<item row="0" column="0">
<widget class="QHistoryLineEdit" name="variableNameLineEdit">
2022-08-23 20:17:46 -05:00
<property name="toolTip">
2022-09-03 16:33:06 -05:00
<string>Enter a variable to visualize.</string>
2022-08-23 20:17:46 -05:00
</property>
<property name="text">
<string/>
</property>
2022-09-03 16:33:06 -05:00
<property name="placeholderText">
<string>Variable name</string>
2022-08-27 10:14:01 -05:00
</property>
2022-09-03 16:33:06 -05:00
<property name="clearButtonEnabled">
<bool>true</bool>
2022-08-27 10:14:01 -05:00
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QCheckBox" name="debugCheckBox">
<property name="toolTip">
<string>Show more variable details.</string>
</property>
<property name="text">
<string>Debug</string>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QCheckBox" name="autoRefreshCheckBox">
<property name="toolTip">
<string>Automatically refresh after each stopping point.</string>
</property>
<property name="text">
<string>Auto</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
2022-08-16 20:01:31 -05:00
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QHistoryLineEdit</class>
<extends>QLineEdit</extends>
<header location="global">QHistoryLineEdit.h</header>
</customwidget>
2022-08-28 14:03:10 -05:00
<customwidget>
<class>QIndexTreeWidget</class>
<extends>QTreeWidget</extends>
<header location="global">QIndexTreeWidget.h</header>
</customwidget>
2022-08-16 20:01:31 -05:00
</customwidgets>
2022-08-23 20:17:46 -05:00
<tabstops>
<tabstop>variableNameLineEdit</tabstop>
<tabstop>expandAllToolButton</tabstop>
<tabstop>collapseAllToolButton</tabstop>
2022-08-23 20:17:46 -05:00
<tabstop>refreshToolButton</tabstop>
2022-08-28 14:03:10 -05:00
<tabstop>autoRefreshCheckBox</tabstop>
<tabstop>debugCheckBox</tabstop>
2022-08-23 20:17:46 -05:00
<tabstop>variableTreeWidget</tabstop>
</tabstops>
2022-08-16 20:01:31 -05:00
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>