Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="caStripPlot" name="castripplot">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>771</width>
<height>371</height>
</rect>
</property>
<property name="channels" stdset="0">
<string>pidaq2:adc:0;pidaq2:adc:1;pidaq2:adc:2;pidaq2:adc:3</string>
</property>
<property name="YaxisLimitsMax_1">
<double>5.000000000000000</double>
</property>
<property name="YaxisLimitsMax_2">
<double>5.000000000000000</double>
</property>
<property name="YaxisLimitsMax_3">
<double>5.000000000000000</double>
</property>
<property name="YaxisLimitsMax_4">
<double>5.000000000000000</double>
</property>
<property name="YaxisLimitsMax_5">
<double>5.000000000000000</double>
</property>
</widget>
<widget class="caApplyNumeric" name="caapplynumeric">
<property name="geometry">
<rect>
<x>20</x>
<y>460</y>
<width>160</width>
<height>70</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">pidaq2:setdac:0</string>
</property>
<property name="fixedFormat">
<bool>true</bool>
</property>
<property name="maxValue">
<double>5.000000000000000</double>
</property>
<property name="minValue">
<double>0.000000000000000</double>
</property>
</widget>
<widget class="caApplyNumeric" name="caapplynumeric_2">
<property name="geometry">
<rect>
<x>270</x>
<y>460</y>
<width>160</width>
<height>70</height>
</rect>
</property>
<property name="channel" stdset="0">
<string notr="true">pidaq2:setdac:1</string>
</property>
<property name="fixedFormat">
<bool>true</bool>
</property>
<property name="maxValue">
<double>5.000000000000000</double>
</property>
<property name="minValue">
<double>0.000000000000000</double>
</property>
</widget>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>QwtPlot</class>
<extends>QFrame</extends>
<header>qwt_plot.h</header>
</customwidget>
<customwidget>
<class>caApplyNumeric</class>
<extends>QWidget</extends>
<header>caApplyNumeric</header>
</customwidget>
<customwidget>
<class>caStripPlot</class>
<extends>QwtPlot</extends>
<header>caStripPlot</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>