-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoo_spec_optimizer.ui
More file actions
114 lines (114 loc) · 3.17 KB
/
oo_spec_optimizer.ui
File metadata and controls
114 lines (114 loc) · 3.17 KB
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
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PowerMeterOptmizerWindow</class>
<widget class="QMainWindow" name="PowerMeterOptmizerWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Power Meter Optimizer</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
<item>
<widget class="QGroupBox" name="control_groupBox">
<property name="title">
<string>Ocean Optics Optimizer Control</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="6" column="0">
<widget class="QLabel" name="power_readout_label">
<property name="font">
<font>
<pointsize>24</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Summed Spectrum</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="start_pushButton">
<property name="text">
<string>Start</string>
</property>
</widget>
</item>
<item row="2" column="0" rowspan="3">
<widget class="QDoubleSpinBox" name="power_readout_doubleSpinBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>60</height>
</size>
</property>
<property name="font">
<font>
<pointsize>24</pointsize>
</font>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="interrupt_pushButton">
<property name="text">
<string>Interrupt</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="reset_pushButton">
<property name="text">
<string>Reset</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QCheckBox" name="save_data_checkBox">
<property name="text">
<string>Save Data</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="plot_groupBox">
<property name="title">
<string>Plot</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2"/>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>