Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PlotWindow</class>
<widget class="QMainWindow" name="PlotWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<item row="0" column="0" rowspan="2">
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QCustomCanvas" name="PSDCanvas" native="true"/>
<item row="0" column="1" rowspan="2">
<widget class="QFrame" name="frame_4">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QCustomCanvas" name="LGHGCanvas" native="true"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionStart"/>
<addaction name="actionPause"/>
<addaction name="actionStop"/>
<action name="actionClearAll">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/reload.svg</normaloff>:/icons/icons/reload.svg</iconset>
</property>
<action name="actionStart">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/start.svg</normaloff>:/icons/icons/start.svg</iconset>
</property>
<action name="actionPause">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/pause.svg</normaloff>:/icons/icons/pause.svg</iconset>
</property>
<action name="actionStop">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/stop.svg</normaloff>:/icons/icons/stop.svg</iconset>
</property>
<string>Stop</string>
</property>
</action>
<action name="actionUnzoom">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/unzoom.svg</normaloff>:/icons/icons/unzoom.svg</iconset>
</property>
<property name="text">
<string>Unzoom</string>
<customwidgets>
<customwidget>
<class>QCustomCanvas</class>
<extends>QWidget</extends>
<header>qcustomcanvas.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>