Skip to content
Snippets Groups Projects
Commit 38d95c73 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

laser gui update

parent 06b152d7
No related branches found
No related tags found
No related merge requests found
......@@ -191,6 +191,181 @@
<zorder>calineedit_3</zorder>
<zorder>canumeric</zorder>
</widget>
<widget class="caGraphics" name="cagraphics">
<property name="geometry">
<rect>
<x>100</x>
<y>30</y>
<width>91</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>340</x>
<y>80</y>
<width>241</width>
<height>381</height>
</rect>
</property>
<property name="title">
<string>Laser 2</string>
</property>
<widget class="caThermo" name="cathermo_2">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>20</width>
<height>331</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:gcur</string>
</property>
</widget>
<widget class="caByte" name="cabyte_2">
<property name="geometry">
<rect>
<x>50</x>
<y>50</y>
<width>20</width>
<height>311</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:glstat</string>
</property>
</widget>
<widget class="caTextEntry" name="catextentry_2">
<property name="geometry">
<rect>
<x>169</x>
<y>150</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:scur</string>
</property>
<property name="precision">
<number>1</number>
</property>
<property name="precisionMode">
<enum>caLineEdit::User</enum>
</property>
</widget>
<widget class="caToggleButton" name="catogglebutton_2">
<property name="geometry">
<rect>
<x>80</x>
<y>60</y>
<width>100</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>on/off</string>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:switch</string>
</property>
</widget>
<widget class="caLed" name="caled_2">
<property name="geometry">
<rect>
<x>100</x>
<y>30</y>
<width>30</width>
<height>30</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:state</string>
</property>
</widget>
<widget class="caLineEdit" name="calineedit_4">
<property name="geometry">
<rect>
<x>120</x>
<y>90</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:glstat</string>
</property>
</widget>
<widget class="caLineEdit" name="calineedit_5">
<property name="geometry">
<rect>
<x>170</x>
<y>120</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:gcur</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>80</x>
<y>90</y>
<width>31</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>lstat</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>80</x>
<y>120</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>diode current</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>80</x>
<y>150</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>set current</string>
</property>
</widget>
<widget class="caLineEdit" name="calineedit_6">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>71</width>
<height>20</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l2:gserial</string>
</property>
</widget>
</widget>
</widget>
</widget>
<customwidgets>
......@@ -204,6 +379,11 @@
<extends>QCheckBox</extends>
<header>caToggleButton</header>
</customwidget>
<customwidget>
<class>caGraphics</class>
<extends>QWidget</extends>
<header>caGraphics</header>
</customwidget>
<customwidget>
<class>caLed</class>
<extends>QWidget</extends>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment