Skip to content
Snippets Groups Projects
Commit e946fd36 authored by Robert Applin's avatar Robert Applin
Browse files

Refs #24448. Dock widget for miniplots

parent 79d09406
No related branches found
No related tags found
No related merge requests found
...@@ -13,60 +13,92 @@ ...@@ -13,60 +13,92 @@
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,5,3,0"> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0">
<property name="topMargin">
<number>0</number>
</property>
<item> <item>
<widget class="QComboBox" name="cbDataSelection"/> <widget class="QComboBox" name="cbDataSelection"/>
</item> </item>
<item> <item>
<widget class="MantidQt::MantidWidgets::PreviewPlot" name="ppPlotTop" native="true"> <widget class="QDockWidget" name="dwMiniPlots">
<property name="sizePolicy"> <property name="features">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="windowTitle">
<size> <string>Mini-plots</string>
<width>0</width>
<height>125</height>
</size>
</property>
<property name="showLegend" stdset="0">
<bool>true</bool>
</property>
<property name="canvasColour" stdset="0">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
</widget>
</item>
<item>
<widget class="MantidQt::MantidWidgets::PreviewPlot" name="ppPlotBottom" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>75</height>
</size>
</property>
<property name="showLegend" stdset="0">
<bool>true</bool>
</property>
<property name="canvasColour" stdset="0">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property> </property>
<widget class="QWidget" name="dockWidgetContents_2">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="MantidQt::MantidWidgets::PreviewPlot" name="ppPlotTop" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>10</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>125</height>
</size>
</property>
<property name="showLegend" stdset="0">
<bool>true</bool>
</property>
<property name="canvasColour" stdset="0">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
</widget>
</item>
<item>
<widget class="MantidQt::MantidWidgets::PreviewPlot" name="ppPlotBottom" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>6</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>75</height>
</size>
</property>
<property name="showLegend" stdset="0">
<bool>true</bool>
</property>
<property name="canvasColour" stdset="0">
<color>
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
</widget>
</item>
</layout>
</widget>
</widget> </widget>
</item> </item>
<item> <item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment