2169 lines
58 KiB
XML
2169 lines
58 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>TrimSPGUI4</class>
|
|
<widget class="QMainWindow" name="TrimSPGUI4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>722</width>
|
|
<height>622</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>TrimSP GUI</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset>
|
|
<normaloff>icon.png</normaloff>icon.png</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="widget">
|
|
<layout class="QGridLayout">
|
|
<item row="1" column="0">
|
|
<widget class="QProgressBar" name="progress">
|
|
<property name="value">
|
|
<number>0</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QTabWidget" name="tabs">
|
|
<property name="currentIndex">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QWidget" name="LayersTab">
|
|
<attribute name="title">
|
|
<string>Layers</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="groupLayer">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>431</width>
|
|
<height>511</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Layers</string>
|
|
</property>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>21</y>
|
|
<width>411</width>
|
|
<height>481</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="layerLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="textLabel1_4">
|
|
<property name="text">
|
|
<string>Number of Layers</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QSpinBox" name="numLayer">
|
|
<property name="whatsThis">
|
|
<string>Select the number of the layers of your structure (maximum 7 layers).</string>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<spacer name="spacer2">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>240</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item row="1" column="0" colspan="3">
|
|
<widget class="QTableWidget" name="layerTable">
|
|
<property name="rowCount">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>3</number>
|
|
</property>
|
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
|
<number>30</number>
|
|
</attribute>
|
|
<row/>
|
|
<column>
|
|
<property name="text">
|
|
<string>Composition</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Density [g/cm^3]</string>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Thickness [A]</string>
|
|
</property>
|
|
</column>
|
|
<item row="0" column="0">
|
|
<property name="text">
|
|
<string>SrTiO3</string>
|
|
</property>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<property name="text">
|
|
<string>5.12</string>
|
|
</property>
|
|
</item>
|
|
<item row="0" column="2">
|
|
<property name="text">
|
|
<string>1000</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="ProjParam">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>10</y>
|
|
<width>240</width>
|
|
<height>241</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title">
|
|
<string>Projectile parameters</string>
|
|
</property>
|
|
<widget class="QLabel" name="z0Label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>68</y>
|
|
<width>113</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Starting depth [Å]</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="NumberLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>45</y>
|
|
<width>134</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Number of projectiles</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="projComboBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>21</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Muon</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Li8</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>B12</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>H</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
<widget class="QLineEdit" name="dz">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>92</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>10.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="EnergyLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>115</y>
|
|
<width>73</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Energy [eV]</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="numberProj">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>45</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>32767</width>
|
|
<height>32767</height>
|
|
</size>
|
|
</property>
|
|
<property name="whatsThis">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="accessibleName">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="inputMethodHints">
|
|
<set>Qt::ImhDigitsOnly|Qt::ImhPreferNumbers</set>
|
|
</property>
|
|
<property name="text">
|
|
<string>10000</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabel1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>21</y>
|
|
<width>58</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Projectile</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="valAngle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>162</y>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="SigAngleLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>186</y>
|
|
<width>114</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Angle sigma [deg]</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sigAngle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>186</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>15</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="SeedLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>209</y>
|
|
<width>86</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Random seed</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sigEnergy">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>139</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>450</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="z0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>68</y>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>32767</width>
|
|
<height>32767</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="valEnergy">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>115</y>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>2000</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="ranSeed">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>151</x>
|
|
<y>209</y>
|
|
<width>80</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Ignored" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>78741</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="AlbleLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>162</y>
|
|
<width>73</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Angle [deg]</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="SigELabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>139</y>
|
|
<width>114</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Energy sigma [eV]</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="dzLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>11</x>
|
|
<y>92</y>
|
|
<width>127</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Depth increment [Å]</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>450</x>
|
|
<y>260</y>
|
|
<width>240</width>
|
|
<height>261</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>File Names</string>
|
|
</property>
|
|
<widget class="QWidget" name="layout14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>221</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="textLabelFN">
|
|
<property name="text">
|
|
<string>File names prefix</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="fileNamePrefix">
|
|
<property name="text">
|
|
<string>SrTiO3</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="textLabelPath">
|
|
<property name="text">
|
|
<string>Save in subdirectory</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<item>
|
|
<widget class="QLineEdit" name="workPath">
|
|
<property name="text">
|
|
<string>./</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="Browse">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>Browse</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QSplitter" name="splitter">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>220</y>
|
|
<width>221</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<widget class="QPushButton" name="Start">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Start</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="Quit">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>25</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Quit</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Quit</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="AddParTab">
|
|
<attribute name="title">
|
|
<string>Additional Parameters</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="AddParam">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>251</width>
|
|
<height>211</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Additional parameters</string>
|
|
</property>
|
|
<widget class="QLabel" name="textLabelEmpty">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>170</y>
|
|
<width>63</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelEF">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>21</y>
|
|
<width>63</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>EF</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parKK0R">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>183</x>
|
|
<y>45</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>2</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="parCA">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>147</y>
|
|
<width>52</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>1.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelIRL">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>172</y>
|
|
<width>53</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>IRL</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parKK0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>183</x>
|
|
<y>20</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>4</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>2</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelKK0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>20</y>
|
|
<width>53</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>KK0</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelRD">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>122</y>
|
|
<width>63</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>RD</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parIRL">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>184</x>
|
|
<y>171</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>1</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelIPOTR">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>147</y>
|
|
<width>53</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>IPOTR</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parIPOTR">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>183</x>
|
|
<y>145</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>3</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelESB">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>46</y>
|
|
<width>63</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>ESB</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="parRD">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>122</y>
|
|
<width>52</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>50.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelCA">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>147</y>
|
|
<width>63</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>CA</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="parESB">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>46</y>
|
|
<width>52</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelSHEATH">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>71</y>
|
|
<width>63</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>SHEATH</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelKDEE2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>96</y>
|
|
<width>53</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>KDEE2</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelKDEE1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>71</y>
|
|
<width>53</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>KDEE1</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="parEF">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>21</y>
|
|
<width>52</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.5</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="lineEditEmpty">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>170</y>
|
|
<width>52</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parKDEE2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>183</x>
|
|
<y>95</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>3</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="parERC">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>96</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelKK0R">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>46</y>
|
|
<width>53</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>KK0R</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelIPOT">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>129</x>
|
|
<y>121</y>
|
|
<width>53</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>IPOT</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parIPOT">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>183</x>
|
|
<y>120</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>3</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>2</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="textLabelERC">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>96</y>
|
|
<width>63</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>ERC</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="parSHEATH">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>75</x>
|
|
<y>71</y>
|
|
<width>52</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>0.0</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="parKDEE1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>183</x>
|
|
<y>70</y>
|
|
<width>52</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="value">
|
|
<number>4</number>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="ScansTab">
|
|
<attribute name="title">
|
|
<string>Scans (Disbaled)</string>
|
|
</attribute>
|
|
<widget class="QGroupBox" name="scanSeq">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>421</width>
|
|
<height>221</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Scan sequence</string>
|
|
</property>
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>401</width>
|
|
<height>191</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>Scan</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="comboScan">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<item>
|
|
<property name="text">
|
|
<string>Energy</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Energy Sigma</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Angle</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Angle Sigma</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Number of Projectiles</string>
|
|
</property>
|
|
</item>
|
|
<item>
|
|
<property name="text">
|
|
<string>Thickness of layer</string>
|
|
</property>
|
|
</item>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="scandL">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>1</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>7</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioList">
|
|
<property name="text">
|
|
<string>List of values</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">listGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="scanList">
|
|
<property name="text">
|
|
<string>1000,6000,10000</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="dzListLabel">
|
|
<property name="text">
|
|
<string>Corresponding depth increment (optional)</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="scanListdz">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QRadioButton" name="radioLoop">
|
|
<property name="text">
|
|
<string>Loop</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">listGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="scanLoop">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="textLabel2">
|
|
<property name="text">
|
|
<string>From</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="scanFrom">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>1000</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="textLabel2_2">
|
|
<property name="text">
|
|
<string>To</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="scanTo">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>28000</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="textLabel2_2_2_2">
|
|
<property name="text">
|
|
<string>Step</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="scanStep">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string>1000</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QWidget" name="ConfigTab">
|
|
<attribute name="title">
|
|
<string>Configure</string>
|
|
</attribute>
|
|
<widget class="QWidget" name="layoutWidget2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>31</y>
|
|
<width>671</width>
|
|
<height>101</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>110</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>140</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Trim.SP binary</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="trimbin"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="TrimBinBrowse">
|
|
<property name="text">
|
|
<string>Browse</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>110</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>140</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Trim.SP GUI path</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="pathTrimGUI"/>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="guiPathBrowse">
|
|
<property name="text">
|
|
<string>Browse</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="MenuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>722</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="File">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="fileStartAction"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="fileOpenAction"/>
|
|
<addaction name="fileSaveAction"/>
|
|
<addaction name="fileSaveAsAction"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="fileChangeDirAction"/>
|
|
<addaction name="fileQuitAction"/>
|
|
</widget>
|
|
<widget class="QMenu" name="Plot">
|
|
<property name="title">
|
|
<string>&Plot</string>
|
|
</property>
|
|
<addaction name="plotProfilesAction"/>
|
|
<addaction name="plotFractionsAction"/>
|
|
<addaction name="plotMeanAction"/>
|
|
</widget>
|
|
<widget class="QMenu" name="helpMenu">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="helpContentsAction"/>
|
|
<addaction name="helpAboutAction"/>
|
|
</widget>
|
|
<addaction name="File"/>
|
|
<addaction name="Plot"/>
|
|
<addaction name="helpMenu"/>
|
|
</widget>
|
|
<action name="fileSaveAction">
|
|
<property name="text">
|
|
<string>&Save</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Save</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
<property name="iconVisibleInMenu">
|
|
<bool>true</bool>
|
|
</property>
|
|
</action>
|
|
<action name="fileSaveAsAction">
|
|
<property name="text">
|
|
<string>Save &As...</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Save As</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string/>
|
|
</property>
|
|
</action>
|
|
<action name="fileChangeDirAction">
|
|
<property name="text">
|
|
<string>&Change Folder</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Change Folder</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+C</string>
|
|
</property>
|
|
</action>
|
|
<action name="fileQuitAction">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Quit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="plotProfilesAction">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../.designer/backup/PlotProfiles.png</normaloff>../../.designer/backup/PlotProfiles.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Plot Profiles</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>&Plot Profiles</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+P, Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="helpContentsAction">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../.designer/backup/image13</normaloff>../../.designer/backup/image13</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Contents...</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Contents</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string/>
|
|
</property>
|
|
</action>
|
|
<action name="helpAboutAction">
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../.designer/backup/image0</normaloff>../../.designer/backup/image0</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&About</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>About</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string/>
|
|
</property>
|
|
</action>
|
|
<action name="plotFractionsAction">
|
|
<property name="checkable">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset>
|
|
<normaloff>../../.designer/backup/PlotFraction.png</normaloff>../../.designer/backup/PlotFraction.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Plot Fractions</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Plot Fractions</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+P, Ctrl+F</string>
|
|
</property>
|
|
</action>
|
|
<action name="fileStartAction">
|
|
<property name="text">
|
|
<string>Start</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>&Start</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Alt+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="fileOpenAction">
|
|
<property name="text">
|
|
<string>&Open...</string>
|
|
</property>
|
|
<property name="iconText">
|
|
<string>Open</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="plotMeanAction">
|
|
<property name="text">
|
|
<string>Plot Mean</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Plot Mean/Straggling</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+P, Ctrl+M</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<tabstops>
|
|
<tabstop>tabs</tabstop>
|
|
<tabstop>projComboBox</tabstop>
|
|
<tabstop>numberProj</tabstop>
|
|
<tabstop>z0</tabstop>
|
|
<tabstop>dz</tabstop>
|
|
<tabstop>valEnergy</tabstop>
|
|
<tabstop>sigEnergy</tabstop>
|
|
<tabstop>valAngle</tabstop>
|
|
<tabstop>sigAngle</tabstop>
|
|
<tabstop>ranSeed</tabstop>
|
|
<tabstop>fileNamePrefix</tabstop>
|
|
<tabstop>workPath</tabstop>
|
|
<tabstop>Browse</tabstop>
|
|
<tabstop>Start</tabstop>
|
|
<tabstop>Quit</tabstop>
|
|
<tabstop>parEF</tabstop>
|
|
<tabstop>parESB</tabstop>
|
|
<tabstop>parSHEATH</tabstop>
|
|
<tabstop>parERC</tabstop>
|
|
<tabstop>parRD</tabstop>
|
|
<tabstop>parCA</tabstop>
|
|
<tabstop>lineEditEmpty</tabstop>
|
|
<tabstop>parKK0</tabstop>
|
|
<tabstop>parKK0R</tabstop>
|
|
<tabstop>parKDEE1</tabstop>
|
|
<tabstop>parKDEE2</tabstop>
|
|
<tabstop>parIPOT</tabstop>
|
|
<tabstop>parIPOTR</tabstop>
|
|
<tabstop>parIRL</tabstop>
|
|
<tabstop>scanSeq</tabstop>
|
|
<tabstop>radioList</tabstop>
|
|
<tabstop>scanList</tabstop>
|
|
<tabstop>scanListdz</tabstop>
|
|
<tabstop>radioLoop</tabstop>
|
|
<tabstop>scanFrom</tabstop>
|
|
<tabstop>scanTo</tabstop>
|
|
<tabstop>scanStep</tabstop>
|
|
</tabstops>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>Start</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>CollectValues()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>490</x>
|
|
<y>552</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>Browse</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>DirectoryBrowse()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>686</x>
|
|
<y>425</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>Quit</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ConfirmQuit()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>594</x>
|
|
<y>550</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>20</x>
|
|
<y>20</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>fileSaveAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>SaveFile()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>fileQuitAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>close()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>fileSaveAsAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>SaveFileAs()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>fileChangeDirAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>DirectoryBrowse()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>plotFractionsAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>PlotFraction()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>plotProfilesAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>PlotProfiles()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>Start</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>StartSequenceOne()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>547</x>
|
|
<y>542</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>721</x>
|
|
<y>568</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>fileOpenAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>OpenFile()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>helpAboutAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>helpAboutAction()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>helpContentsAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>helpContentsAction()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>367</x>
|
|
<y>317</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>numberProj</sender>
|
|
<signal>editingFinished()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>test()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>670</x>
|
|
<y>110</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>721</x>
|
|
<y>129</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>scanSeq</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ToggleScanSingle()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>313</x>
|
|
<y>71</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>721</x>
|
|
<y>323</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>comboScan</sender>
|
|
<signal>currentIndexChanged(int)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ToggleScanSingle()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>236</x>
|
|
<y>91</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>720</x>
|
|
<y>509</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>radioList</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ToggleScanSingle()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>93</x>
|
|
<y>124</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>720</x>
|
|
<y>540</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>radioLoop</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ToggleScanSingle()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>53</x>
|
|
<y>228</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>720</x>
|
|
<y>462</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>scandL</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ToggleScanSingle()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>378</x>
|
|
<y>94</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>717</x>
|
|
<y>237</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>projComboBox</sender>
|
|
<signal>currentIndexChanged(int)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>ProjSmartDefaults()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>645</x>
|
|
<y>89</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>715</x>
|
|
<y>230</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>TrimBinBrowse</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>TrimBin()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>648</x>
|
|
<y>107</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>721</x>
|
|
<y>221</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>guiPathBrowse</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>GUIPath()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>625</x>
|
|
<y>162</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>722</x>
|
|
<y>307</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>numLayer</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>PrepLayers()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>169</x>
|
|
<y>90</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>360</x>
|
|
<y>310</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>layerTable</sender>
|
|
<signal>cellChanged(int,int)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>findDensity()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>233</x>
|
|
<y>332</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>360</x>
|
|
<y>310</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>plotMeanAction</sender>
|
|
<signal>activated()</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>PlotMean()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>-1</x>
|
|
<y>-1</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>360</x>
|
|
<y>310</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>numLayer</sender>
|
|
<signal>valueChanged(int)</signal>
|
|
<receiver>TrimSPGUI4</receiver>
|
|
<slot>PrepLayers()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>182</x>
|
|
<y>94</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>720</x>
|
|
<y>358</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
<slots>
|
|
<slot>DirectoryBrowse()</slot>
|
|
<slot>StartSequenceOne()</slot>
|
|
<slot>ToggleScanSingle()</slot>
|
|
<slot>PrepLayers()</slot>
|
|
<slot>ProjSmartDefaults()</slot>
|
|
<slot>helpContentsAction()</slot>
|
|
<slot>CollectValues()</slot>
|
|
<slot>CreateInpFile()</slot>
|
|
<slot>ConfirmQuit()</slot>
|
|
<slot>PlotProfiles()</slot>
|
|
<slot>PlotFraction()</slot>
|
|
<slot>helpAboutAction()</slot>
|
|
<slot>OpenFile()</slot>
|
|
<slot>SaveFile()</slot>
|
|
<slot>SaveFileAs()</slot>
|
|
<slot>test()</slot>
|
|
<slot>TrimBin()</slot>
|
|
<slot>GUIPath()</slot>
|
|
<slot>findDensity()</slot>
|
|
<slot>PlotMean()</slot>
|
|
</slots>
|
|
<buttongroups>
|
|
<buttongroup name="listGroup"/>
|
|
</buttongroups>
|
|
</ui>
|