Files
seer/src/SeerVarVisualizerWidget.ui
T

228 lines
6.3 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>
2022-09-24 12:21:59 -05:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QHistoryLineEdit" name="variableNameLineEdit">
<property name="toolTip">
<string>Enter a variable to visualize.</string>
</property>
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Variable name</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_1">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="expandSelectedToolButton">
<property name="toolTip">
<string>Expand items below current selection.</string>
</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>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="collapseSelectedToolButton">
<property name="toolTip">
<string>Collapse 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>
<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>
<widget class="QCheckBox" name="expandRecursiveCheckBox">
<property name="toolTip">
<string>Expand recursively.</string>
</property>
<property name="text">
<string>Recursive</string>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="refreshToolButton">
<property name="toolTip">
<string>Refresh the list.</string>
</property>
<property name="text">
<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>
</property>
</widget>
</item>
<item>
<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>
2022-09-24 12:21:59 -05:00
<item>
<widget class="Line" name="line_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="helpToolButton">
<property name="toolTip">
<string>Help on Struct Visualizer</string>
2022-09-24 12:21:59 -05:00
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/RelaxLightIcons/help-about.svg</normaloff>:/seer/resources/RelaxLightIcons/help-about.svg</iconset>
</property>
</widget>
</item>
</layout>
</item>
2022-09-24 12:21:59 -05:00
<item>
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>
</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>expandSelectedToolButton</tabstop>
<tabstop>collapseSelectedToolButton</tabstop>
2022-09-24 12:21:59 -05:00
<tabstop>debugCheckBox</tabstop>
<tabstop>expandRecursiveCheckBox</tabstop>
2022-09-24 12:21:59 -05:00
<tabstop>refreshToolButton</tabstop>
<tabstop>autoRefreshCheckBox</tabstop>
2022-09-24 12:21:59 -05:00
<tabstop>helpToolButton</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>