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

modified: test_laser.ui

parent cf322446
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,42 @@ ...@@ -63,6 +63,42 @@
<string notr="true">daq:l1:gserial</string> <string notr="true">daq:l1:gserial</string>
</property> </property>
</widget> </widget>
<widget class="caToggleButton" name="catogglebutton">
<property name="geometry">
<rect>
<x>100</x>
<y>180</y>
<width>100</width>
<height>22</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l1:switch</string>
</property>
</widget>
<widget class="caLabel" name="calabel_2">
<property name="geometry">
<rect>
<x>130</x>
<y>240</y>
<width>90</width>
<height>28</height>
</rect>
</property>
<property name="margin">
<number>1</number>
</property>
<property name="background">
<color alpha="47">
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</property>
<property name="channel" stdset="0">
<string notr="true">daq:l1:glstat</string>
</property>
</widget>
</widget> </widget>
</widget> </widget>
<customwidgets> <customwidgets>
...@@ -71,6 +107,11 @@ ...@@ -71,6 +107,11 @@
<extends>caLineEdit</extends> <extends>caLineEdit</extends>
<header>caTextEntry</header> <header>caTextEntry</header>
</customwidget> </customwidget>
<customwidget>
<class>caToggleButton</class>
<extends>QCheckBox</extends>
<header>caToggleButton</header>
</customwidget>
<customwidget> <customwidget>
<class>caLabel</class> <class>caLabel</class>
<extends>QLabel</extends> <extends>QLabel</extends>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment