-
Jose Borreguero authoredJose Borreguero authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
SliceSelector.ui 7.00 KiB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SliceSelector</class>
<widget class="QMainWindow" name="SliceSelector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>613</width>
<height>850</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>Dynamic PDF Slice Selector</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupLoadSlices">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Input</string>
</property>
<layout class="QGridLayout" name="loRangeBinning">
<property name="topMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item row="0" column="0">
<widget class="MantidQt::MantidWidgets::DataSelector" name="dataSelector" native="true"/>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="layoutSliceSelector">
<item>
<widget class="QLabel" name="labelWorkspaceIndex">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Workspace Index</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinboxSliceSelector">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelSliceEnergy">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Energy = NAN</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="layout2Dview">
<item>
<widget class="QSlider" name="sliderSelectSlice">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="MantidQt::MantidWidgets::MWView" name="slices2DPlot" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupPlotSelectedSlice">
<property name="title">
<string>Plots Selected Slice</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="MantidQt::MantidWidgets::PreviewPlot" name="previewPlotSelectedSlice" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="showLegend" stdset="0">
<bool>false</bool>
</property>
<property name="canvasColour" stdset="0">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="layoutActionButtons">
<item>
<widget class="QPushButton" name="pushHelp">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Opens the help page for the interface.</p></body></html></string>
</property>
<property name="text">
<string>?</string>
</property>
</widget>
</item>
<item>
<spacer name="sActionButtons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushLaunchBackgroundRemover">
<property name="toolTip">
<string><html><head/><body><p>Launch the background removal tool.</p></body></html></string>
</property>
<property name="text">
<string>Launch Background Remover</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>MantidQt::MantidWidgets::DataSelector</class>
<extends>QWidget</extends>
<header>MantidQtMantidWidgets/DataSelector.h</header>
</customwidget>
<customwidget>
<class>MantidQt::MantidWidgets::PreviewPlot</class>
<extends>QWidget</extends>
<header>MantidQtMantidWidgets/PreviewPlot.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>MantidQt::MantidWidgets::MWView</class>
<extends>QWidget</extends>
<header>MantidQtMantidWidgets/MWView.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>spinboxSliceSelector</tabstop>
<tabstop>pushLaunchBackgroundRemover</tabstop>
<tabstop>pushHelp</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>