Initial commit
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<widget class="QMainWindow" name="about-window">
|
||||
<property name="windowTitle"><string>About</string></property>
|
||||
<property name="maximized"><bool>false</bool></property>
|
||||
|
||||
<widget class="QWidget" name="container">
|
||||
<layout class="QVBoxLayout">
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QWidget" name="bloom-icon">
|
||||
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QLabel" name="version-label">
|
||||
<property name="text">
|
||||
<string>Bloom</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QLabel" name="link-label">
|
||||
<property name="text">
|
||||
<string><![CDATA[
|
||||
<a style="color: #3F86A0;" href="https://bloom.oscillate.io/">https://bloom.oscillate.io/</a>
|
||||
]]></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QLabel" name="author-label">
|
||||
<property name="text">
|
||||
<string>Nav Mohammed</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<spacer name="vSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item alignment="Qt::AlignHCenter">
|
||||
<widget class="QLabel" name="os-link-label">
|
||||
<property name="text">
|
||||
<string><![CDATA[
|
||||
<span>Powered by <a style="color: #3F86A0;" href="https://bloom.oscillate.io/">open-source software</a></span>
|
||||
]]></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</ui>
|
||||
@@ -0,0 +1,189 @@
|
||||
<?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>
|
||||
<disabledoff>:/compiled/Insight/UserInterfaces/InsightWindow/Images/refresh-disabled.svg</disabledoff>
|
||||
<normalon>:/compiled/Insight/UserInterfaces/InsightWindow/Images/refresh.svg</normalon>
|
||||
</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>
|
||||
<property name="text">
|
||||
<string>IO inspection is not available for this target. Please report this to Bloom developers by clicking Help -> Report An Issue</string>
|
||||
</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">
|
||||
<string>Program Counter Value</string>
|
||||
</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>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user