188 lines
4.7 KiB
XML
188 lines
4.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>display</class>
|
|
<widget class="QDialog" name="display">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>602</width>
|
|
<height>390</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Online Display</string>
|
|
</property>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>9</x>
|
|
<y>10</y>
|
|
<width>581</width>
|
|
<height>341</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="lineTitle">
|
|
<property name="frame">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCustomPlot" name="plot" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButtonAutoscale">
|
|
<property name="text">
|
|
<string>Auto Y-Scale</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">buttonGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Line" name="line">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButtonMaxScale">
|
|
<property name="text">
|
|
<string>Max Y-Scale</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">buttonGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="Line" name="line_2">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioButtonFixedScale">
|
|
<property name="text">
|
|
<string>Fixed Y-Scale</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">buttonGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spinBox_fixedmin">
|
|
<property name="minimum">
|
|
<number>-1000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>66000</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>-1000</number>
|
|
</property>
|
|
<property name="displayIntegerBase">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="spinBox_fixedmax">
|
|
<property name="minimum">
|
|
<number>1000</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>65000</number>
|
|
</property>
|
|
<property name="singleStep">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>65000</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_savebkg">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>510</x>
|
|
<y>360</y>
|
|
<width>80</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>save bkg</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton_loadbkg">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</x>
|
|
<y>360</y>
|
|
<width>80</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>load bkg</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkBox_subbkg">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>330</x>
|
|
<y>360</y>
|
|
<width>77</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>sub bkg</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QCustomPlot</class>
|
|
<extends>QWidget</extends>
|
|
<header>qcustomplot.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
<buttongroups>
|
|
<buttongroup name="buttonGroup"/>
|
|
</buttongroups>
|
|
</ui>
|