forked from epics_driver_modules/motorBase
285 lines
8.5 KiB
XML
285 lines
8.5 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>729</x>
|
|
<y>391</y>
|
|
<width>400</width>
|
|
<height>230</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string>
|
|
|
|
QWidget#centralWidget {background: rgba(255, 255, 255, 255);}
|
|
QPushButton::menu-indicator {image: url(none.png); width: 0}
|
|
|
|
caTable {
|
|
font: 10pt;
|
|
background: cornsilk;
|
|
alternate-background-color: wheat;
|
|
}
|
|
|
|
caLineEdit {
|
|
border-radius: 1px;
|
|
background: lightyellow;
|
|
color: black;
|
|
}
|
|
|
|
caTextEntry {
|
|
color: rgb(127, 0, 63);
|
|
background-color: cornsilk;
|
|
selection-color: #0a214c;
|
|
selection-background-color: wheat;
|
|
border: 1px groove black;
|
|
border-radius: 1px;
|
|
padding: 1px;
|
|
}
|
|
|
|
caTextEntry:focus {
|
|
padding: 0px;
|
|
border: 2px groove darkred;
|
|
border-radius: 1px;
|
|
}
|
|
|
|
QPushButton {
|
|
border-color: #00b;
|
|
border-radius: 2px;
|
|
padding: 3px;
|
|
border-width: 1px;
|
|
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(224, 239, 255, 255),
|
|
stop:0.5 rgba(199, 215, 230, 255),
|
|
stop:1 rgba(184, 214, 236, 255));
|
|
}
|
|
QPushButton:hover {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(201, 226, 255, 255),
|
|
stop:0.5 rgba(177, 204, 230, 255),
|
|
stop:1 rgba(163, 205, 236, 255));
|
|
}
|
|
QPushButton:pressed {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(174, 219, 255, 255),
|
|
stop:0.5 rgba(165, 199, 230, 255),
|
|
stop:1 rgba(134, 188, 236, 255));
|
|
}
|
|
|
|
QPushButton:disabled {
|
|
background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1,
|
|
stop:0 rgba(174, 219, 255, 255),
|
|
stop:0.5 rgba(165, 199, 230, 255),
|
|
stop:1 rgba(134, 188, 236, 255));
|
|
}
|
|
|
|
caChoice {
|
|
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #E1E1E1, stop: 0.4 #DDDDDD,
|
|
stop: 0.5 #D8D8D8, stop: 1.0 #D3D3D3);
|
|
}
|
|
|
|
caChoice > QPushButton {
|
|
text-align: left;
|
|
padding: 1px;
|
|
}
|
|
|
|
caSlider::groove:horizontal {
|
|
border: 1px solid #bbb;
|
|
background: lightgrey;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
caSlider::handle:horizontal {
|
|
background: red;
|
|
border: 1px solid #777;
|
|
width: 13px;
|
|
margin-top: -2px;
|
|
margin-bottom: -2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
|
|
|
|
</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<widget class="caCartesianPlot" name="caCartesianPlot_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>30</y>
|
|
<width>400</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
<property name="TitleX">
|
|
<string>Point</string>
|
|
</property>
|
|
<property name="TitleY">
|
|
<string>Position</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>2000</string>
|
|
</property>
|
|
<property name="color_1">
|
|
<color alpha="255">
|
|
<red>253</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>
|
|
</widget>
|
|
<widget class="caLineEdit" name="caLineEdit_0">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>69</x>
|
|
<y>11</y>
|
|
<width>85</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>caLineEdit::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="channel">
|
|
<string>$(M).DESC</string>
|
|
</property>
|
|
<property name="foreground">
|
|
<color alpha="255">
|
|
<red>0</red>
|
|
<green>0</green>
|
|
<blue>0</blue>
|
|
</color>
|
|
</property>
|
|
<property name="background">
|
|
<color alpha="255">
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignRight|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="limitsMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="precisionMode">
|
|
<enum>caLineEdit::Channel</enum>
|
|
</property>
|
|
<property name="minValue">
|
|
<double>0.0</double>
|
|
</property>
|
|
<property name="maxValue">
|
|
<double>1.0</double>
|
|
</property>
|
|
<property name="formatType">
|
|
<enum>decimal</enum>
|
|
</property>
|
|
<property name="colorMode">
|
|
<enum>caLineEdit::Static</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>$(TITLE)</string>
|
|
</property>
|
|
<property name="fontScaleMode">
|
|
<enum>ESimpleLabel::WidthAndHeight</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>161</x>
|
|
<y>11</y>
|
|
<width>80</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignAbsolute|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<zorder>caLabel_0</zorder>
|
|
<zorder>caCartesianPlot_0</zorder>
|
|
<zorder>caLineEdit_0</zorder>
|
|
</widget>
|
|
</widget>
|
|
</ui> |