Files
motorBase/motorApp/op/ui/PSOarrayPlot.ui
T
timmmooney 5d657e48fa menu fix
2014-09-11 16:22:10 +00:00

179 lines
5.9 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>578</x>
<y>571</y>
<width>400</width>
<height>235</height>
</rect>
</property>
<property name="styleSheet">
<string>
QWidget#centralWidget {background: rgba(255, 255, 255, 255);}
QPushButton::menu-indicator {image: url(none.png); width: 0}
</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="caCartesianPlot" name="caCartesianPlot_0">
<property name="geometry">
<rect>
<x>0</x>
<y>15</y>
<width>400</width>
<height>200</height>
</rect>
</property>
<property name="TitleY">
<string>$(YLABEL)</string>
</property>
<property name="scaleColor">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="foreground">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
<property name="background">
<color alpha="255">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
<property name="Style_1">
<enum>caCartesianPlot::Lines</enum>
</property>
<property name="Style_2">
<enum>caCartesianPlot::Lines</enum>
</property>
<property name="Style_3">
<enum>caCartesianPlot::Lines</enum>
</property>
<property name="symbol_1">
<enum>caCartesianPlot::NoSymbol</enum>
</property>
<property name="symbol_2">
<enum>caCartesianPlot::Rect</enum>
</property>
<property name="symbol_3">
<enum>caCartesianPlot::Triangle</enum>
</property>
<property name="countNumOrChannel">
<string>$(Y).NORD</string>
</property>
<property name="color_1">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="channels_1">
<string>;$(Y)</string>
</property>
<property name="XaxisScaling">
<enum>caCartesianPlot::Auto</enum>
</property>
<property name="XaxisLimits">
<string>0;1</string>
</property>
<property name="YaxisScaling">
<enum>caCartesianPlot::Auto</enum>
</property>
<property name="YaxisLimits">
<string>0;1</string>
</property>
<property name="eraseMode">
<enum>caCartesianPlot::ifzero</enum>
</property>
</widget>
<widget class="caLabel" name="caLabel_0">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="foreground">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="background">
<color alpha="0">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="text">
<string>Y=$(Y)</string>
</property>
<property name="fontScaleMode">
<enum>ESimpleLabel::WidthAndHeight</enum>
</property>
<property name="alignment">
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>13</height>
</rect>
</property>
</widget>
<widget class="caLabel" name="caLabel_1">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="foreground">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="background">
<color alpha="0">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</property>
<property name="text">
<string>X=array index</string>
</property>
<property name="fontScaleMode">
<enum>ESimpleLabel::WidthAndHeight</enum>
</property>
<property name="alignment">
<set>Qt::AlignAbsolute|Qt::AlignHCenter|Qt::AlignVCenter</set>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>218</y>
<width>400</width>
<height>13</height>
</rect>
</property>
</widget>
<zorder>caLabel_0</zorder>
<zorder>caLabel_1</zorder>
<zorder>caCartesianPlot_0</zorder>
</widget>
</widget>
</ui>