plotwindow.ui 2.71 KiB
<?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>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QFrame" name="frame_2">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QCustomCanvas" name="imageCanvas" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<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_3">
<item row="0" column="0">
<widget class="QCustomCanvas" name="spectrumCanvas" native="true"/>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<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="actionShowImage"/>
<addaction name="actionShowSpectrum"/>
<addaction name="actionFreezeAll"/>
<addaction name="actionClearAll"/>
</widget>
<action name="actionShowImage">
<property name="text">
<string>ShowImage</string>
</property>
</action>
<action name="actionShowSpectrum">
<property name="text">
<string>ShowSpectrum</string>
</property>
</action>
<action name="actionFreezeAll">
<property name="text">
<string>FreezeAll</string>
</property>
</action>
<action name="actionClearAll">
<property name="text">
<string>ClearAll</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QCustomCanvas</class>
<extends>QWidget</extends>
<header>qcustomcanvas.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>