Files
seer/SeerMemoryVisualizerWidget.ui
T
2021-09-01 13:58:59 -05:00

178 lines
4.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerMemoryVisualizerWidgetForm</class>
<widget class="QWidget" name="SeerMemoryVisualizerWidgetForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>834</width>
<height>657</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="QLineEdit" name="variableNameLineEdit">
<property name="toolTip">
<string>Variable name or expression.</string>
</property>
<property name="placeholderText">
<string>variable name</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="variableAddressLineEdit">
<property name="toolTip">
<string>Variable address.</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>variable address</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="memoryLengthLineEdit">
<property name="toolTip">
<string>Number of bytes to display.</string>
</property>
<property name="inputMask">
<string/>
</property>
<property name="placeholderText">
<string># Bytes</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="memoryDisplayFormatComboBox">
<property name="toolTip">
<string>Memory display format.</string>
</property>
<item>
<property name="text">
<string>hex</string>
</property>
</item>
<item>
<property name="text">
<string>octal</string>
</property>
</item>
<item>
<property name="text">
<string>binary</string>
</property>
</item>
<item>
<property name="text">
<string>decimal</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QComboBox" name="charDisplayFormatComboBox">
<property name="toolTip">
<string>Character display format.</string>
</property>
<item>
<property name="text">
<string>ascii</string>
</property>
</item>
<item>
<property name="text">
<string>ebcdic</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QSpinBox" name="columnCountSpinBox">
<property name="toolTip">
<string>Number of columns in display.</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="printToolButton">
<property name="toolTip">
<string>Print the display.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset theme="document-print">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="saveToolButton">
<property name="toolTip">
<string>Save the display to a file.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset theme="document-save-as"/>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="refreshToolButton">
<property name="toolTip">
<string>Refresh the display.</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset theme="view-refresh">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
<widget class="SeerHexWidget" name="memoryHexEditor" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>100</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SeerHexWidget</class>
<extends>QWidget</extends>
<header location="global">SeerHexWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>