Skip to content
Snippets Groups Projects
LineViewer.ui 9.55 KiB
Newer Older
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>LineViewerClass</class>
 <widget class="QWidget" name="LineViewerClass">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>578</width>
    <height>527</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>LineViewer</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2">
   <item>
    <widget class="QSplitter" name="splitter">
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <widget class="QFrame" name="frmTop">
      <property name="frameShape">
       <enum>QFrame::NoFrame</enum>
      </property>
      <property name="frameShadow">
       <enum>QFrame::Raised</enum>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
        <layout class="QHBoxLayout" name="horizontalLayoutTopTop" stretch="0,0,1">
         <item>
          <layout class="QGridLayout" name="gridLayout">
           <item row="0" column="0">
            <widget class="QLabel" name="lblDim">
             <property name="toolTip">
              <string>Names of the dimensions in the workspace</string>
             </property>
             <property name="text">
              <string>Dim:</string>
             </property>
            </widget>
           </item>
           <item row="1" column="0">
            <widget class="QLabel" name="lblStart">
             <property name="toolTip">
              <string>Coordinates of the start point of the line</string>
             </property>
             <property name="text">
              <string>Start:</string>
             </property>
            </widget>
           </item>
           <item row="2" column="0">
            <widget class="QLabel" name="lblEnd">
             <property name="toolTip">
              <string>Coordinates of the end point of the line</string>
             </property>
             <property name="text">
              <string>End:</string>
             </property>
            </widget>
           </item>
           <item row="3" column="0">
            <widget class="QLabel" name="lblWidth1">
             <property name="toolTip">
              <string>Integration thickness (above and below plane) in each dimension</string>
             </property>
             <property name="text">
              <string>Thickness:</string>
             </property>
            </widget>
           </item>
          </layout>
         <item>
          <widget class="QFrame" name="frmTopRight">
           <property name="frameShape">
            <enum>QFrame::NoFrame</enum>
           <property name="frameShadow">
            <enum>QFrame::Raised</enum>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="horizontalSpacer_2">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           <property name="sizeHint" stdset="0">
            <size>
             <width>40</width>
             <height>20</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout">
         <item>
          <widget class="QLabel" name="lblWidth">
           <property name="text">
            <string>Width in Plane:</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="textPlaneWidth">
           <property name="maximumSize">
            <size>
             <width>100</width>
             <height>16777215</height>
            </size>
           </property>
           <property name="toolTip">
            <string>Width of the integration in the plane, perpendicular to the line</string>
           </property>
           <property name="text">
            <string>0</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLabel" name="lblPlaneWidth">
           <property name="text">
            <string>(in X-Y plane)</string>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="horizontalSpacer_3">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>40</width>
             <height>20</height>
            </size>
           </property>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="layoutNumBins">
          <widget class="QRadioButton" name="radNumBins">
           <property name="toolTip">
            <string>Keep a fixed number of bins</string>
           <property name="text">
            <string># of bins:</string>
           </property>
           <property name="checked">
            <bool>true</bool>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QSpinBox" name="spinNumBins">
           <property name="toolTip">
            <string>Number of regularly-spaced bins to use in the range</string>
           </property>
           <property name="minimum">
            <number>1</number>
           </property>
           <property name="maximum">
            <number>50000</number>
           <property name="value">
            <number>100</number>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QRadioButton" name="radBinWidth">
           <property name="toolTip">
            <string>Keep a fixed bin width, adjusting the number of bins
from the length of the line being drawn</string>
           </property>
           <property name="text">
            <string>bin width:</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLineEdit" name="textBinWidth">
           <property name="maximumSize">
            <size>
             <width>100</width>
             <height>16777215</height>
            </size>
           </property>
           <property name="toolTip">
            <string>Width of each bin (will set the # of bins)</string>
           </property>
           <property name="maxLength">
            <number>50</number>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QCheckBox" name="chkAdaptiveBins">
           <property name="toolTip">
            <string>Use adaptive mesh refinement instead of regular bins</string>
           </property>
           <property name="text">
            <string>Adaptive</string>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="horizontalSpacer">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>40</width>
             <height>20</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
       <item>
        <layout class="QHBoxLayout" name="horizontalLayout_2">
         <item>
          <widget class="QPushButton" name="btnApply">
           <property name="toolTip">
            <string>Apply the 1D slice and calculate the full slice</string>
           </property>
           <property name="text">
            <string>Apply</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QCheckBox" name="ckOverWrite">
           <property name="toolTip">
            <string>Overwrite any existing line cuts from the same MDWorkspace</string>
           </property>
           <property name="text">
            <string>Overwrite lines</string>
           </property>
           <property name="checked">
            <bool>true</bool>
           </property>
          </widget>
         </item>
         <item>
          <spacer name="horizontalSpacer_4">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeHint" stdset="0">
            <size>
             <width>40</width>
             <height>20</height>
            </size>
           </property>
          </spacer>
         </item>
        </layout>
       </item>
      </layout>
     </widget>
     <widget class="QFrame" name="frmBottom">
      <property name="frameShape">
       <enum>QFrame::NoFrame</enum>
      </property>
      <property name="frameShadow">
       <enum>QFrame::Raised</enum>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_3">
       <property name="spacing">
        <number>4</number>
       </property>
       <property name="leftMargin">
        <number>2</number>
       </property>
       <property name="topMargin">
        <number>2</number>
       </property>
       <property name="rightMargin">
        <number>2</number>
       </property>
       <property name="bottomMargin">
        <number>2</number>
       </property>
       <item>
        <widget class="QFrame" name="frmPlot">
         <property name="frameShape">
          <enum>QFrame::NoFrame</enum>
         </property>
         <property name="frameShadow">
          <enum>QFrame::Raised</enum>
         </property>
        </widget>
       </item>
      </layout>
     </widget>
    </widget>
   </item>
  </layout>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources/>
 <connections/>
</ui>