MainWindow.ui 44.76 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>666</width>
<height>650</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="General">
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox_5">
<property name="title">
<string>Save Data</string>
</property>
<layout class="QGridLayout" name="gridLayout_11">
<item row="1" column="1">
<widget class="QCheckBox" name="saveSpectrumBox">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_50">
<property name="text">
<string>Spectrum</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QComboBox" name="saveSpectrumFormat">
<item>
<property name="text">
<string>ROOT</string>
</property>
</item>
<item>
<property name="text">
<string>TXT</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_49">
<property name="text">
<string>Image</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="saveImageFormat">
<item>
<property name="text">
<string>ROOT</string>
</property>
</item>
<item>
<property name="text">
<string>TXT</string>
</property>
</item>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="saveImageBox">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="3">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_6">
<property name="title">
<string>Read Data</string>
</property>
<layout class="QGridLayout" name="gridLayout_12">
<item row="0" column="2" colspan="5">
<widget class="QLineEdit" name="projPathLabel">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QPushButton" name="openProject">
<property name="text">
<string>Open Project</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="runIDLabel">
<property name="text">
<string>Run ID</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="runIDInput"/>
</item>
<item row="2" column="6">
<widget class="QLineEdit" name="maxEventNumInput"/>
</item>
<item row="2" column="4">
<widget class="QComboBox" name="inputFormat">
<item>
<property name="text">
<string>Bin</string>
</property>
</item>
<item>
<property name="text">
<string>CSV</string>
</property>
</item>
</widget>
</item>
<item row="2" column="5">
<widget class="QLabel" name="label_48">
<property name="text">
<string>Max number of events</string>
</property>
</widget>
</item>
<item row="1" column="2" colspan="5">
<widget class="QLineEdit" name="filePathLabel">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QPushButton" name="openFileButton">
<property name="text">
<string>Open File</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QLabel" name="label_52">
<property name="text">
<string>Format</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Plot">
<attribute name="title">
<string>Plot</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_3">
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Radius (cm)</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="radiusInput"/>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Azimuthal angle (degree)</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="1">
<widget class="QLineEdit" name="phiBinsInput"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="phiMinInput"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="phiMaxInput"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Bins</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Min</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Max</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="1">
<widget class="QGroupBox" name="groupBox_4">
<property name="title">
<string>Energy Cut</string>
</property>
<layout class="QGridLayout" name="gridLayout_9">
<item row="0" column="1">
<widget class="QCheckBox" name="enableErgCutBox">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_16">
<property name="text">
<string>Low</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="ergCutLowInput"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_17">
<property name="text">
<string>High</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="ergCutHighInput"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_18">
<property name="text">
<string>Enable</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="3" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Elevation angle (degree)</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Bins</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="thetaBinsInput"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Min</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="thetaMinInput"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Max</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="thetaMaxInput"/>
</item>
</layout>
</widget>
</item>
<item row="1" column="1">
<widget class="QGroupBox" name="groupBox_3">
<property name="title">
<string>Energy Spectrum</string>
</property>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Bins</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="ergBinsInput"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_15">
<property name="text">
<string>Min</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="ergMinInput"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_14">
<property name="text">
<string>Max</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="ergMaxInput"/>
</item>
</layout>
</widget>
</item>
<item row="3" column="1">
<widget class="QGroupBox" name="groupBox_7">
<property name="title">
<string>Coincidence</string>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<widget class="QLabel" name="label_51">
<property name="text">
<string>Time window (ns)</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="timeWindowInput">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="Mapping">
<attribute name="title">
<string>Mapping</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_7">
<item row="0" column="9">
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>610</width>
<height>845</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<item row="7" column="1">
<widget class="QLineEdit" name="channelNumInput_7"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="label_26">
<property name="text">
<string>7</string>
</property>
</widget>
</item>
<item row="20" column="2">
<widget class="QLineEdit" name="posXInput_20"/>
</item>
<item row="15" column="3">
<widget class="QLineEdit" name="posYInput_15"/>
</item>
<item row="2" column="2">
<widget class="QLineEdit" name="posXInput_2"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_24">
<property name="text">
<string>5</string>
</property>
</widget>
</item>
<item row="17" column="1">
<widget class="QLineEdit" name="channelNumInput_17"/>
</item>
<item row="28" column="0">
<widget class="QLabel" name="label_41">
<property name="text">
<string>28</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QLineEdit" name="posYInput_2"/>
</item>
<item row="18" column="3">
<widget class="QLineEdit" name="posYInput_18"/>
</item>
<item row="17" column="0">
<widget class="QLabel" name="label_36">
<property name="text">
<string>17</string>
</property>
</widget>
</item>
<item row="17" column="5">
<widget class="QLineEdit" name="caliCoefInput_17"/>
</item>
<item row="26" column="1">
<widget class="QLineEdit" name="channelNumInput_26"/>
</item>
<item row="14" column="0">
<widget class="QLabel" name="label_33">
<property name="text">
<string>14</string>
</property>
</widget>
</item>
<item row="26" column="0">
<widget class="QLabel" name="label_46">
<property name="text">
<string>26</string>
</property>
</widget>
</item>
<item row="22" column="4">
<widget class="QCheckBox" name="channelOnBox_22">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="12" column="2">
<widget class="QLineEdit" name="posXInput_12"/>
</item>
<item row="27" column="4">
<widget class="QCheckBox" name="channelOnBox_27">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="8" column="5">
<widget class="QLineEdit" name="caliCoefInput_8"/>
</item>
<item row="6" column="4">
<widget class="QCheckBox" name="channelOnBox_6">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="19" column="4">
<widget class="QCheckBox" name="channelOnBox_19">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="15" column="4">
<widget class="QCheckBox" name="channelOnBox_15">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="20" column="1">
<widget class="QLineEdit" name="channelNumInput_20"/>
</item>
<item row="21" column="4">
<widget class="QCheckBox" name="channelOnBox_21">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="21" column="5">
<widget class="QLineEdit" name="caliCoefInput_21"/>
</item>
<item row="8" column="2">
<widget class="QLineEdit" name="posXInput_8"/>
</item>
<item row="13" column="3">
<widget class="QLineEdit" name="posYInput_13"/>
</item>
<item row="16" column="0">
<widget class="QLabel" name="label_35">
<property name="text">
<string>16</string>
</property>
</widget>
</item>
<item row="16" column="4">
<widget class="QCheckBox" name="channelOnBox_16">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="17" column="4">
<widget class="QCheckBox" name="channelOnBox_17">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="2">
<widget class="QLineEdit" name="posXInput_7"/>
</item>
<item row="0" column="4">
<widget class="QLabel" name="label_12">
<property name="text">
<string>Enabled</string>
</property>
</widget>
</item>
<item row="19" column="2">
<widget class="QLineEdit" name="posXInput_19"/>
</item>
<item row="13" column="1">
<widget class="QLineEdit" name="channelNumInput_13"/>
</item>
<item row="10" column="0">
<widget class="QLabel" name="label_29">
<property name="text">
<string>10</string>
</property>
</widget>
</item>
<item row="27" column="5">
<widget class="QLineEdit" name="caliCoefInput_27"/>
</item>
<item row="8" column="0">
<widget class="QLabel" name="label_27">
<property name="text">
<string>8</string>
</property>
</widget>
</item>
<item row="23" column="1">
<widget class="QLineEdit" name="channelNumInput_23"/>
</item>
<item row="8" column="3">
<widget class="QLineEdit" name="posYInput_8"/>
</item>
<item row="13" column="0">
<widget class="QLabel" name="label_32">
<property name="text">
<string>13</string>
</property>
</widget>
</item>
<item row="21" column="1">
<widget class="QLineEdit" name="channelNumInput_21"/>
</item>
<item row="23" column="2">
<widget class="QLineEdit" name="posXInput_23"/>
</item>
<item row="10" column="1">
<widget class="QLineEdit" name="channelNumInput_10"/>
</item>
<item row="10" column="2">
<widget class="QLineEdit" name="posXInput_10"/>
</item>
<item row="4" column="4">
<widget class="QCheckBox" name="channelOnBox_4">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="12" column="3">
<widget class="QLineEdit" name="posYInput_12"/>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="channelNumInput_5"/>
</item>
<item row="9" column="1">
<widget class="QLineEdit" name="channelNumInput_9"/>
</item>
<item row="19" column="1">
<widget class="QLineEdit" name="channelNumInput_19"/>
</item>
<item row="10" column="5">
<widget class="QLineEdit" name="caliCoefInput_10"/>
</item>
<item row="27" column="3">
<widget class="QLineEdit" name="posYInput_27"/>
</item>
<item row="21" column="2">
<widget class="QLineEdit" name="posXInput_21"/>
</item>
<item row="2" column="4">
<widget class="QCheckBox" name="channelOnBox_2">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="27" column="2">
<widget class="QLineEdit" name="posXInput_27"/>
</item>
<item row="22" column="5">
<widget class="QLineEdit" name="caliCoefInput_22"/>
</item>
<item row="13" column="4">
<widget class="QCheckBox" name="channelOnBox_13">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="21" column="3">
<widget class="QLineEdit" name="posYInput_21"/>
</item>
<item row="5" column="3">
<widget class="QLineEdit" name="posYInput_5"/>
</item>
<item row="4" column="3">
<widget class="QLineEdit" name="posYInput_4"/>
</item>
<item row="5" column="5">
<widget class="QLineEdit" name="caliCoefInput_5"/>
</item>
<item row="16" column="1">
<widget class="QLineEdit" name="channelNumInput_16"/>
</item>
<item row="10" column="3">
<widget class="QLineEdit" name="posYInput_10"/>
</item>
<item row="19" column="0">
<widget class="QLabel" name="label_38">
<property name="text">
<string>19</string>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QLineEdit" name="posXInput_6"/>
</item>
<item row="7" column="3">
<widget class="QLineEdit" name="posYInput_7"/>
</item>
<item row="9" column="5">
<widget class="QLineEdit" name="caliCoefInput_9"/>
</item>
<item row="8" column="1">
<widget class="QLineEdit" name="channelNumInput_8"/>
</item>
<item row="20" column="3">
<widget class="QLineEdit" name="posYInput_20"/>
</item>
<item row="12" column="1">
<widget class="QLineEdit" name="channelNumInput_12"/>
</item>
<item row="12" column="4">
<widget class="QCheckBox" name="channelOnBox_12">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="4">
<widget class="QCheckBox" name="channelOnBox_3">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="10" column="4">
<widget class="QCheckBox" name="channelOnBox_10">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="28" column="2">
<widget class="QLineEdit" name="posXInput_28"/>
</item>
<item row="16" column="3">
<widget class="QLineEdit" name="posYInput_16"/>
</item>
<item row="22" column="1">
<widget class="QLineEdit" name="channelNumInput_22"/>
</item>
<item row="28" column="4">
<widget class="QCheckBox" name="channelOnBox_28">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="3">
<widget class="QLineEdit" name="posYInput_1"/>
</item>
<item row="23" column="0">
<widget class="QLabel" name="label_43">
<property name="text">
<string>23</string>
</property>
</widget>
</item>
<item row="8" column="4">
<widget class="QCheckBox" name="channelOnBox_8">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="22" column="0">
<widget class="QLabel" name="label_44">
<property name="text">
<string>22</string>
</property>
</widget>
</item>
<item row="15" column="1">
<widget class="QLineEdit" name="channelNumInput_15"/>
</item>
<item row="23" column="3">
<widget class="QLineEdit" name="posYInput_23"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_22">
<property name="text">
<string>3</string>
</property>
</widget>
</item>
<item row="11" column="5">
<widget class="QLineEdit" name="caliCoefInput_11"/>
</item>
<item row="5" column="2">
<widget class="QLineEdit" name="posXInput_5"/>
</item>
<item row="28" column="5">
<widget class="QLineEdit" name="caliCoefInput_28"/>
</item>
<item row="24" column="1">
<widget class="QLineEdit" name="channelNumInput_24"/>
</item>
<item row="11" column="2">
<widget class="QLineEdit" name="posXInput_11"/>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="channelNumInput_3"/>
</item>
<item row="11" column="1">
<widget class="QLineEdit" name="channelNumInput_11"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_19">
<property name="text">
<string>Index</string>
</property>
</widget>
</item>
<item row="26" column="3">
<widget class="QLineEdit" name="posYInput_26"/>
</item>
<item row="15" column="0">
<widget class="QLabel" name="label_34">
<property name="text">
<string>15</string>
</property>
</widget>
</item>
<item row="11" column="0">
<widget class="QLabel" name="label_30">
<property name="text">
<string>11</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_20">
<property name="text">
<string>1</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QLineEdit" name="posXInput_3"/>
</item>
<item row="19" column="5">
<widget class="QLineEdit" name="caliCoefInput_19"/>
</item>
<item row="3" column="3">
<widget class="QLineEdit" name="posYInput_3"/>
</item>
<item row="16" column="5">
<widget class="QLineEdit" name="caliCoefInput_16"/>
</item>
<item row="1" column="4">
<widget class="QCheckBox" name="channelOnBox_1">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="18" column="4">
<widget class="QCheckBox" name="channelOnBox_18">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="24" column="2">
<widget class="QLineEdit" name="posXInput_24"/>
</item>
<item row="24" column="5">
<widget class="QLineEdit" name="caliCoefInput_24"/>
</item>
<item row="26" column="2">
<widget class="QLineEdit" name="posXInput_26"/>
</item>
<item row="18" column="0">
<widget class="QLabel" name="label_37">
<property name="text">
<string>18</string>
</property>
</widget>
</item>
<item row="17" column="2">
<widget class="QLineEdit" name="posXInput_17"/>
</item>
<item row="23" column="4">
<widget class="QCheckBox" name="channelOnBox_23">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="channelNumInput_4"/>
</item>
<item row="11" column="3">
<widget class="QLineEdit" name="posYInput_11"/>
</item>
<item row="1" column="5">
<widget class="QLineEdit" name="caliCoefInput_1"/>
</item>
<item row="3" column="5">
<widget class="QLineEdit" name="caliCoefInput_3"/>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="channelNumInput_6"/>
</item>
<item row="14" column="2">
<widget class="QLineEdit" name="posXInput_14"/>
</item>
<item row="14" column="3">
<widget class="QLineEdit" name="posYInput_14"/>
</item>
<item row="24" column="0">
<widget class="QLabel" name="label_42">
<property name="text">
<string>24</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLabel" name="label_13">
<property name="text">
<string>Calibration coefficient</string>
</property>
</widget>
</item>
<item row="9" column="4">
<widget class="QCheckBox" name="channelOnBox_9">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="21" column="0">
<widget class="QLabel" name="label_40">
<property name="text">
<string>21</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QLabel" name="label_11">
<property name="text">
<string>Y (cm)</string>
</property>
</widget>
</item>
<item row="27" column="0">
<widget class="QLabel" name="label_45">
<property name="text">
<string>27</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLineEdit" name="posXInput_4"/>
</item>
<item row="7" column="4">
<widget class="QCheckBox" name="channelOnBox_7">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_10">
<property name="text">
<string>X (cm)</string>
</property>
</widget>
</item>
<item row="11" column="4">
<widget class="QCheckBox" name="channelOnBox_11">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="7" column="5">
<widget class="QLineEdit" name="caliCoefInput_7"/>
</item>
<item row="24" column="3">
<widget class="QLineEdit" name="posYInput_24"/>
</item>
<item row="27" column="1">
<widget class="QLineEdit" name="channelNumInput_27"/>
</item>
<item row="20" column="5">
<widget class="QLineEdit" name="caliCoefInput_20"/>
</item>
<item row="15" column="5">
<widget class="QLineEdit" name="caliCoefInput_15"/>
</item>
<item row="26" column="4">
<widget class="QCheckBox" name="channelOnBox_26">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="label_25">
<property name="text">
<string>6</string>
</property>
</widget>
</item>
<item row="2" column="5">
<widget class="QLineEdit" name="caliCoefInput_2"/>
</item>
<item row="28" column="3">
<widget class="QLineEdit" name="posYInput_28"/>
</item>
<item row="26" column="5">
<widget class="QLineEdit" name="caliCoefInput_26"/>
</item>
<item row="24" column="4">
<widget class="QCheckBox" name="channelOnBox_24">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="14" column="4">
<widget class="QCheckBox" name="channelOnBox_14">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="22" column="3">
<widget class="QLineEdit" name="posYInput_22"/>
</item>
<item row="20" column="4">
<widget class="QCheckBox" name="channelOnBox_20">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="13" column="5">
<widget class="QLineEdit" name="caliCoefInput_13"/>
</item>
<item row="28" column="1">
<widget class="QLineEdit" name="channelNumInput_28"/>
</item>
<item row="12" column="5">
<widget class="QLineEdit" name="caliCoefInput_12"/>
</item>
<item row="18" column="1">
<widget class="QLineEdit" name="channelNumInput_18"/>
</item>
<item row="16" column="2">
<widget class="QLineEdit" name="posXInput_16"/>
</item>
<item row="6" column="5">
<widget class="QLineEdit" name="caliCoefInput_6"/>
</item>
<item row="18" column="5">
<widget class="QLineEdit" name="caliCoefInput_18"/>
</item>
<item row="18" column="2">
<widget class="QLineEdit" name="posXInput_18"/>
</item>
<item row="5" column="4">
<widget class="QCheckBox" name="channelOnBox_5">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="23" column="5">
<widget class="QLineEdit" name="caliCoefInput_23"/>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="channelNumInput_2"/>
</item>
<item row="14" column="5">
<widget class="QLineEdit" name="caliCoefInput_14"/>
</item>
<item row="9" column="3">
<widget class="QLineEdit" name="posYInput_9"/>
</item>
<item row="9" column="2">
<widget class="QLineEdit" name="posXInput_9"/>
</item>
<item row="17" column="3">
<widget class="QLineEdit" name="posYInput_17"/>
</item>
<item row="13" column="2">
<widget class="QLineEdit" name="posXInput_13"/>
</item>
<item row="14" column="1">
<widget class="QLineEdit" name="channelNumInput_14"/>
</item>
<item row="4" column="5">
<widget class="QLineEdit" name="caliCoefInput_4"/>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>4</string>
</property>
</widget>
</item>
<item row="9" column="0">
<widget class="QLabel" name="label_28">
<property name="text">
<string>9</string>
</property>
</widget>
</item>
<item row="12" column="0">
<widget class="QLabel" name="label_31">
<property name="text">
<string>12</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="posXInput_1"/>
</item>
<item row="22" column="2">
<widget class="QLineEdit" name="posXInput_22"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_21">
<property name="text">
<string>2</string>
</property>
</widget>
</item>
<item row="19" column="3">
<widget class="QLineEdit" name="posYInput_19"/>
</item>
<item row="20" column="0">
<widget class="QLabel" name="label_39">
<property name="text">
<string>20</string>
</property>
</widget>
</item>
<item row="6" column="3">
<widget class="QLineEdit" name="posYInput_6"/>
</item>
<item row="15" column="2">
<widget class="QLineEdit" name="posXInput_15"/>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Channel</string>
</property>
</widget>
</item>
<item row="25" column="0">
<widget class="QLabel" name="label_47">
<property name="text">
<string>25</string>
</property>
</widget>
</item>
<item row="25" column="1">
<widget class="QLineEdit" name="channelNumInput_25"/>
</item>
<item row="25" column="2">
<widget class="QLineEdit" name="posXInput_25"/>
</item>
<item row="25" column="3">
<widget class="QLineEdit" name="posYInput_25"/>
</item>
<item row="25" column="4">
<widget class="QCheckBox" name="channelOnBox_25">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="25" column="5">
<widget class="QLineEdit" name="caliCoefInput_25"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="channelNumInput_1"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>666</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="separator"/>
<addaction name="actionSave"/>
<addaction name="actionSave_As"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuRun">
<property name="title">
<string>Run</string>
</property>
<addaction name="actionStart"/>
<addaction name="actionPause"/>
<addaction name="actionStop"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuRun"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionStart"/>
<addaction name="actionPause"/>
<addaction name="actionStop"/>
<addaction name="actionOpenPlot"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionOpen">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/open.svg</normaloff>:/icons/icons/open.svg</iconset>
</property>
<property name="text">
<string>Open project</string>
</property>
</action>
<action name="actionSave">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/save.svg</normaloff>:/icons/icons/save.svg</iconset>
</property>
<property name="text">
<string>Save project</string>
</property>
</action>
<action name="actionSave_As">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/saveas.png</normaloff>:/icons/icons/saveas.png</iconset>
</property>
<property name="text">
<string>Save As</string>
</property>
</action>
<action name="actionExit">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/close.svg</normaloff>:/icons/icons/close.svg</iconset>
</property>
<property name="text">
<string>Exit</string>
</property>
</action>
<action name="actionStart">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/start.svg</normaloff>:/icons/icons/start.svg</iconset>
</property>
<property name="text">
<string>Start</string>
</property>
</action>
<action name="actionStop">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/stop.svg</normaloff>:/icons/icons/stop.svg</iconset>
</property>
<property name="text">
<string>Stop</string>
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/about.svg</normaloff>:/icons/icons/about.svg</iconset>
</property>
<property name="text">
<string>About</string>
</property>
</action>
<action name="actionOpenPlot">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/openplot.svg</normaloff>:/icons/icons/openplot.svg</iconset>
</property>
<property name="text">
<string>OpenPlot</string>
</property>
</action>
<action name="actionPause">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/icons/pause.svg</normaloff>:/icons/icons/pause.svg</iconset>
</property>
<property name="text">
<string>Pause</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>