URANOS/mainwindow.ui
2022-05-22 20:54:14 +02:00

6006 lines
161 KiB
XML

<?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>1448</width>
<height>906</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>1111</width>
<height>85</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>1623</width>
<height>920</height>
</size>
</property>
<property name="windowTitle">
<string>URANOS - The Cosmic Neutron Soil Moisture Simulator</string>
</property>
<property name="styleSheet">
<string notr="true">/***************** SIM FRAME*****************/
#simframe { background-color: #00589C;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
#simframe QLabel { color: rgba(255,255,255,0.5) }
#simframe QLineEdit {
/*background-color: rgba(255,255,255,0.5); border: 0;*/
background-color: transparent; border: 0; border-bottom: 2px solid rgba(255,255,255,0.5);
color: rgba(255,255,255,0.5) }
#tabWidget_live QFrame QLabel,
#tabWidget_live QFrame QRadioButton,
#tabWidget_live QFrame QCheckBox,
#tabWidget_live QFrame QGroupBox { color: rgba(255,255,255,0.5) }
#tabWidget_live QFrame QGroupBox { border: 1px solid rgba(255,255,255,0.5); margin-top: 0.5em; }
#tabWidget_live QFrame QGroupBox::title {
subcontrol-origin: margin;
subcontrol-position: top center; /* position at the top center */
padding: 0 5px;
}
#tabWidget_live QFrame { background-color: #00589C; }
/******************* TABS *******************/
QTabWidget::pane { /* The tab widget frame */
border-top: 2px solid#00589C;
}
QTabWidget::tab-bar {
left: 5px; /* move to the right by 5px */
}
QTabBar::tab {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
border-top-left-radius: 3px; border-top-right-radius: 3px;
color: #555555;
min-width: 18ex;
padding: 4px 8px;
margin-right: 3px
}
QTabBar::tab:selected, QTabBar::tab:hover {
/*background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #FFFFFF, stop: 0.7 #F8F8F8,
stop: 0.8 #EFEFEF, stop: 1.0 #D9D9D9);*/
background-color: #00589C;
color: white;
/*border: 2px solid #00589C;
color: #00589C; */
}
QTabBar::tab:!selected {
margin-top: 5px; /* make non-selected tabs look smaller */
}
QTabWidget#tabWidget_live::pane { /* The tab widget frame */
border: 2px solid #00589C;
}
QTabWidget#tabWidget_live {
background-color: green;
}
QTabWidget#tabWidget_live::tab-bar {
left: 45px; /* move to the right by 5px */
}
/*********** PROGRESS BAR *****************/
QProgressBar {
text-align: center;
background-color: transparent; border: 0;
border-left: 1px solid rgba(255,255,255,0.5);
border-right: 1px solid rgba(255,255,255,0.5);
}
QProgressBar::chunk {
background-color: rgba(255,255,255,0.5); /*rgba(0,88,156,0.3);*/
width: 5px;
margin: 1px;
}
/**************** BUTTON *****************/
QPushButton {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
border-radius: 2px;
max-height: 35px;
padding: 4px 5px;
border: 1px outset #D3D3D3
}
QPushButton:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #F1F1F1, stop: 0.4 #EEEEEE,
stop: 0.5 #E8E8E8, stop: 1.0 #E3E3E3);
border: 1px outset #E3E3E3;
}
QPushButton:pressed {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #D1D1D1, stop: 0.4 #CCCCCC,
stop: 0.5 #C8C8C8, stop: 1.0 #C3C3C3);
border-style: inset; border: 1px inset #C3C3C3;
}
/**************** SLIDER *****************/
QSlider::groove:horizontal {
border: 0;
height: 12px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
/*background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);*/
}
QSlider::groove:vertical {
border: 0;
width: 12px; /* the groove expands to the size of the slider by default. by giving it a height, it has a fixed size */
/*background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #B1B1B1, stop:1 #c4c4c4);*/
}
QSlider::handle:horizontal {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #E4E4E4, stop:1 #BfBfBf);
border: 1px solid #9c9c9c;
width: 18px;
margin: -2px 0; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
border-radius: 3px;
}
QSlider::handle:vertical {
background: qlineargradient(x1:0, y1:0, x2:1, y2:1, stop:0 #E4E4E4, stop:1 #BfBfBf);
border: 1px solid #9c9c9c;
height: 18px;
margin: 0 -2px; /* handle is placed by default on the contents rect of the groove. Expand outside the groove */
border-radius: 3px;
}
QSlider::add-page { background: white; border: 1px solid #DDDDDD; }
#tabWidget_live QFrame QSlider::add-page { border: 1px solid rgba(255,255,255,0.5); }
QSlider::sub-page { background: #00589C; border: 1px solid #DDDDDD; }
#tabWidget_live QFrame QSlider::sub-page { border: 1px solid rgba(255,255,255,0.5); }
</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>50</x>
<y>90</y>
<width>871</width>
<height>801</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<property name="elideMode">
<enum>Qt::ElideNone</enum>
</property>
<property name="usesScrollButtons">
<bool>true</bool>
</property>
<property name="documentMode">
<bool>false</bool>
</property>
<property name="tabsClosable">
<bool>false</bool>
</property>
<property name="movable">
<bool>false</bool>
</property>
<widget class="QWidget" name="Geometry">
<attribute name="title">
<string>Physical Parameters</string>
</attribute>
<widget class="QSlider" name="sliderSoilMoisture">
<property name="geometry">
<rect>
<x>20</x>
<y>48</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>20</number>
</property>
<property name="sliderPosition">
<number>20</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="sliderAirHum">
<property name="geometry">
<rect>
<x>20</x>
<y>156</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="sliderPosition">
<number>20</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="labelSM">
<property name="geometry">
<rect>
<x>201</x>
<y>50</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>10 %</string>
</property>
</widget>
<widget class="QLabel" name="labelHum">
<property name="geometry">
<rect>
<x>201</x>
<y>156</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;7 g/m&lt;span style=&quot; vertical-align:super;&quot;&gt;3 &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>20</x>
<y>28</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Soil Water Content [Vol%]</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>20</x>
<y>136</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Air Humidity</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>270</x>
<y>80</y>
<width>571</width>
<height>421</height>
</rect>
</property>
<property name="title">
<string>Layers</string>
</property>
<widget class="QTableView" name="tableViewLayer">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>381</width>
<height>371</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>5</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>5</width>
<height>1</height>
</size>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_useImage">
<property name="geometry">
<rect>
<x>420</x>
<y>272</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Use layer maps</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Show">
<property name="geometry">
<rect>
<x>420</x>
<y>303</y>
<width>111</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>View layer maps</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_6">
<property name="geometry">
<rect>
<x>420</x>
<y>230</y>
<width>111</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Material Codes</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_11">
<property name="geometry">
<rect>
<x>410</x>
<y>341</y>
<width>151</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Layer Configuration</string>
</property>
<widget class="QPushButton" name="pushButton_LoadGeometry">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>61</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Load</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_SaveGeometry">
<property name="geometry">
<rect>
<x>80</x>
<y>20</y>
<width>61</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_12">
<property name="geometry">
<rect>
<x>410</x>
<y>20</y>
<width>151</width>
<height>201</height>
</rect>
</property>
<property name="title">
<string>Layer Control</string>
</property>
<widget class="QPushButton" name="pushButton_RemoveLayer">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>31</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_AddLayer">
<property name="geometry">
<rect>
<x>10</x>
<y>63</y>
<width>31</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ReadGeometry">
<property name="geometry">
<rect>
<x>70</x>
<y>63</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Generate</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_GroundLayer">
<property name="geometry">
<rect>
<x>100</x>
<y>170</y>
<width>42</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Source Layer</string>
</property>
</widget>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>10</x>
<y>170</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Ground Layer</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_StartingLayer">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>42</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Detector Layer</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_DetectorLayer">
<property name="geometry">
<rect>
<x>100</x>
<y>140</y>
<width>42</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_71">
<property name="geometry">
<rect>
<x>65</x>
<y>30</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Minimum &lt;br/&gt;Configuration&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_Evaporation">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>310</y>
<width>261</width>
<height>431</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="title">
<string>Load Equipment</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<widget class="QRadioButton" name="radioButton_fission">
<property name="geometry">
<rect>
<x>20</x>
<y>27</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Nuclear Fission Source</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_fusion">
<property name="geometry">
<rect>
<x>19</x>
<y>57</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Nuclear Fusion Source</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_AmBe">
<property name="geometry">
<rect>
<x>19</x>
<y>87</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>AmBe Laboratory Source</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_xPos">
<property name="geometry">
<rect>
<x>18</x>
<y>260</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_55">
<property name="geometry">
<rect>
<x>18</x>
<y>240</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>x Position</string>
</property>
</widget>
<widget class="QLabel" name="label_57">
<property name="geometry">
<rect>
<x>80</x>
<y>240</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>y Position</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_yPos">
<property name="geometry">
<rect>
<x>80</x>
<y>260</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_58">
<property name="geometry">
<rect>
<x>140</x>
<y>240</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>z Position</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_zPos">
<property name="geometry">
<rect>
<x>140</x>
<y>260</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_zPos_2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>200</x>
<y>307</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxThermal">
<property name="geometry">
<rect>
<x>100</x>
<y>213</y>
<width>181</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Thermonuclear Transport</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NoSource">
<property name="geometry">
<rect>
<x>19</x>
<y>210</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>None</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_xSize">
<property name="geometry">
<rect>
<x>18</x>
<y>307</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_ySize">
<property name="geometry">
<rect>
<x>80</x>
<y>307</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_64">
<property name="geometry">
<rect>
<x>80</x>
<y>287</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>y Size</string>
</property>
</widget>
<widget class="QLabel" name="label_65">
<property name="geometry">
<rect>
<x>18</x>
<y>287</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>x Size</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_MonoenergeticSource">
<property name="geometry">
<rect>
<x>19</x>
<y>149</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Monoenergetic [MeV]</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SourceEnergy">
<property name="geometry">
<rect>
<x>170</x>
<y>150</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_ThermalSource">
<property name="geometry">
<rect>
<x>19</x>
<y>180</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Thermal</string>
</property>
</widget>
<widget class="QLabel" name="label_67">
<property name="geometry">
<rect>
<x>202</x>
<y>287</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Radius</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_ModeratedCf">
<property name="geometry">
<rect>
<x>19</x>
<y>120</y>
<width>201</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Moderated Californium Source</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_zSize">
<property name="geometry">
<rect>
<x>140</x>
<y>307</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_72">
<property name="geometry">
<rect>
<x>140</x>
<y>287</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>z Size</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_20">
<property name="geometry">
<rect>
<x>20</x>
<y>340</y>
<width>120</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string>Source Direction</string>
</property>
<widget class="QRadioButton" name="radioButton_LeftToRight">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>-&gt;</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_RightToLeft">
<property name="geometry">
<rect>
<x>70</x>
<y>40</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>&lt;-</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_Omni">
<property name="geometry">
<rect>
<x>59</x>
<y>40</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_TopToBottom">
<property name="geometry">
<rect>
<x>59</x>
<y>19</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_BottomToTop">
<property name="geometry">
<rect>
<x>59</x>
<y>60</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_45">
<property name="geometry">
<rect>
<x>270</x>
<y>19</y>
<width>581</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Layers are arranged in the vertical direction, representing different materials or 2D gridded patterns&lt;br/&gt;Position z denotes the depth below surface (z=0) in [m] and refers to the upper edge of the layer&lt;br/&gt;Layers override topological presets&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>20</x>
<y>189</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Atmospheric depth&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="labelAtm1">
<property name="geometry">
<rect>
<x>197</x>
<y>217</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;1020 g/cm&lt;span style=&quot; vertical-align:super;&quot;&gt;2 &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QSlider" name="sliderAtm1">
<property name="geometry">
<rect>
<x>20</x>
<y>214</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>700</number>
</property>
<property name="maximum">
<number>1050</number>
</property>
<property name="singleStep">
<number>10</number>
</property>
<property name="pageStep">
<number>100</number>
</property>
<property name="value">
<number>1020</number>
</property>
<property name="sliderPosition">
<number>1020</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_56">
<property name="geometry">
<rect>
<x>19</x>
<y>82</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Soil Porosity [Vol%]</string>
</property>
</widget>
<widget class="QSlider" name="sliderSoilPorosity">
<property name="geometry">
<rect>
<x>19</x>
<y>102</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>2</number>
</property>
<property name="maximum">
<number>90</number>
</property>
<property name="value">
<number>50</number>
</property>
<property name="sliderPosition">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="labelSP">
<property name="geometry">
<rect>
<x>200</x>
<y>104</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>50 %</string>
</property>
</widget>
<widget class="QLabel" name="labelrigidity">
<property name="geometry">
<rect>
<x>196</x>
<y>276</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>20</x>
<y>253</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Cut-off rigidity [GV]</string>
</property>
</widget>
<widget class="QSlider" name="sliderRigidity">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>271</y>
<width>171</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>10</number>
</property>
<property name="maximum">
<number>199</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="pageStep">
<number>10</number>
</property>
<property name="value">
<number>100</number>
</property>
<property name="sliderPosition">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Computational Parameters</string>
</attribute>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>250</x>
<y>74</y>
<width>571</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Source geometry</string>
</property>
<widget class="QLineEdit" name="lineEditBeamRad">
<property name="geometry">
<rect>
<x>135</x>
<y>59</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>50</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>135</x>
<y>40</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Radius</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="beamRound">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>95</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>round</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QRadioButton" name="beamSquare">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>95</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>quadratic</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_34">
<property name="geometry">
<rect>
<x>222</x>
<y>62</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>m</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_VolumeSource">
<property name="geometry">
<rect>
<x>280</x>
<y>31</y>
<width>291</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Volume Source extended down to the ground</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>30</x>
<y>74</y>
<width>211</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Domain</string>
</property>
<widget class="QLineEdit" name="lineEditSquareDim">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Dimension</string>
</property>
</widget>
<widget class="QLabel" name="label_35">
<property name="geometry">
<rect>
<x>147</x>
<y>63</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>m</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_32">
<property name="geometry">
<rect>
<x>30</x>
<y>32</y>
<width>761</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Define the spatial extension of the setup you are simulating. Please adjust the source geometry accordingly. &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>30</x>
<y>510</y>
<width>271</width>
<height>191</height>
</rect>
</property>
<property name="title">
<string>Topological presets (water, land)</string>
</property>
<widget class="QRadioButton" name="radioRiver">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>River, width [m]</string>
</property>
</widget>
<widget class="QRadioButton" name="radioCoast">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Coast at x [m]</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_River">
<property name="geometry">
<rect>
<x>170</x>
<y>60</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_River_2">
<property name="geometry">
<rect>
<x>170</x>
<y>90</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Island">
<property name="geometry">
<rect>
<x>170</x>
<y>119</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QRadioButton" name="radioIsland">
<property name="geometry">
<rect>
<x>20</x>
<y>122</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Island, diameter [m]</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Lake">
<property name="geometry">
<rect>
<x>170</x>
<y>150</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QRadioButton" name="radioLake">
<property name="geometry">
<rect>
<x>20</x>
<y>152</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Lake, diameter [m]</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>None</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_70">
<property name="geometry">
<rect>
<x>30</x>
<y>482</y>
<width>481</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;These are some preset examples generating a geometry for the ground layer&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_21">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>521</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>Computational Boundary Conditions</string>
</property>
<widget class="QLabel" name="label_84">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Open System&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_DomainCutoff">
<property name="geometry">
<rect>
<x>20</x>
<y>58</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Remove if</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditDomainFactor">
<property name="geometry">
<rect>
<x>106</x>
<y>55</y>
<width>41</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>1.5</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_86">
<property name="geometry">
<rect>
<x>156</x>
<y>58</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>x domain size</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditDomainMeters">
<property name="geometry">
<rect>
<x>104</x>
<y>87</y>
<width>41</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>500</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_87">
<property name="geometry">
<rect>
<x>155</x>
<y>90</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>m beyond domain</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_DomainCutoffMeters">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Remove if</string>
</property>
</widget>
<widget class="QLabel" name="label_90">
<property name="geometry">
<rect>
<x>320</x>
<y>30</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Closed System&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_ReflectiveBoundaries">
<property name="geometry">
<rect>
<x>320</x>
<y>60</y>
<width>171</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Reflective Boundaries</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_PeriodicBoundaries">
<property name="geometry">
<rect>
<x>320</x>
<y>90</y>
<width>171</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Periodic Boundaries</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_27">
<property name="geometry">
<rect>
<x>30</x>
<y>350</y>
<width>281</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Computational Model</string>
</property>
<widget class="QCheckBox" name="checkBox_HEModel">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Experimental High Energy Cascade Model</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_activateThermal">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>231</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Thermal Physics Extension Model</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>Detector</string>
</attribute>
<widget class="QSlider" name="horizontalSliderFPMoist">
<property name="geometry">
<rect>
<x>90</x>
<y>680</y>
<width>201</width>
<height>19</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="minimum">
<number>4</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderFPHum">
<property name="geometry">
<rect>
<x>90</x>
<y>710</y>
<width>201</width>
<height>19</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>30</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="labelFPMoist">
<property name="geometry">
<rect>
<x>300</x>
<y>680</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="labelFPHum">
<property name="geometry">
<rect>
<x>300</x>
<y>710</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_9">
<property name="geometry">
<rect>
<x>440</x>
<y>140</y>
<width>401</width>
<height>391</height>
</rect>
</property>
<property name="title">
<string>Detector</string>
</property>
<widget class="QLabel" name="label_36">
<property name="geometry">
<rect>
<x>20</x>
<y>33</y>
<width>381</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Specify the lateral position and radius of the detector&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEditDetRad">
<property name="geometry">
<rect>
<x>180</x>
<y>74</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>9</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditDetX">
<property name="geometry">
<rect>
<x>30</x>
<y>74</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_38">
<property name="geometry">
<rect>
<x>90</x>
<y>76</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>y</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>180</x>
<y>54</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Radius [m]</string>
</property>
</widget>
<widget class="QLabel" name="label_37">
<property name="geometry">
<rect>
<x>20</x>
<y>76</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>x</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>20</x>
<y>54</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Position of the center [m]</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditDety">
<property name="geometry">
<rect>
<x>100</x>
<y>74</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxTransparent">
<property name="geometry">
<rect>
<x>20</x>
<y>290</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Transparent</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_39">
<property name="geometry">
<rect>
<x>20</x>
<y>270</y>
<width>371</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Neutrons are removed upon detection when non-transparent&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_13">
<property name="geometry">
<rect>
<x>20</x>
<y>112</y>
<width>291</width>
<height>141</height>
</rect>
</property>
<property name="title">
<string>Type</string>
</property>
<widget class="QRadioButton" name="radioButton_Sphere">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Sphere</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_Cylinder">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>131</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Vertical Cylinder</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_ySheet">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Sheet along y-Axis</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_83">
<property name="geometry">
<rect>
<x>161</x>
<y>84</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;(Full Layer Height)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_xSheet">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Sheet along x-Axis</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_19">
<property name="geometry">
<rect>
<x>150</x>
<y>52</y>
<width>4</width>
<height>80</height>
</rect>
</property>
<property name="title">
<string/>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_16">
<property name="geometry">
<rect>
<x>10</x>
<y>320</y>
<width>381</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Precision</string>
</property>
<widget class="QRadioButton" name="radioButton_detectorEnergyBand">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Energy Band Model</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_detectorRealistic">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Physics Model</string>
</property>
</widget>
</widget>
<widget class="QLineEdit" name="lineEditDetLength">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>250</x>
<y>74</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>9</string>
</property>
<property name="frame">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_85">
<property name="geometry">
<rect>
<x>250</x>
<y>54</y>
<width>121</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sheet Length [m]</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_10">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>411</width>
<height>391</height>
</rect>
</property>
<property name="title">
<string>Detector Layer</string>
</property>
<widget class="QLabel" name="label_59">
<property name="geometry">
<rect>
<x>20</x>
<y>33</y>
<width>211</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Record only for a specific Material&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEditScotoma_2">
<property name="geometry">
<rect>
<x>194</x>
<y>50</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>11</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>20</x>
<y>53</y>
<width>191</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Only Record in Material No</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_NoMultipleScattering">
<property name="geometry">
<rect>
<x>20</x>
<y>133</y>
<width>251</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Record Neutrons only once per Layer</string>
</property>
</widget>
<widget class="QLabel" name="label_66">
<property name="geometry">
<rect>
<x>20</x>
<y>113</y>
<width>211</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Exclude Multiple Scattering&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_TrackAllLayers">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<width>251</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Track all Layers</string>
</property>
</widget>
<widget class="QLabel" name="label_69">
<property name="geometry">
<rect>
<x>20</x>
<y>176</y>
<width>341</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Enable Track Recording (but not Hits) for all Layers, not only the Detector Layer&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_15">
<property name="geometry">
<rect>
<x>10</x>
<y>320</y>
<width>391</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>Precision</string>
</property>
<widget class="QRadioButton" name="radioButton_detectorLayerEnergyBand">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Energy Band Model</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_detectorLayerRealistic">
<property name="geometry">
<rect>
<x>210</x>
<y>30</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Physics Model</string>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_14">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>831</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Detector and Detector Layer</string>
</property>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>371</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;(Default values according to Hydroinnova: 0.0001 - 0.01 MeV)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_41">
<property name="geometry">
<rect>
<x>88</x>
<y>46</y>
<width>21</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>to</string>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>20</x>
<y>24</y>
<width>251</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Neutron-sensitive energy band limits&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_40">
<property name="geometry">
<rect>
<x>170</x>
<y>46</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>MeV</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditTHLhigh">
<property name="geometry">
<rect>
<x>110</x>
<y>43</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0.01</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditTHLlow">
<property name="geometry">
<rect>
<x>22</x>
<y>43</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>0.0001</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditScotoma">
<property name="geometry">
<rect>
<x>380</x>
<y>60</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_51">
<property name="geometry">
<rect>
<x>380</x>
<y>40</y>
<width>231</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Downward Scotoma Angle [0-360°]&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_52">
<property name="geometry">
<rect>
<x>380</x>
<y>20</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Blindness Region&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_79">
<property name="geometry">
<rect>
<x>603</x>
<y>20</y>
<width>181</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Field of View Limitation&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEditAntiScotoma">
<property name="geometry">
<rect>
<x>603</x>
<y>60</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>360</string>
</property>
</widget>
<widget class="QLabel" name="label_80">
<property name="geometry">
<rect>
<x>603</x>
<y>40</y>
<width>221</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Downward Accpetance Angle [0-360°]&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_74">
<property name="geometry">
<rect>
<x>20</x>
<y>550</y>
<width>731</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Energy Band Model: 100% detection efficiency in the selected energy band.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Physics Model: energy and angular sensitivity according to a real detector.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Showcase</string>
</attribute>
<widget class="QLabel" name="label_44">
<property name="geometry">
<rect>
<x>510</x>
<y>158</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>10^</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_2">
<property name="geometry">
<rect>
<x>551</x>
<y>158</y>
<width>42</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>8</number>
</property>
<property name="value">
<number>6</number>
</property>
</widget>
<widget class="QPushButton" name="pushButton_2">
<property name="geometry">
<rect>
<x>520</x>
<y>80</y>
<width>111</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>View spectrum</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>30</x>
<y>28</y>
<width>541</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Generated neutrons are sampled from an incoming spectrum. URANOS uses the incoming-only part of the analytical spectrum by Sato et al. (2006)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxBasicSpectrum">
<property name="geometry">
<rect>
<x>520</x>
<y>248</y>
<width>211</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>use a Mean Basic Spectrum</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>520</x>
<y>135</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Sampling magnitude:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QCustomPlot" name="WidgetSpectrum" native="true">
<property name="geometry">
<rect>
<x>30</x>
<y>80</y>
<width>471</width>
<height>271</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>30</x>
<y>410</y>
<width>571</width>
<height>271</height>
</rect>
</property>
<property name="title">
<string>Estimated Radial Neutron Distribution at Sea Level</string>
</property>
<widget class="QCustomPlot" name="customPlotFP" native="true">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>441</width>
<height>241</height>
</rect>
</property>
<widget class="QPushButton" name="pushButton_ActivateFP">
<property name="geometry">
<rect>
<x>330</x>
<y>10</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Auto Refresh</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QSlider" name="horizontalSliderFPHum_2">
<property name="geometry">
<rect>
<x>470</x>
<y>98</y>
<width>21</width>
<height>141</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>600</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
<widget class="QLabel" name="label_48">
<property name="geometry">
<rect>
<x>500</x>
<y>100</y>
<width>61</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>Integral Range:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_FPIntegral">
<property name="geometry">
<rect>
<x>500</x>
<y>133</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="labelIntegral">
<property name="geometry">
<rect>
<x>500</x>
<y>190</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="font">
<font>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLabel" name="label_49">
<property name="geometry">
<rect>
<x>500</x>
<y>170</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Coverage:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFPLog">
<property name="geometry">
<rect>
<x>470</x>
<y>33</y>
<width>51</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Log</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_73">
<property name="geometry">
<rect>
<x>30</x>
<y>372</y>
<width>571</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Evaluate the domain extension by estimating the footprint size, use the sliders from the 'Physical Parameters' tab to change the environmental conditions.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_5">
<attribute name="title">
<string>Folders</string>
</attribute>
<widget class="QLineEdit" name="lineEdit_DetectorFile">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>220</y>
<width>561</width>
<height>22</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>N/A</string>
</property>
</widget>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>311</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Cross Section Folder (containing the ENDF databases)</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_WorkFolder">
<property name="geometry">
<rect>
<x>20</x>
<y>280</y>
<width>561</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>default</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_OutputFolder">
<property name="geometry">
<rect>
<x>20</x>
<y>340</y>
<width>561</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>G:/Analyse/Simulation/Cosmics/</string>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>271</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Detector Energy Calibration File</string>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Output Folder</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_CrosssectionFolder">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>561</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>G:/Analyse/Simulation/ENDF</string>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>451</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Input Spectrum Calculation File</string>
</property>
</widget>
<widget class="QLabel" name="label_30">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Work Config Directory</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_InputSpectrumFolder">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>561</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>G:/Analyse/Simulation/Cosmics/results19/allHistos0.99_0.00.root</string>
</property>
</widget>
<widget class="QLabel" name="label_33">
<property name="geometry">
<rect>
<x>20</x>
<y>18</y>
<width>511</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Enter the paths to your folders&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;End folder paths by a slash \&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Export</string>
</attribute>
<widget class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>20</x>
<y>500</y>
<width>281</width>
<height>181</height>
</rect>
</property>
<property name="title">
<string>Map Export drawing options</string>
</property>
<widget class="QRadioButton" name="radioButton_expHeat">
<property name="geometry">
<rect>
<x>20</x>
<y>28</y>
<width>82</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Heat Map</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_expGray">
<property name="geometry">
<rect>
<x>170</x>
<y>30</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Gray Scale</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_expHeatInv">
<property name="geometry">
<rect>
<x>20</x>
<y>58</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Heat Map Inverted</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_expCool">
<property name="geometry">
<rect>
<x>170</x>
<y>90</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Dark Corona</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_expRainbow">
<property name="geometry">
<rect>
<x>20</x>
<y>88</y>
<width>82</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Rainbow</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_expDeviation">
<property name="geometry">
<rect>
<x>170</x>
<y>60</y>
<width>82</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Deviation</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxRebinning">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>42</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_53">
<property name="geometry">
<rect>
<x>20</x>
<y>122</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Compress by Factor</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFileOutputPDF">
<property name="geometry">
<rect>
<x>170</x>
<y>130</y>
<width>151</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>PDF Output</string>
</property>
</widget>
</widget>
<widget class="QLabel" name="label_43">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>321</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Specify the data to be printed to the output folder&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_22">
<property name="geometry">
<rect>
<x>340</x>
<y>50</y>
<width>281</width>
<height>131</height>
</rect>
</property>
<property name="title">
<string>Histograms</string>
</property>
<widget class="QCheckBox" name="checkBoxDetectorDistanceData">
<property name="geometry">
<rect>
<x>20</x>
<y>75</y>
<width>241</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Detector Distance Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxDetectorLayerDistanceData">
<property name="geometry">
<rect>
<x>20</x>
<y>95</y>
<width>251</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Detector Layer Distance Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxTravelDistGraph">
<property name="geometry">
<rect>
<x>20</x>
<y>25</y>
<width>171</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Travel Distance Graphs</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxLogTravelDistance">
<property name="geometry">
<rect>
<x>50</x>
<y>45</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Log Y Axis</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_23">
<property name="geometry">
<rect>
<x>340</x>
<y>200</y>
<width>281</width>
<height>191</height>
</rect>
</property>
<property name="title">
<string>Individual Neutron Data</string>
</property>
<widget class="QCheckBox" name="checkBoxExportAllTracks">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>241</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Export all Tracks</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFileOutput">
<property name="geometry">
<rect>
<x>20</x>
<y>25</y>
<width>251</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Write Detector Neutron Hits to File</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFileOutput2">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>251</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Write Detector Neutron Tracks to File</string>
</property>
</widget>
<widget class="QLabel" name="label_89">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>251</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Track exporting activates 'Track all Layers'&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFileOutput3">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>251</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Write Detector Layer Neutron Hits to File</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_24">
<property name="geometry">
<rect>
<x>340</x>
<y>400</y>
<width>281</width>
<height>181</height>
</rect>
</property>
<property name="title">
<string>General Options</string>
</property>
<widget class="QCheckBox" name="checkBoxWarnMAterial">
<property name="geometry">
<rect>
<x>20</x>
<y>147</y>
<width>221</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Undefined Material Warnings</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFileOutputPDF_2">
<property name="geometry">
<rect>
<x>20</x>
<y>26</y>
<width>261</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Advanced Analysis Raw Output (ROOT)</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QSpinBox" name="spinBoxSaveEvery">
<property name="geometry">
<rect>
<x>142</x>
<y>105</y>
<width>42</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>3</number>
</property>
<property name="maximum">
<number>8</number>
</property>
<property name="value">
<number>5</number>
</property>
</widget>
<widget class="QLabel" name="label_62">
<property name="geometry">
<rect>
<x>120</x>
<y>107</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>10^</string>
</property>
</widget>
<widget class="QLabel" name="label_63">
<property name="geometry">
<rect>
<x>197</x>
<y>107</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Neutrons</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxCreateFolder">
<property name="geometry">
<rect>
<x>20</x>
<y>76</y>
<width>261</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Create new folder for every export</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxSaveEvery">
<property name="geometry">
<rect>
<x>20</x>
<y>105</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Export every</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_26">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>281</width>
<height>431</height>
</rect>
</property>
<property name="title">
<string>Spatial Distributions</string>
</property>
<widget class="QCheckBox" name="checkBoxDetectorOriginData">
<property name="geometry">
<rect>
<x>20</x>
<y>398</y>
<width>221</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Detector Neutron Origins Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxHighResTrackingData">
<property name="geometry">
<rect>
<x>20</x>
<y>328</y>
<width>161</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>High Res Track Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxDetectorOriginMap">
<property name="geometry">
<rect>
<x>20</x>
<y>378</y>
<width>221</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Detector Neutron Origins Map</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxSelectedMap">
<property name="geometry">
<rect>
<x>20</x>
<y>178</y>
<width>161</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Selected Energy Map</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxSelectedData">
<property name="geometry">
<rect>
<x>20</x>
<y>198</y>
<width>161</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Selected Energy Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxThermalMap">
<property name="geometry">
<rect>
<x>20</x>
<y>228</y>
<width>161</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Thermal Energy Map</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_88">
<property name="geometry">
<rect>
<x>20</x>
<y>358</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Detector data output&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxIntermediateData">
<property name="geometry">
<rect>
<x>20</x>
<y>98</y>
<width>181</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Intermediate Energy Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_54">
<property name="geometry">
<rect>
<x>20</x>
<y>288</y>
<width>171</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Additional data output&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxEpithermalMap">
<property name="geometry">
<rect>
<x>20</x>
<y>28</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Epithermal Map</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxThermalData">
<property name="geometry">
<rect>
<x>20</x>
<y>248</y>
<width>161</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Thermal Energy Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFastMap">
<property name="geometry">
<rect>
<x>20</x>
<y>128</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Fast Neutron Map</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxFastData">
<property name="geometry">
<rect>
<x>20</x>
<y>148</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Fast Neutron Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxEpithermalData">
<property name="geometry">
<rect>
<x>20</x>
<y>48</y>
<width>141</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Epithermal Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxIntermediateMap">
<property name="geometry">
<rect>
<x>20</x>
<y>78</y>
<width>171</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Intermediate Energy Map</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxTrackingData">
<property name="geometry">
<rect>
<x>20</x>
<y>308</y>
<width>161</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Track Data</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_6">
<attribute name="title">
<string>Display</string>
</attribute>
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>530</x>
<y>20</y>
<width>301</width>
<height>241</height>
</rect>
</property>
<property name="title">
<string>Displayed energy window</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="flat">
<bool>false</bool>
</property>
<widget class="QRadioButton" name="radioButton_map">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>121</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1 eV-1 keV</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapInter">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1 keV-0.5 MeV</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapFast">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.5 MeV-10 MeV</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapAlbedo">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Detector Selection</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxGradient2">
<property name="geometry">
<rect>
<x>20</x>
<y>210</y>
<width>151</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Gradient View</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapTrackAlbedo">
<property name="geometry">
<rect>
<x>160</x>
<y>140</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Detector Selection</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_60">
<property name="geometry">
<rect>
<x>20</x>
<y>24</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Hit Density</string>
</property>
</widget>
<widget class="QLabel" name="label_61">
<property name="geometry">
<rect>
<x>160</x>
<y>26</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Track Density</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapTrackFast">
<property name="geometry">
<rect>
<x>160</x>
<y>110</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0.5 MeV-10 MeV</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapTrackInter">
<property name="geometry">
<rect>
<x>160</x>
<y>80</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1 keV-0.5 MeV</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapTrack">
<property name="geometry">
<rect>
<x>160</x>
<y>50</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>1 eV-1 keV</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapThermal">
<property name="geometry">
<rect>
<x>20</x>
<y>170</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Thermal</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapTrackThermal">
<property name="geometry">
<rect>
<x>160</x>
<y>170</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Thermal</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_mapTrackEnergy">
<property name="geometry">
<rect>
<x>160</x>
<y>210</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Energy Dependent</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
<x>530</x>
<y>270</y>
<width>301</width>
<height>311</height>
</rect>
</property>
<property name="title">
<string>Neutron Color Scheme</string>
</property>
<widget class="QRadioButton" name="radioButton_NeutronNight">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>131</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Dark Gray Scale</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NeutronCold">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>61</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Cold</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NeutronPolar">
<property name="geometry">
<rect>
<x>20</x>
<y>90</y>
<width>71</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Polar</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NeutronRainbow">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>91</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>URANOS</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderColor">
<property name="geometry">
<rect>
<x>20</x>
<y>250</y>
<width>171</width>
<height>20</height>
</rect>
</property>
<property name="maximum">
<number>199</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderColorZero">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="maximum">
<number>199</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_46">
<property name="geometry">
<rect>
<x>19</x>
<y>160</y>
<width>161</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Color range:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_47">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Lower bound:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_50">
<property name="geometry">
<rect>
<x>20</x>
<y>230</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Upper bound:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_ColorRange">
<property name="geometry">
<rect>
<x>97</x>
<y>158</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>[0-1]</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxManual">
<property name="geometry">
<rect>
<x>200</x>
<y>160</y>
<width>81</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Manual</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditManualColorZero">
<property name="geometry">
<rect>
<x>200</x>
<y>200</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditManualColor">
<property name="geometry">
<rect>
<x>200</x>
<y>248</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxLogarithmic">
<property name="geometry">
<rect>
<x>20</x>
<y>280</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Logarithmic</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NeutronGrayScale">
<property name="geometry">
<rect>
<x>160</x>
<y>30</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Gray Scale</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NeutronHot">
<property name="geometry">
<rect>
<x>160</x>
<y>60</y>
<width>82</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Hot</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_NeutronThermal">
<property name="geometry">
<rect>
<x>160</x>
<y>90</y>
<width>101</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Thermal</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_17">
<property name="geometry">
<rect>
<x>530</x>
<y>590</y>
<width>301</width>
<height>161</height>
</rect>
</property>
<property name="title">
<string>Detector Color Scheme</string>
</property>
<widget class="QSlider" name="horizontalSliderDetector">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>201</width>
<height>20</height>
</rect>
</property>
<property name="maximum">
<number>200</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>0</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_75">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Range of Interest</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_DetectorRange">
<property name="geometry">
<rect>
<x>230</x>
<y>50</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QLabel" name="label_76">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>131</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Maximum Color Value:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_DetectorRangeMaximum">
<property name="geometry">
<rect>
<x>140</x>
<y>128</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSliderDetectorColor">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>99</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_78">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>141</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Maximum Scale</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_18">
<property name="geometry">
<rect>
<x>20</x>
<y>50</y>
<width>281</width>
<height>121</height>
</rect>
</property>
<property name="title">
<string>Computational Speed</string>
</property>
<widget class="QCheckBox" name="checkBoxNoTrack">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>151</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>No Track Recording</string>
</property>
</widget>
<widget class="QLabel" name="label_68">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>241</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; color:#5a5a5a;&quot;&gt;Disable Tracks and only count Layer hits &lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxAutoRefreshRate">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>111</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Auto Update</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_AutoUpdate">
<property name="geometry">
<rect>
<x>130</x>
<y>78</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>1</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_82">
<property name="geometry">
<rect>
<x>190</x>
<y>82</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>s</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_25">
<property name="geometry">
<rect>
<x>20</x>
<y>230</y>
<width>281</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Special Purpose</string>
</property>
<widget class="QCheckBox" name="checkBoxClearEveryDisplayRefresh">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>221</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Clear every display refresh</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_81">
<property name="geometry">
<rect>
<x>184</x>
<y>30</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Neutrons</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditClearEveryXNeutrons">
<property name="geometry">
<rect>
<x>122</x>
<y>30</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxSaveEvery_2">
<property name="geometry">
<rect>
<x>10</x>
<y>29</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Clear every</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QFrame" name="simframe">
<property name="geometry">
<rect>
<x>200</x>
<y>0</y>
<width>1231</width>
<height>51</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>1165</x>
<y>13</y>
<width>51</width>
<height>25</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Export</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Pause">
<property name="geometry">
<rect>
<x>106</x>
<y>13</y>
<width>51</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Pause</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_stop">
<property name="geometry">
<rect>
<x>163</x>
<y>13</y>
<width>41</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Clear">
<property name="geometry">
<rect>
<x>210</x>
<y>13</y>
<width>41</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Clear</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Simulate">
<property name="geometry">
<rect>
<x>12</x>
<y>10</y>
<width>81</width>
<height>30</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>45</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Simulate</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_npers">
<property name="geometry">
<rect>
<x>740</x>
<y>7</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>neutrons/sec</string>
</property>
</widget>
<widget class="QLabel" name="neutronCountView">
<property name="geometry">
<rect>
<x>330</x>
<y>7</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string># neutrons</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>440</x>
<y>10</y>
<width>291</width>
<height>31</height>
</rect>
</property>
<property name="value">
<number>1</number>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="textVisible">
<bool>false</bool>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="textDirection">
<enum>QProgressBar::TopToBottom</enum>
</property>
</widget>
<widget class="QLabel" name="label_31">
<property name="geometry">
<rect>
<x>980</x>
<y>15</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>neutrons</string>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>850</x>
<y>15</y>
<width>81</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Refresh every</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEditRefresh">
<property name="geometry">
<rect>
<x>934</x>
<y>15</y>
<width>41</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="lineEditNeutrinsTotal">
<property name="geometry">
<rect>
<x>335</x>
<y>24</y>
<width>91</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>500000</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="dragEnabled">
<bool>false</bool>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>270</x>
<y>24</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>maximum:</string>
</property>
</widget>
<widget class="QLabel" name="label_timeRemain">
<property name="geometry">
<rect>
<x>740</x>
<y>24</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>()</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>270</x>
<y>7</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>#neutrons:</string>
</property>
</widget>
<widget class="QLabel" name="label_Status">
<property name="geometry">
<rect>
<x>530</x>
<y>8</y>
<width>191</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
<underline>false</underline>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_Status2">
<property name="geometry">
<rect>
<x>490</x>
<y>27</y>
<width>231</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
<underline>false</underline>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_SaveConfig">
<property name="geometry">
<rect>
<x>1087</x>
<y>14</y>
<width>71</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Save CFG</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton_about">
<property name="geometry">
<rect>
<x>6</x>
<y>1</y>
<width>191</width>
<height>41</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>177</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>43</height>
</size>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">border: 0; border-radius: 0;
background-color: transparent;</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>uranos-logo-smallx2.png</normaloff>uranos-logo-smallx2.png</iconset>
</property>
<property name="iconSize">
<size>
<width>177</width>
<height>51</height>
</size>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget_live">
<property name="geometry">
<rect>
<x>900</x>
<y>60</y>
<width>531</width>
<height>801</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_7">
<attribute name="title">
<string>Birds-eye View &amp;&amp; Spectra</string>
</attribute>
<widget class="QFrame" name="liveframe1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>771</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCustomPlot" name="customPlot" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>520</y>
<width>511</width>
<height>241</height>
</rect>
</property>
</widget>
<widget class="QCustomPlot" name="customPlot2" native="true">
<property name="geometry">
<rect>
<x>12</x>
<y>10</y>
<width>511</width>
<height>501</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Enlarge">
<property name="geometry">
<rect>
<x>506</x>
<y>0</y>
<width>20</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>+</string>
</property>
</widget>
<widget class="QLabel" name="label_detectorLayerNs2">
<property name="geometry">
<rect>
<x>30</x>
<y>750</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="SolidPattern">
<color alpha="127">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>7</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>-</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_8">
<attribute name="title">
<string>Range View</string>
</attribute>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>771</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCustomPlot" name="customPlot4" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>410</y>
<width>501</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>381</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Range distribution of Neutrons passing the Detector Layer</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QCustomPlot" name="customPlot6" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>501</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>390</y>
<width>361</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Range distribution of Neutrons passing the Detector</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>358</x>
<y>348</y>
<width>161</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Neutrons with Soil Contact</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QProgressBar" name="detectorLayerRatioBar">
<property name="geometry">
<rect>
<x>50</x>
<y>348</y>
<width>301</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
<underline>false</underline>
<strikeout>false</strikeout>
</font>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 88, 156);
color: rgb(255, 255, 255);
text-align: right;</string>
</property>
<property name="value">
<number>1</number>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="invertedAppearance">
<bool>false</bool>
</property>
<property name="format">
<string>%p% </string>
</property>
</widget>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>361</x>
<y>727</y>
<width>161</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Neutrons with Soil Contact</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QProgressBar" name="detectorRatioBar">
<property name="geometry">
<rect>
<x>50</x>
<y>728</y>
<width>301</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 88, 156);
color: rgb(255, 255, 255);
text-align: right;</string>
</property>
<property name="value">
<number>1</number>
</property>
<property name="format">
<string>%p% </string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxR">
<property name="geometry">
<rect>
<x>460</x>
<y>390</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Log</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxRS">
<property name="geometry">
<rect>
<x>460</x>
<y>10</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Log</string>
</property>
</widget>
<widget class="QLabel" name="label_Footprint63D">
<property name="geometry">
<rect>
<x>170</x>
<y>701</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0 m</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_Footprint86D">
<property name="geometry">
<rect>
<x>280</x>
<y>701</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0 m</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_Footprint86DL">
<property name="geometry">
<rect>
<x>280</x>
<y>320</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0 m</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_Footprint63DL">
<property name="geometry">
<rect>
<x>170</x>
<y>320</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>0 m</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_91">
<property name="geometry">
<rect>
<x>50</x>
<y>320</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Footprint: </string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_92">
<property name="geometry">
<rect>
<x>120</x>
<y>320</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>63 %:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_93">
<property name="geometry">
<rect>
<x>230</x>
<y>320</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>86 %:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_94">
<property name="geometry">
<rect>
<x>350</x>
<y>320</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Near Field &lt; 15 m:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_FootprintNFL">
<property name="geometry">
<rect>
<x>460</x>
<y>319</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0 %</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_FootprintNF">
<property name="geometry">
<rect>
<x>462</x>
<y>699</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0 %</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_95">
<property name="geometry">
<rect>
<x>230</x>
<y>700</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>86 %:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_96">
<property name="geometry">
<rect>
<x>350</x>
<y>700</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Near Field &lt; 15 m:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_97">
<property name="geometry">
<rect>
<x>50</x>
<y>700</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Footprint: </string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
<widget class="QLabel" name="label_98">
<property name="geometry">
<rect>
<x>120</x>
<y>700</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>63 %:</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_9">
<attribute name="title">
<string>Spatial View</string>
</attribute>
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>771</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCustomPlot" name="customPlot3" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>501</width>
<height>311</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>361</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Profile view: horizontal slice along the x-axis</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>390</y>
<width>191</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Depth of Interactions</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxD">
<property name="geometry">
<rect>
<x>460</x>
<y>390</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Log</string>
</property>
</widget>
<widget class="QCustomPlot" name="customPlot5" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>410</y>
<width>501</width>
<height>311</height>
</rect>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="tab_10">
<attribute name="title">
<string>Detector</string>
</attribute>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>771</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCustomPlot" name="customPlot10" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>511</width>
<height>561</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_77">
<property name="geometry">
<rect>
<x>100</x>
<y>572</y>
<width>361</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Origins of Neutrons measured by the Detector [%]</string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_DetNeutrons">
<property name="geometry">
<rect>
<x>210</x>
<y>597</y>
<width>101</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string># Total Neutrons:</string>
</property>
</widget>
<widget class="QLabel" name="label_detectorNs">
<property name="geometry">
<rect>
<x>310</x>
<y>597</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>()</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>898</x>
<y>64</y>
<width>59</width>
<height>22</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font-size: 20px; color:#00589C;</string>
</property>
<property name="text">
<string>Live:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_42">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>30</x>
<y>3</y>
<width>141</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Calibri</family>
<pointsize>23</pointsize>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>&lt;font color='#8b0000'&gt;U&lt;\font&gt;&lt;font color='#00589C'&gt;RANOS&lt;\font&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_detectorLayerNs">
<property name="geometry">
<rect>
<x>1362</x>
<y>66</y>
<width>61</width>
<height>20</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="NoBrush">
<color alpha="128">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="NoBrush">
<color alpha="128">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="PlaceholderText">
<brush brushstyle="NoBrush">
<color alpha="128">
<red>127</red>
<green>171</green>
<blue>205</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="font">
<font>
<pointsize>6</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>-</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QFrame" name="frame_4">
<property name="geometry">
<rect>
<x>1360</x>
<y>65</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Button">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>88</green>
<blue>156</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 88, 156)</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<zorder>label_42</zorder>
<zorder>tabWidget</zorder>
<zorder>simframe</zorder>
<zorder>pushButton_about</zorder>
<zorder>tabWidget_live</zorder>
<zorder>label_2</zorder>
<zorder>frame_4</zorder>
<zorder>label_detectorLayerNs</zorder>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1448</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header>qcustomplot.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>