2021-04-04 21:04:12 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<widget class="QMainWindow" name="main-window">
|
|
|
|
|
<property name="minimumHeight"><number>500</number></property>
|
|
|
|
|
<property name="minimumWidth"><number>1000</number></property>
|
|
|
|
|
<property name="windowTitle"><string>Bloom</string></property>
|
|
|
|
|
<property name="maximized"><bool>false</bool></property>
|
|
|
|
|
|
|
|
|
|
<widget class="QMenuBar" name="menu-bar">
|
|
|
|
|
<property name="nativeMenuBar">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
|
|
<widget class="QMenu" name="file-menu">
|
|
|
|
|
<property name="title"><string>File</string></property>
|
|
|
|
|
<addaction name="close-insight"/>
|
|
|
|
|
<action name="close-insight">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Exit</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
|
|
<widget class="QMenu" name="help-menu">
|
|
|
|
|
<property name="title"><string>Help</string></property>
|
|
|
|
|
<addaction name="open-getting-started-url"/>
|
|
|
|
|
<addaction name="open-report-issues-url"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="open-about-dialogue"/>
|
|
|
|
|
<action name="open-getting-started-url">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Getting Started</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="open-report-issues-url">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Report An Issue</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="open-about-dialogue">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>About</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
|
|
<addaction name="file-menu"/>
|
|
|
|
|
<addaction name="help-menu"/>
|
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
|
|
<widget class="QWidget">
|
|
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="header">
|
|
|
|
|
<widget class="QToolBar" name="header-tool-bar">
|
|
|
|
|
<widget class="QToolButton" name="refresh-io-inspection-btn">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
2021-05-30 19:05:18 +01:00
|
|
|
<disabledoff>:/compiled/src/Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg</disabledoff>
|
|
|
|
|
<normalon>:/compiled/src/Insight/UserInterfaces/InsightWindow/Images/refresh.svg</normalon>
|
2021-04-04 21:04:12 +01:00
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Refresh GPIO Pin States</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="container">
|
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="margin">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="io-container">
|
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
|
<item alignment="Qt::AlignHCenter">
|
|
|
|
|
<widget class="QLabel" name="io-inspection-unavailable">
|
|
|
|
|
<property name="visible"><bool>false</bool></property>
|
2021-05-30 16:53:24 +01:00
|
|
|
<property name="alignment">
|
|
|
|
|
<enum>Qt::AlignCenter</enum>
|
|
|
|
|
</property>
|
2021-04-04 21:04:12 +01:00
|
|
|
<property name="text">
|
2021-05-30 16:53:24 +01:00
|
|
|
<string>-</string>
|
2021-04-04 21:04:12 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<!-- Target RAM inspection will be introduced in a later version -->
|
|
|
|
|
<!-- <item>-->
|
|
|
|
|
<!-- <widget class="QWidget" name="rhSideBar">-->
|
|
|
|
|
<!-- <property name="layoutDirection">-->
|
|
|
|
|
<!-- <enum>Qt::RightToLeft</enum>-->
|
|
|
|
|
<!-- </property>-->
|
|
|
|
|
<!-- <layout class="QVBoxLayout">-->
|
|
|
|
|
<!-- <property name="spacing">-->
|
|
|
|
|
<!-- <number>0</number>-->
|
|
|
|
|
<!-- </property>-->
|
|
|
|
|
<!-- <property name="margin">-->
|
|
|
|
|
<!-- <number>0</number>-->
|
|
|
|
|
<!-- </property>-->
|
|
|
|
|
|
|
|
|
|
<!-- <item alignment="Qt::AlignTop">-->
|
|
|
|
|
<!-- <widget class="QToolButton" name="inspectRamBtn">-->
|
|
|
|
|
<!-- <property name="toolTip">-->
|
|
|
|
|
<!-- <string>Inspect Target RAM</string>-->
|
|
|
|
|
<!-- </property>-->
|
|
|
|
|
<!-- </widget>-->
|
|
|
|
|
<!-- </item>-->
|
|
|
|
|
<!-- </layout>-->
|
|
|
|
|
<!-- </widget>-->
|
|
|
|
|
<!-- </item>-->
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QWidget" name="footer">
|
|
|
|
|
<layout class="QHBoxLayout" stretch="100,0,0">
|
|
|
|
|
<property name="spacing"><number>0</number></property>
|
|
|
|
|
<property name="margin"><number>0</number></property>
|
|
|
|
|
<item alignment="Qt::AlignLeft">
|
|
|
|
|
<widget class="QLabel" name="target-state">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Target State</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
|
<widget class="QLabel" name="target-program-counter-value">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>-</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
2021-06-05 22:42:35 +01:00
|
|
|
<string>Program Counter Value (byte address)</string>
|
2021-04-04 21:04:12 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
|
<widget class="QLabel" name="target-name">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Target Name</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
|
<widget class="QLabel" name="target-id">
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Target ID</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
|
|
|
|
|
<item alignment="Qt::AlignRight">
|
|
|
|
|
<widget class="QMenuBar" name="target-variant-menu-bar">
|
|
|
|
|
<property name="nativeMenuBar">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="defaultUp">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
|
|
<widget class="QMenu" name="target-variant-menu">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>No supported variants available</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="target-variant-menu"/>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2021-05-30 16:53:24 +01:00
|
|
|
</ui>
|