dts-py-app/MainWindow.ui

217 lines
5.0 KiB
Plaintext
Raw Normal View History

2024-04-24 02:24:33 +00:00
<?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>1251</width>
<height>650</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="PlotWidget" name="graphWidget1" native="true">
<property name="geometry">
<rect>
<x>150</x>
<y>40</y>
<width>1061</width>
<height>561</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pb_Start1">
<property name="geometry">
<rect>
<x>20</x>
<y>440</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Start</string>
</property>
</widget>
<widget class="QPushButton" name="pb_Stop1">
<property name="geometry">
<rect>
<x>20</x>
<y>470</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Stop</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_EnableDelayValue">
<property name="geometry">
<rect>
<x>20</x>
<y>100</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Enable Delay </string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_EnableDelaySet">
<property name="geometry">
<rect>
<x>20</x>
<y>130</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>set</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_AverageStepSet">
<property name="geometry">
<rect>
<x>20</x>
<y>230</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>set</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>180</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Average</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_SampleRangeSet">
<property name="geometry">
<rect>
<x>20</x>
<y>330</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>set</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SampleRangeValue">
<property name="geometry">
<rect>
<x>20</x>
<y>300</y>
<width>113</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>20</x>
<y>280</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sample Range</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_AverageStepVal">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>94</width>
<height>22</height>
</rect>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_TriggerCount">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>390</y>
<width>113</width>
<height>21</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>20</x>
<y>370</y>
<width>101</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Trigger Count</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1251</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>PlotWidget</class>
<extends>QWidget</extends>
<header>pyqtgraph</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>