Labrador/Desktop_Interface/ui_files_desktop/mainwindow.ui

4507 lines
122 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1493</width>
<height>1346</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>EspoTek Labrador</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="sizeConstraint">
<enum>QLayout::SetMinAndMaxSize</enum>
</property>
<item>
<widget class="QCustomPlot" name="scopeAxes" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>320</width>
<height>240</height>
</size>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="realTimeButton">
<property name="text">
<string>Return to Real Time Display</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="cursorStatsLabel">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>48</height>
</size>
</property>
<property name="text">
<string>cursorStatsLabel</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="functionGenControl" name="controller_fg">
<property name="text">
<string>SALUTON MI ESTAS FUNCTION GENERATOR CONTROLLER</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="debugConsole"/>
</item>
<item>
<widget class="QSlider" name="timeBaseSlider">
<property name="minimum">
<number>-60</number>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="pageStep">
<number>10</number>
</property>
<property name="value">
<number>-20</number>
</property>
<property name="sliderPosition">
<number>-20</number>
</property>
<property name="tracking">
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>10</number>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="console1">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="console2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="deviceConnectedDisplay" name="deviceConnected">
<property name="text">
<string>Device Not Connected!</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<layout class="QVBoxLayout" name="verticalLayout_9">
<item>
<widget class="QGroupBox" name="scopeGroup_CH1">
<property name="title">
<string>Oscilloscope CH&amp;1</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<layout class="QVBoxLayout" name="verticalLayout_20">
<item>
<widget class="QCheckBox" name="pausedLabeL_CH1">
<property name="text">
<string>Paused</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="acCoupledLabel_CH1">
<property name="text">
<string>AC Coupled</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="filterLabel_CH1">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="doubleSampleLabel">
<property name="text">
<string>Double Sample Rate</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideCH1Box">
<property name="text">
<string>Hide</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_22">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Offset</string>
</property>
</widget>
</item>
<item>
<widget class="espoSpinBox" name="offsetSpinBox_CH1">
<property name="suffix">
<string>V</string>
</property>
<property name="decimals">
<number>2</number>
</property>
<property name="minimum">
<double>-20.000000000000000</double>
</property>
<property name="maximum">
<double>20.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Attenuation</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="attenuationComboBox_CH1">
<item>
<property name="text">
<string>1x</string>
</property>
</item>
<item>
<property name="text">
<string>5x</string>
</property>
</item>
<item>
<property name="text">
<string>10x</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_2">
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="voltageInfoMaxLabel_CH1">
<property name="text">
<string> Max</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLCDNumber" name="voltageInfoMaxDisplay_CH1">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="voltageInfoMinLabel_CH1">
<property name="text">
<string> Min</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLCDNumber" name="voltageInfoMinDisplay_CH1">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="VoltageInfoMeanLabel_CH1">
<property name="text">
<string> Mean</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="voltageInfoRmsLabel_CH1">
<property name="text">
<string> RMS</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLCDNumber" name="voltageInfoRmsDisplay_CH1">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLCDNumber" name="voltageInfoMeanDisplay_CH1">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_10">
<item>
<widget class="QGroupBox" name="scopeGroup_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Oscilloscope CH&amp;2</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<layout class="QVBoxLayout" name="verticalLayout_23">
<item>
<widget class="QCheckBox" name="pausedLabel_CH2">
<property name="text">
<string>Paused</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="acCoupledLabel_CH2">
<property name="text">
<string>AC Coupled</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="filterLabel_CH2">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="xyDisplayLabel">
<property name="text">
<string>X-Y Display</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideCH2Box">
<property name="text">
<string>Hide</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_24">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Offset</string>
</property>
</widget>
</item>
<item>
<widget class="espoSpinBox" name="offsetSpinBox_CH2">
<property name="suffix">
<string>V</string>
</property>
<property name="minimum">
<double>-20.000000000000000</double>
</property>
<property name="maximum">
<double>20.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Attenuation</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="attenuationComboBox_CH2">
<item>
<property name="text">
<string>1x</string>
</property>
</item>
<item>
<property name="text">
<string>5x</string>
</property>
</item>
<item>
<property name="text">
<string>10x</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout_3">
<property name="spacing">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="voltageInfoMaxLabel_CH2">
<property name="text">
<string> Max</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLCDNumber" name="voltageInfoMaxDisplay_CH2">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="voltageInfoMinLabel_CH2">
<property name="text">
<string> Min</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLCDNumber" name="voltageInfoMinDisplay_CH2">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="VoltageInfoMeanLabel_CH2">
<property name="text">
<string> Mean</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="voltageInfoRmsLabel_CH2">
<property name="text">
<string> RMS</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLCDNumber" name="voltageInfoRmsDisplay_CH2">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLCDNumber" name="voltageInfoMeanDisplay_CH2">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_25">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QGroupBox" name="cursorGroup">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Cursor</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_8">
<item>
<widget class="QCheckBox" name="cursorHoriCheck">
<property name="text">
<string>Horizontal</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cursorVertCheck">
<property name="text">
<string>Vertical</string>
</property>
</widget>
</item>
<item>
<widget class="cursorEnabler" name="makeCursorsNicer">
<property name="text">
<string>CURSOR ENABLER</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="triggerGroup">
<property name="enabled">
<bool>true</bool>
</property>
<property name="title">
<string>Trigger</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_14">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<layout class="QVBoxLayout" name="verticalLayout_27">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Source</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="triggerChannelSelect">
<item>
<property name="text">
<string>CH1 (Rising)</string>
</property>
</item>
<item>
<property name="text">
<string>CH1 (Falling)</string>
</property>
</item>
<item>
<property name="text">
<string>CH2 (Rising)</string>
</property>
</item>
<item>
<property name="text">
<string>CH2 (Falling)</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_26">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Level</string>
</property>
</widget>
</item>
<item>
<widget class="QDoubleSpinBox" name="triggerLevelValue">
<property name="minimum">
<double>-20.000000000000000</double>
</property>
<property name="maximum">
<double>20.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="singleShotCheckBox">
<property name="text">
<string>Single Shot</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QGroupBox" name="multimeterGroup">
<property name="enabled">
<bool>false</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Multimeter++</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<layout class="QVBoxLayout" name="verticalLayout_28">
<item>
<widget class="QCheckBox" name="multimeterPauseCheckBox">
<property name="text">
<string>Paused</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="multimeterModeLabel">
<property name="text">
<string>Mode</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="multimeterModeSelect">
<item>
<property name="text">
<string>V</string>
</property>
</item>
<item>
<property name="text">
<string>I</string>
</property>
</item>
<item>
<property name="text">
<string>R</string>
</property>
</item>
<item>
<property name="text">
<string>C</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="multimeterResistanceLabel">
<property name="text">
<string>Series Resistance</string>
</property>
</widget>
</item>
<item>
<widget class="espoSpinBox" name="multimeterResistanceSelect">
<property name="suffix">
<string>Ω</string>
</property>
<property name="decimals">
<number>0</number>
</property>
<property name="maximum">
<double>1000000.000000000000000</double>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="multimeterRLabel">
<property name="text">
<string>Source</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="multimeterRComboBox">
<item>
<property name="text">
<string>Signal Gen CH2</string>
</property>
</item>
<item>
<property name="text">
<string>Power Supply</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QLabel" name="multimeterMinLabel">
<property name="text">
<string> Min</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLCDNumber" name="multimeterMaxDisplay">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="digitCount">
<number>4</number>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="multimeterMaxLabel">
<property name="text">
<string> Max</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="multimeterMeanLabel">
<property name="text">
<string> Mean</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="multimeterRmsLabel">
<property name="text">
<string> RMS</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLCDNumber" name="multimeterMinDisplay">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="digitCount">
<number>4</number>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLCDNumber" name="multimeterMeanDisplay">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="digitCount">
<number>4</number>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLCDNumber" name="multimeterRmsDisplay">
<property name="minimumSize">
<size>
<width>0</width>
<height>24</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="digitCount">
<number>4</number>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QGroupBox" name="signalGenGroup_CH1">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Signal Gen CH1</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19">
<item>
<layout class="QGridLayout" name="gridLayout_5">
<item row="2" column="0">
<widget class="QLabel" name="frequencyLabel_CH1">
<property name="text">
<string>Frequency</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="espoSpinBox" name="amplitudeValue_CH1">
<property name="suffix">
<string>V</string>
</property>
<property name="maximum">
<double>9.600000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="espoSpinBox" name="frequencyValue_CH1">
<property name="suffix">
<string notr="true">Hz</string>
</property>
<property name="decimals">
<number>2</number>
</property>
<property name="minimum">
<double>0.000000000000000</double>
</property>
<property name="maximum">
<double>1000000.000000000000000</double>
</property>
<property name="singleStep">
<double>100.000000000000000</double>
</property>
<property name="value">
<double>1000.000000000000000</double>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="amplitudeLabel_CH1">
<property name="text">
<string>Amplitude</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="espoComboBox" name="waveformSelect_CH1"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="waveformLabel_CH1">
<property name="text">
<string>Waveform</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="dcOffsetLabel_CH1">
<property name="text">
<string>Offset</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="espoSpinBox" name="dcOffsetValue_CH1">
<property name="suffix">
<string>V</string>
</property>
<property name="maximum">
<double>9.600000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="signalGenGroup_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Signal Gen CH2</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_21">
<item>
<layout class="QGridLayout" name="gridLayout_6">
<item row="1" column="1">
<widget class="espoSpinBox" name="frequencyValue_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="suffix">
<string notr="true">Hz</string>
</property>
<property name="decimals">
<number>2</number>
</property>
<property name="maximum">
<double>1000000.000000000000000</double>
</property>
<property name="singleStep">
<double>100.000000000000000</double>
</property>
<property name="value">
<double>1000.000000000000000</double>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="amplitudeLabel_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Amplitude</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="waveformLabel_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Waveform</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="frequencyLabel_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Frequency</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="dcOffsetLabel_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Offset</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="espoSpinBox" name="amplitudeValue_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="suffix">
<string>V</string>
</property>
<property name="maximum">
<double>10.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="espoComboBox" name="waveformSelect_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="espoSpinBox" name="dcOffsetValue_CH2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="suffix">
<string>V</string>
</property>
<property name="maximum">
<double>10.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="isoDriver" name="controller_iso">
<property name="text">
<string>SALUTON MI ESTAS ISO DRIVER</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_18">
<item>
<widget class="QGroupBox" name="psuGroup">
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="title">
<string>PSU</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_15">
<item>
<widget class="espoSlider" name="psuSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="minimum">
<number>90</number>
</property>
<property name="maximum">
<number>240</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksBelow</enum>
</property>
<property name="tickInterval">
<number>20</number>
</property>
</widget>
</item>
<item>
<widget class="timedTickBox" name="lockPsuCheckBox">
<property name="text">
<string>Lock PSU</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="psuDisplay">
<property name="minimumSize">
<size>
<width>108</width>
<height>36</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>108</width>
<height>36</height>
</size>
</property>
<property name="smallDecimalPoint">
<bool>true</bool>
</property>
<property name="digitCount">
<number>4</number>
</property>
<property name="value" stdset="0">
<double>5.000000000000000</double>
</property>
<property name="intValue" stdset="0">
<number>5</number>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QGroupBox" name="busSifferGroup_CH1">
<property name="title">
<string>Logic Analy&amp;zer CH1</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
<widget class="QCheckBox" name="pause_LA">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Pause</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="serialDecodingCheck_CH1">
<property name="title">
<string>Serial Decoding</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="busSnifferGroup_CH2">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Logic Analyzer CH&amp;2</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_16">
<item>
<widget class="QGroupBox" name="serialDecodingCheck_CH2">
<property name="title">
<string>Serial Decoding</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_17">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="digitalOutputGroup">
<property name="title">
<string>Digital Output</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<item row="1" column="0">
<widget class="QCheckBox" name="digitalOutCheckbox_CH3">
<property name="text">
<string>Pin 3</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="digitalOutCheckbox_CH2">
<property name="text">
<string>Pin 2</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="digitalOutCheckbox_CH1">
<property name="text">
<string>Pin 1</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="digitalOutCheckbox_CH4">
<property name="text">
<string>Pin 4</string>
</property>
</widget>
</item>
</layout>
<zorder>digitalOutCheckbox_CH2</zorder>
<zorder>digitalOutCheckbox_CH1</zorder>
<zorder>digitalOutCheckbox_CH3</zorder>
<zorder>digitalOutCheckbox_CH4</zorder>
</widget>
</item>
<item>
<widget class="QPushButton" name="debugButton1">
<property name="text">
<string>Debug!</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="debugButton2">
<property name="text">
<string>ReinitUsb()</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="kickstartIsoButton">
<property name="text">
<string>kickstartIso()</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="debugButton3">
<property name="text">
<string>Jump to Bootloader</string>
</property>
</widget>
</item>
<item>
<widget class="bufferControl" name="bufferDisplay">
<property name="minimumSize">
<size>
<width>96</width>
<height>36</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>96</width>
<height>36</height>
</size>
</property>
<property name="text">
<string>BUFFER IMAGE HERE</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1493</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<widget class="QMenu" name="menuTake_Snapshot">
<property name="title">
<string>&amp;Take Snapshot</string>
</property>
<addaction name="actionSnapshot_CH1"/>
<addaction name="actionSnapshot_CH2"/>
</widget>
<widget class="QMenu" name="menuRecord">
<property name="title">
<string>&amp;Enable DAQ</string>
</property>
<addaction name="actionRecord_CH1"/>
<addaction name="actionRecord_CH2"/>
</widget>
<addaction name="actionDAQ_Settings"/>
<addaction name="menuRecord"/>
<addaction name="actionOpen_DAQ_File"/>
<addaction name="menuTake_Snapshot"/>
<addaction name="actionExportImage"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuMultimeter_2">
<property name="title">
<string>&amp;Multimeter</string>
</property>
<widget class="QMenu" name="menuV_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>172</width>
<height>130</height>
</rect>
</property>
<property name="title">
<string>&amp;Range (V)</string>
</property>
<addaction name="actionAutoV"/>
<addaction name="actionMV"/>
<addaction name="actionV"/>
</widget>
<widget class="QMenu" name="menuI_2">
<property name="title">
<string>Range (&amp;I)</string>
</property>
<addaction name="actionAutoI"/>
<addaction name="actionMA"/>
<addaction name="actionA"/>
</widget>
<widget class="QMenu" name="menuRange_R">
<property name="title">
<string>Ra&amp;nge (R)</string>
</property>
<addaction name="actionAutoR"/>
<addaction name="actionOhm"/>
<addaction name="actionKOhm"/>
</widget>
<widget class="QMenu" name="menuRange_C">
<property name="title">
<string>Range (&amp;C)</string>
</property>
<addaction name="actionAutoC"/>
<addaction name="actionNF"/>
<addaction name="action_F"/>
</widget>
<addaction name="separator"/>
<addaction name="menuV_2"/>
<addaction name="menuI_2"/>
<addaction name="menuRange_R"/>
<addaction name="menuRange_C"/>
<addaction name="separator"/>
<addaction name="actionHide_Widget_Multimeter"/>
</widget>
<widget class="QMenu" name="menuBus_Sniffer">
<property name="title">
<string>&amp;Logic Analyzer</string>
</property>
<widget class="QMenu" name="menuUART_1">
<property name="title">
<string>&amp;UART 1</string>
</property>
<widget class="QMenu" name="menuBaud_Rate">
<property name="title">
<string>&amp;Baud Rate</string>
</property>
<addaction name="action300"/>
<addaction name="action600"/>
<addaction name="action1200"/>
<addaction name="action2400"/>
<addaction name="action4800"/>
<addaction name="action9600"/>
<addaction name="action14400"/>
<addaction name="action19200"/>
<addaction name="action28800"/>
<addaction name="action38400"/>
<addaction name="action57600"/>
<addaction name="action115200"/>
</widget>
<widget class="QMenu" name="menuParity_Bit">
<property name="title">
<string>&amp;Parity Bit</string>
</property>
<addaction name="actionNone"/>
<addaction name="actionEven"/>
<addaction name="actionOdd"/>
</widget>
<widget class="QMenu" name="menuData_Bits">
<property name="title">
<string>&amp;Data Bits</string>
</property>
<addaction name="action8"/>
</widget>
<addaction name="menuBaud_Rate"/>
<addaction name="menuData_Bits"/>
<addaction name="menuParity_Bit"/>
<addaction name="actionHexDisplay"/>
</widget>
<widget class="QMenu" name="menuUART_2">
<property name="title">
<string>UART &amp;2</string>
</property>
<widget class="QMenu" name="menuBaud_Rate_2">
<property name="title">
<string>&amp;Baud Rate</string>
</property>
<addaction name="action300_2"/>
<addaction name="action600_2"/>
<addaction name="action1200_2"/>
<addaction name="action2400_2"/>
<addaction name="action4800_2"/>
<addaction name="action9600_2"/>
<addaction name="action14400_2"/>
<addaction name="action19200_2"/>
<addaction name="action28800_2"/>
<addaction name="action38400_2"/>
<addaction name="action57600_2"/>
<addaction name="action115200_2"/>
</widget>
<widget class="QMenu" name="menuData_Bits_2">
<property name="title">
<string>&amp;Data Bits</string>
</property>
<addaction name="action8_2"/>
</widget>
<widget class="QMenu" name="menuParity_Bit_2">
<property name="title">
<string>&amp;Parity Bit</string>
</property>
<addaction name="actionNone_2"/>
<addaction name="actionEven_2"/>
<addaction name="actionOdd_2"/>
</widget>
<addaction name="menuBaud_Rate_2"/>
<addaction name="menuData_Bits_2"/>
<addaction name="menuParity_Bit_2"/>
<addaction name="actionHexDisplay_2"/>
</widget>
<widget class="QMenu" name="menuProtocol">
<property name="title">
<string>&amp;Protocol</string>
</property>
<addaction name="actionSerial"/>
<addaction name="actionI2C"/>
</widget>
<addaction name="menuProtocol"/>
<addaction name="menuUART_1"/>
<addaction name="menuUART_2"/>
<addaction name="separator"/>
<addaction name="actionHide_Widget_LogicAnalyzer"/>
</widget>
<widget class="QMenu" name="menuPower_Supply">
<property name="title">
<string>Power S&amp;upply</string>
</property>
<addaction name="actionAuto_Lock"/>
<addaction name="actionCalibrate_2"/>
<addaction name="separator"/>
<addaction name="actionHide_Widget_PowerSupply"/>
</widget>
<widget class="QMenu" name="menuConnection_Type">
<property name="title">
<string>&amp;Connection Type</string>
</property>
<addaction name="actionLo_bw"/>
<addaction name="actionSingle_ep_msync"/>
<addaction name="actionSingle_ep_async"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionDocumentation"/>
<addaction name="actionPinout"/>
<addaction name="actionFirmware_Recovery"/>
<addaction name="actionAbout"/>
<addaction name="actionShow_Debug_Console"/>
</widget>
<widget class="QMenu" name="menuSignal_Generator">
<property name="title">
<string>Signal &amp;Generator</string>
</property>
<widget class="QMenu" name="menuOffset_Type">
<property name="title">
<string>&amp;Offset Type</string>
</property>
<addaction name="actionFrom_GND"/>
<addaction name="actionMean_Point_from_GND"/>
</widget>
<addaction name="menuOffset_Type"/>
<addaction name="separator"/>
<addaction name="actionHide_Widget_SignalGen"/>
</widget>
<widget class="QMenu" name="menuAccessibility">
<property name="title">
<string>Accessibility</string>
</property>
<addaction name="actionDark_Mode"/>
<widget class="QMenu" name="menuOscilloscope_2">
<property name="title">
<string>Oscilloscope</string>
</property>
<widget class="QMenu" name="menuGain_2">
<property name="title">
<string>&amp;Gain</string>
</property>
<addaction name="actionGainAuto"/>
<addaction name="actionGain0_5"/>
<addaction name="actionGain1"/>
<addaction name="actionGain2"/>
<addaction name="actionGain4"/>
<addaction name="actionGain8"/>
<addaction name="actionGain16"/>
<addaction name="actionGain32"/>
<addaction name="actionGain64"/>
</widget>
<widget class="noCloseMenu" name="menuCH1_Stats">
<property name="title">
<string>&amp;CH1 Stats</string>
</property>
<addaction name="actionMax"/>
<addaction name="actionMin"/>
<addaction name="actionMean"/>
<addaction name="actionRMS"/>
</widget>
<widget class="noCloseMenu" name="menuCH2_Stats">
<property name="title">
<string>C&amp;H2 Stats</string>
</property>
<addaction name="actionMax_2"/>
<addaction name="actionMin_2"/>
<addaction name="actionMean_2"/>
<addaction name="actionRMS_2"/>
</widget>
<widget class="QMenu" name="menuFrame_rate">
<property name="title">
<string>&amp;Frame rate</string>
</property>
<addaction name="action60FPS"/>
<addaction name="action30FPS"/>
<addaction name="action20FPS"/>
<addaction name="action15FPS"/>
<addaction name="action10FPS"/>
<addaction name="action5FPS"/>
</widget>
<widget class="QMenu" name="menuRange">
<property name="title">
<string>&amp;Range</string>
</property>
<addaction name="actionSnap_to_Cursors"/>
<addaction name="actionEnter_Manually"/>
</widget>
<addaction name="menuRange"/>
<addaction name="separator"/>
<addaction name="menuFrame_rate"/>
<addaction name="separator"/>
<addaction name="menuGain_2"/>
<addaction name="separator"/>
<addaction name="menuCH1_Stats"/>
<addaction name="menuCH2_Stats"/>
<addaction name="actionCursor_Stats"/>
<addaction name="separator"/>
<addaction name="actionCalibrate"/>
<addaction name="actionForce_Square"/>
<addaction name="actionAutomatically_Enable_Cursors"/>
<addaction name="actionShow_Range_Dialog_on_Main_Page"/>
<addaction name="separator"/>
<addaction name="actionHide_Widget_Oscilloscope"/>
<addaction name="actionFrequency_Spectrum"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuOscilloscope_2"/>
<addaction name="menuSignal_Generator"/>
<addaction name="menuMultimeter_2"/>
<addaction name="menuBus_Sniffer"/>
<addaction name="menuPower_Supply"/>
<addaction name="menuConnection_Type"/>
<addaction name="menuHelp"/>
<addaction name="menuAccessibility"/>
</widget>
<action name="actionGainAuto">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto</string>
</property>
</action>
<action name="actionGain0_5">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;0.5</string>
</property>
</action>
<action name="actionGain1">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;1</string>
</property>
</action>
<action name="actionGain2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;2</string>
</property>
</action>
<action name="actionGain4">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;4</string>
</property>
</action>
<action name="actionGain8">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;8</string>
</property>
</action>
<action name="actionGain16">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>16</string>
</property>
</action>
<action name="actionGain32">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;32</string>
</property>
</action>
<action name="actionGain64">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;64</string>
</property>
<property name="menuRole">
<enum>QAction::TextHeuristicRole</enum>
</property>
</action>
<action name="actionCalibrate">
<property name="text">
<string>Ca&amp;librate</string>
</property>
</action>
<action name="actionCursor_Stats">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>C&amp;ursor Stats</string>
</property>
</action>
<action name="actionMax">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Max</string>
</property>
</action>
<action name="actionMin">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>M&amp;in</string>
</property>
</action>
<action name="actionMean">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>M&amp;ean</string>
</property>
</action>
<action name="actionRMS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;RMS</string>
</property>
</action>
<action name="actionMax_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Max</string>
</property>
</action>
<action name="actionMin_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>M&amp;in</string>
</property>
</action>
<action name="actionMean_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>M&amp;ean</string>
</property>
</action>
<action name="actionRMS_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;RMS</string>
</property>
</action>
<action name="actionMV">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;mV</string>
</property>
</action>
<action name="actionV">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;V</string>
</property>
</action>
<action name="actionAutoV">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto</string>
</property>
</action>
<action name="actionAutoI">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto</string>
</property>
</action>
<action name="actionMA">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;mA</string>
</property>
</action>
<action name="actionA">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>A</string>
</property>
</action>
<action name="action300">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;300</string>
</property>
</action>
<action name="action600">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;600</string>
</property>
</action>
<action name="action1200">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;1200</string>
</property>
</action>
<action name="action2400">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;2400</string>
</property>
</action>
<action name="action4800">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;4800</string>
</property>
</action>
<action name="action9600">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;9600</string>
</property>
</action>
<action name="action14400">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>144&amp;00</string>
</property>
</action>
<action name="action19200">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>19200</string>
</property>
</action>
<action name="action28800">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>2&amp;8800</string>
</property>
</action>
<action name="action38400">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>38400</string>
</property>
</action>
<action name="action57600">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;57600</string>
</property>
</action>
<action name="action115200">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>115200</string>
</property>
</action>
<action name="action8">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;8</string>
</property>
</action>
<action name="actionNone">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;None</string>
</property>
</action>
<action name="action300_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;300</string>
</property>
</action>
<action name="action600_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;600</string>
</property>
</action>
<action name="action1200_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;1200</string>
</property>
</action>
<action name="action2400_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;2400</string>
</property>
</action>
<action name="action4800_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;4800</string>
</property>
</action>
<action name="action9600_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;9600</string>
</property>
</action>
<action name="action14400_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>144&amp;00</string>
</property>
</action>
<action name="action19200_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>19200</string>
</property>
</action>
<action name="action28800_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>2&amp;8800</string>
</property>
</action>
<action name="action38400_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>38400</string>
</property>
</action>
<action name="action57600_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;57600</string>
</property>
</action>
<action name="action115200_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>115200</string>
</property>
</action>
<action name="action8_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;8</string>
</property>
</action>
<action name="actionNone_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;None</string>
</property>
</action>
<action name="actionForce_Square">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Force Square &amp;Display (Not Officially Supported)</string>
</property>
</action>
<action name="actionAutomatically_Enable_Cursors">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Enable Cursors on Click</string>
</property>
</action>
<action name="action60FPS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;60FPS</string>
</property>
</action>
<action name="action30FPS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;30FPS</string>
</property>
</action>
<action name="action20FPS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;20FPS</string>
</property>
</action>
<action name="action15FPS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;15FPS</string>
</property>
</action>
<action name="action10FPS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>1&amp;0FPS</string>
</property>
</action>
<action name="action5FPS">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;5FPS</string>
</property>
</action>
<action name="actionAuto_Lock">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto Lock</string>
</property>
</action>
<action name="actionSnap_to_Cursors">
<property name="text">
<string>&amp;Snap to Cursors</string>
</property>
</action>
<action name="actionEnter_Manually">
<property name="text">
<string>&amp;Enter Manually</string>
</property>
</action>
<action name="actionAutoR">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto</string>
</property>
</action>
<action name="actionOhm">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Ω</string>
</property>
</action>
<action name="actionKOhm">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;</string>
</property>
</action>
<action name="actionAutoC">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Auto</string>
</property>
</action>
<action name="actionNF">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;nF</string>
</property>
</action>
<action name="action_F">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>μ&amp;F</string>
</property>
</action>
<action name="actionLo_bw">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;lo-bw</string>
</property>
</action>
<action name="actionSingle_ep_msync">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;single-ep-msync</string>
</property>
</action>
<action name="actionSingle_ep_async">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>single-&amp;ep-async</string>
</property>
</action>
<action name="actionExportImage">
<property name="text">
<string>&amp;Export Current View</string>
</property>
</action>
<action name="actionSnapshot_CH1">
<property name="text">
<string>&amp;CH1</string>
</property>
</action>
<action name="actionSnapshot_CH2">
<property name="text">
<string>C&amp;H2</string>
</property>
</action>
<action name="actionRecord_CH1">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;CH1</string>
</property>
</action>
<action name="actionRecord_CH2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>C&amp;H2</string>
</property>
</action>
<action name="actionFirmware_Recovery">
<property name="text">
<string>&amp;Firmware Recovery</string>
</property>
</action>
<action name="actionShow_Debug_Console">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Show Debug Console</string>
</property>
</action>
<action name="actionDAQ_Settings">
<property name="text">
<string>&amp;DAQ Settings</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>&amp;About</string>
</property>
</action>
<action name="actionOpen_DAQ_File">
<property name="text">
<string>DAQ &amp;Playback</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>&amp;Quit</string>
</property>
</action>
<action name="actionCalibrate_2">
<property name="text">
<string>&amp;Calibrate</string>
</property>
</action>
<action name="actionOffset_is_A0_from_Fourier_Series">
<property name="text">
<string>Offset is A0 from Fourier Series</string>
</property>
</action>
<action name="actionFrom_GND">
<property name="text">
<string>&amp;Lowest Point from GND</string>
</property>
</action>
<action name="actionMean_Point_from_GND">
<property name="text">
<string>&amp;Mean Point from GND</string>
</property>
</action>
<action name="actionSerial">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Serial</string>
</property>
</action>
<action name="actionI2C">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;I2C</string>
</property>
</action>
<action name="actionShow_Range_Dialog_on_Main_Page">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Show Range Dialog on Main Page</string>
</property>
</action>
<action name="actionEven">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Even</string>
</property>
</action>
<action name="actionOdd">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Odd</string>
</property>
</action>
<action name="actionEven_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Even</string>
</property>
</action>
<action name="actionOdd_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Odd</string>
</property>
</action>
<action name="actionPinout">
<property name="text">
<string>&amp;Pinout</string>
</property>
</action>
<action name="actionDocumentation">
<property name="text">
<string>&amp;Documentation</string>
</property>
</action>
<action name="actionHexDisplay">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hex Display</string>
</property>
</action>
<action name="actionHexDisplay_2">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hex Display</string>
</property>
</action>
<action name="actionHide_Widget_Oscilloscope">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide Widget</string>
</property>
</action>
<action name="actionHide_Widget_SignalGen">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide Widget</string>
</property>
</action>
<action name="actionHide_Widget_Multimeter">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide Widget</string>
</property>
</action>
<action name="actionHide_Widget_PowerSupply">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide Widget</string>
</property>
</action>
<action name="actionHide_Widget_LogicAnalyzer">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Hide Widget</string>
</property>
</action>
<action name="actionDark_Mode">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Dark Mode</string>
<action name="actionWidget">
<property name="text">
<string>Hide Widget</string>
</property>
</action>
<action name="actionFrequency_Spectrum">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="text">
<string>Frequency Spectrum</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QCustomPlot</class>
<extends>QWidget</extends>
<header>qcustomplot.h</header>
<container>1</container>
<slots>
<signal>mouseWheel(QWheelEvent*)</signal>
<signal>mouseRelease(QMouseEvent*)</signal>
<signal>mousePress(QMouseEvent*)</signal>
<signal>mouseMove(QMouseEvent*)</signal>
</slots>
</customwidget>
<customwidget>
<class>bufferControl</class>
<extends>QLabel</extends>
<header location="global">buffercontrol.h</header>
<slots>
<signal>scopeOut_CH1(bool)</signal>
<signal>scopeOut_CH2(bool)</signal>
<signal>scopeUncheck(bool)</signal>
<signal>signalGenOut(bool)</signal>
<signal>busSnifferOut_CH1(bool)</signal>
<signal>busSnifferOut_CH2(bool)</signal>
<signal>busSnifferUncheck(bool)</signal>
<signal>multimeterOut(bool)</signal>
<signal>scopeDsrOut(bool)</signal>
<signal>scopeDsrUncheck(bool)</signal>
<signal>updateDig(int)</signal>
<signal>modeChange(int)</signal>
<signal>setDSR(bool)</signal>
<slot>scopeIn_CH1(bool)</slot>
<slot>scopeIn_CH2(bool)</slot>
<slot>signalGenIn(bool)</slot>
<slot>busSnifferIn_CH1(bool)</slot>
<slot>busSnifferIn_CH2(bool)</slot>
<slot>multimeterIn(bool)</slot>
<slot>scopeDsrIn(bool)</slot>
<slot>digIn_CH1(bool)</slot>
<slot>digIn_CH2(bool)</slot>
<slot>digIn_CH3(bool)</slot>
<slot>digIn_CH4(bool)</slot>
</slots>
</customwidget>
<customwidget>
<class>espoSlider</class>
<extends>QSlider</extends>
<header location="global">esposlider.h</header>
<slots>
<signal>lcdOut(QString)</signal>
<signal>voltageChanged(double)</signal>
<slot>selfMoved(int)</slot>
</slots>
</customwidget>
<customwidget>
<class>espoSpinBox</class>
<extends>QDoubleSpinBox</extends>
<header location="global">espospinbox.h</header>
<slots>
<slot>maximumChanged(double)</slot>
<slot>setMax(double)</slot>
<slot>setMin(double)</slot>
<slot>changeStepping(double)</slot>
</slots>
</customwidget>
<customwidget>
<class>espoComboBox</class>
<extends>QComboBox</extends>
<header location="global">espocombobox.h</header>
</customwidget>
<customwidget>
<class>functionGenControl</class>
<extends>QLabel</extends>
<header location="global">functiongencontrol.h</header>
<slots>
<signal>functionGenToUpdate(int,functionGenControl*)</signal>
<signal>setMaxFreq_CH1(double)</signal>
<signal>setMinFreq_CH1(double)</signal>
<signal>setMaxFreq_CH2(double)</signal>
<signal>setMinFreq_CH2(double)</signal>
<slot>waveformName_CH1(QString)</slot>
<slot>waveformName_CH2(QString)</slot>
<slot>freqUpdate_CH1(double)</slot>
<slot>amplitudeUpdate_CH1(double)</slot>
<slot>offsetUpdate_CH1(double)</slot>
<slot>freqUpdate_CH2(double)</slot>
<slot>amplitudeUpdate_CH2(double)</slot>
<slot>offsetUpdate_CH2(double)</slot>
</slots>
</customwidget>
<customwidget>
<class>isoDriver</class>
<extends>QLabel</extends>
<header location="global">isodriver.h</header>
<slots>
<signal>setGain(double)</signal>
<signal>disableWindow(bool)</signal>
<signal>setCursorStatsVisible(bool)</signal>
<signal>sendCursorStatsText(QString)</signal>
<signal>singleShotTriggered(bool)</signal>
<signal>multimeterMax(double)</signal>
<signal>multimeterMin(double)</signal>
<signal>multimeterMean(double)</signal>
<signal>sendMultimeterLabel1(QString)</signal>
<signal>sendMultimeterLabel2(QString)</signal>
<signal>sendMultimeterLabel3(QString)</signal>
<signal>changeTimeAxis(bool)</signal>
<signal>sendTriggerValue(double)</signal>
<signal>sendVmax_CH1(double)</signal>
<signal>sendVmin_CH1(double)</signal>
<signal>sendVmean_CH1(double)</signal>
<signal>sendVmax_CH2(double)</signal>
<signal>sendVmin_CH2(double)</signal>
<signal>sendVmean_CH2(double)</signal>
<signal>multimeterREnabled(int)</signal>
<signal>multimeterRMS(double)</signal>
<signal>sendMultimeterLabel4(QString)</signal>
<slot>setWindow(int)</slot>
<slot>setVoltageRange(QWheelEvent*)</slot>
<slot>pauseEnable_CH1(bool)</slot>
<slot>pauseEnable_CH2(bool)</slot>
<slot>startTimer()</slot>
<slot>clearBuffers(bool,bool,bool)</slot>
<slot>setVisible_CH2(bool)</slot>
<slot>gainBuffers(double)</slot>
<slot>setAutoGain(bool)</slot>
<slot>graphMousePress(QMouseEvent*)</slot>
<slot>graphMouseRelease(QMouseEvent*)</slot>
<slot>cursorEnableHori(bool)</slot>
<slot>cursorEnableVert(bool)</slot>
<slot>graphMouseMove(QMouseEvent*)</slot>
<slot>setTriggerEnabled(bool)</slot>
<slot>setTriggerLevel(double)</slot>
<slot>setSingleShotEnabled(bool)</slot>
<slot>setTriggerMode(int)</slot>
<slot>setAC_CH1(bool)</slot>
<slot>setAC_CH2(bool)</slot>
<slot>setMultimeterType(int)</slot>
<slot>setSeriesResistance(double)</slot>
<slot>enableMM()</slot>
<slot>setSerialDecodeEnabled_CH1(bool)</slot>
<slot>setSerialDecodeEnabled_CH2(bool)</slot>
<slot>setXYmode(bool)</slot>
<slot>triggerGroupStateChange(bool)</slot>
<slot>pauseEnable_multimeter(bool)</slot>
<slot>timerTick()</slot>
<slot>rSourceChanged(int)</slot>
</slots>
</customwidget>
<customwidget>
<class>noCloseMenu</class>
<extends>QMenu</extends>
<header location="global">noclosemenu.h</header>
</customwidget>
<customwidget>
<class>cursorEnabler</class>
<extends>QLabel</extends>
<header location="global">cursorenabler.h</header>
<slots>
<signal>tickHori(bool)</signal>
<signal>tickVert(bool)</signal>
<signal>passOnSignal(QMouseEvent*)</signal>
<slot>clickDetected(QMouseEvent*)</slot>
<slot>setTurnedOn(bool)</slot>
</slots>
</customwidget>
<customwidget>
<class>deviceConnectedDisplay</class>
<extends>QLabel</extends>
<header location="global">deviceconnecteddisplay.h</header>
<slots>
<slot>connectedStatusChanged(bool)</slot>
</slots>
</customwidget>
<customwidget>
<class>timedTickBox</class>
<extends>QCheckBox</extends>
<header location="global">timedtickbox.h</header>
<slots>
<slot>resetTimer()</slot>
</slots>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>scopeGroup_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>scopeIn_CH1(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1082</x>
<y>176</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>scopeGroup_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>scopeIn_CH2(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1249</x>
<y>176</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>signalGenGroup_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>signalGenIn(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1250</x>
<y>853</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>busSnifferOut_CH2(bool)</signal>
<receiver>busSnifferGroup_CH2</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1431</x>
<y>591</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>signalGenOut(bool)</signal>
<receiver>signalGenGroup_CH2</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1250</x>
<y>853</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>scopeOut_CH1(bool)</signal>
<receiver>scopeGroup_CH1</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1082</x>
<y>176</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>scopeOut_CH2(bool)</signal>
<receiver>scopeGroup_CH2</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1249</x>
<y>176</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>busSnifferUncheck(bool)</signal>
<receiver>busSnifferGroup_CH2</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1431</x>
<y>591</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>scopeUncheck(bool)</signal>
<receiver>scopeGroup_CH2</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1249</x>
<y>176</y>
</hint>
</hints>
</connection>
<connection>
<sender>doubleSampleLabel</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>scopeDsrIn(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>153</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>scopeDsrUncheck(bool)</signal>
<receiver>doubleSampleLabel</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>153</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>scopeDsrOut(bool)</signal>
<receiver>doubleSampleLabel</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>153</y>
</hint>
</hints>
</connection>
<connection>
<sender>psuSlider</sender>
<signal>valueChanged(int)</signal>
<receiver>psuSlider</receiver>
<slot>selfMoved(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1290</x>
<y>308</y>
</hint>
<hint type="destinationlabel">
<x>1290</x>
<y>308</y>
</hint>
</hints>
</connection>
<connection>
<sender>psuSlider</sender>
<signal>lcdOut(QString)</signal>
<receiver>psuDisplay</receiver>
<slot>display(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1290</x>
<y>308</y>
</hint>
<hint type="destinationlabel">
<x>1375</x>
<y>378</y>
</hint>
</hints>
</connection>
<connection>
<sender>amplitudeValue_CH1</sender>
<signal>valueChanged(double)</signal>
<receiver>dcOffsetValue_CH1</receiver>
<slot>maximumChanged(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>795</y>
</hint>
<hint type="destinationlabel">
<x>1071</x>
<y>845</y>
</hint>
</hints>
</connection>
<connection>
<sender>amplitudeValue_CH2</sender>
<signal>valueChanged(double)</signal>
<receiver>dcOffsetValue_CH2</receiver>
<slot>maximumChanged(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>795</y>
</hint>
<hint type="destinationlabel">
<x>1242</x>
<y>845</y>
</hint>
</hints>
</connection>
<connection>
<sender>dcOffsetValue_CH1</sender>
<signal>valueChanged(double)</signal>
<receiver>amplitudeValue_CH1</receiver>
<slot>maximumChanged(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>845</y>
</hint>
<hint type="destinationlabel">
<x>1071</x>
<y>795</y>
</hint>
</hints>
</connection>
<connection>
<sender>dcOffsetValue_CH2</sender>
<signal>valueChanged(double)</signal>
<receiver>amplitudeValue_CH2</receiver>
<slot>maximumChanged(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>845</y>
</hint>
<hint type="destinationlabel">
<x>1242</x>
<y>795</y>
</hint>
</hints>
</connection>
<connection>
<sender>waveformSelect_CH1</sender>
<signal>currentTextChanged(QString)</signal>
<receiver>controller_fg</receiver>
<slot>waveformName_CH1(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>695</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>waveformSelect_CH2</sender>
<signal>currentTextChanged(QString)</signal>
<receiver>controller_fg</receiver>
<slot>waveformName_CH2(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>695</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>amplitudeValue_CH1</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_fg</receiver>
<slot>amplitudeUpdate_CH1(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>795</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>dcOffsetValue_CH1</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_fg</receiver>
<slot>offsetUpdate_CH1(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>845</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>busSnifferOut_CH1(bool)</signal>
<receiver>busSifferGroup_CH1</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1431</x>
<y>503</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>busSnifferOut_CH2(bool)</signal>
<receiver>busSnifferGroup_CH2</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1431</x>
<y>591</y>
</hint>
</hints>
</connection>
<connection>
<sender>busSifferGroup_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>busSnifferIn_CH1(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1431</x>
<y>503</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>busSnifferGroup_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>busSnifferIn_CH2(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1431</x>
<y>591</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>digitalOutCheckbox_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>digIn_CH1(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1343</x>
<y>653</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>digitalOutCheckbox_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>digIn_CH2(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>653</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>digitalOutCheckbox_CH3</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>digIn_CH3(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1343</x>
<y>681</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>digitalOutCheckbox_CH4</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>digIn_CH4(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>681</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>amplitudeValue_CH2</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_fg</receiver>
<slot>amplitudeUpdate_CH2(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>795</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>dcOffsetValue_CH2</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_fg</receiver>
<slot>offsetUpdate_CH2(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>845</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>timeBaseSlider</sender>
<signal>valueChanged(int)</signal>
<receiver>controller_iso</receiver>
<slot>setWindow(int)</slot>
<hints>
<hint type="sourcelabel">
<x>441</x>
<y>559</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>scopeAxes</sender>
<signal>mouseWheel(QWheelEvent*)</signal>
<receiver>controller_iso</receiver>
<slot>setVoltageRange(QWheelEvent*)</slot>
<hints>
<hint type="sourcelabel">
<x>499</x>
<y>276</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>pausedLabeL_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>pauseEnable_CH1(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>pausedLabel_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>pauseEnable_CH2(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>pausedLabeL_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>pausedLabel_CH2</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>1241</x>
<y>108</y>
</hint>
</hints>
</connection>
<connection>
<sender>pausedLabel_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>pausedLabeL_CH1</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>108</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>disableWindow(bool)</signal>
<receiver>MainWindow</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1023</x>
<y>226</y>
</hint>
</hints>
</connection>
<connection>
<sender>scopeAxes</sender>
<signal>mouseRelease(QMouseEvent*)</signal>
<receiver>controller_iso</receiver>
<slot>graphMouseRelease(QMouseEvent*)</slot>
<hints>
<hint type="sourcelabel">
<x>371</x>
<y>276</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>cursorHoriCheck</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>cursorEnableHori(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>237</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>cursorVertCheck</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>cursorEnableVert(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>264</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>scopeAxes</sender>
<signal>mouseMove(QMouseEvent*)</signal>
<receiver>controller_iso</receiver>
<slot>graphMouseMove(QMouseEvent*)</slot>
<hints>
<hint type="sourcelabel">
<x>458</x>
<y>276</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>setCursorStatsVisible(bool)</signal>
<receiver>cursorStatsLabel</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>340</y>
</hint>
</hints>
</connection>
<connection>
<sender>lockPsuCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>psuSlider</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1424</x>
<y>336</y>
</hint>
<hint type="destinationlabel">
<x>1290</x>
<y>308</y>
</hint>
</hints>
</connection>
<connection>
<sender>triggerGroup</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setTriggerEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1249</x>
<y>296</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>triggerLevelValue</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_iso</receiver>
<slot>setTriggerLevel(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>263</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>singleShotTriggered(bool)</signal>
<receiver>pausedLabeL_CH1</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>108</y>
</hint>
</hints>
</connection>
<connection>
<sender>singleShotCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setSingleShotEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>288</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>triggerChannelSelect</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>controller_iso</receiver>
<slot>setTriggerMode(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>238</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>acCoupledLabel_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setAC_CH1(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>123</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>acCoupledLabel_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setAC_CH2(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>123</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterGroup</sender>
<signal>toggled(bool)</signal>
<receiver>bufferDisplay</receiver>
<slot>multimeterIn(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>604</y>
</hint>
<hint type="destinationlabel">
<x>1356</x>
<y>891</y>
</hint>
</hints>
</connection>
<connection>
<sender>bufferDisplay</sender>
<signal>multimeterOut(bool)</signal>
<receiver>multimeterGroup</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1356</x>
<y>891</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>604</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterModeSelect</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>controller_iso</receiver>
<slot>setMultimeterType(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1079</x>
<y>453</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterResistanceSelect</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_iso</receiver>
<slot>setSeriesResistance(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1079</x>
<y>568</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>serialDecodingCheck_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setSerialDecodeEnabled_CH1(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>495</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>serialDecodingCheck_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setSerialDecodeEnabled_CH2(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>583</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>serialDecodingCheck_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>console1</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>495</y>
</hint>
<hint type="destinationlabel">
<x>401</x>
<y>726</y>
</hint>
</hints>
</connection>
<connection>
<sender>serialDecodingCheck_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>console2</receiver>
<slot>setVisible(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>583</y>
</hint>
<hint type="destinationlabel">
<x>498</x>
<y>889</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>changeTimeAxis(bool)</signal>
<receiver>MainWindow</receiver>
<slot>timeBaseNeedsChanging(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>800</x>
<y>696</y>
</hint>
</hints>
</connection>
<connection>
<sender>xyDisplayLabel</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>setXYmode(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1241</x>
<y>153</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>busSnifferGroup_CH2</sender>
<signal>toggled(bool)</signal>
<receiver>signalGenGroup_CH2</receiver>
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1431</x>
<y>591</y>
</hint>
<hint type="destinationlabel">
<x>1250</x>
<y>853</y>
</hint>
</hints>
</connection>
<connection>
<sender>scopeAxes</sender>
<signal>mousePress(QMouseEvent*)</signal>
<receiver>makeCursorsNicer</receiver>
<slot>clickDetected(QMouseEvent*)</slot>
<hints>
<hint type="sourcelabel">
<x>597</x>
<y>276</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>288</y>
</hint>
</hints>
</connection>
<connection>
<sender>makeCursorsNicer</sender>
<signal>tickHori(bool)</signal>
<receiver>cursorHoriCheck</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>288</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>237</y>
</hint>
</hints>
</connection>
<connection>
<sender>makeCursorsNicer</sender>
<signal>tickVert(bool)</signal>
<receiver>cursorVertCheck</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>288</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>264</y>
</hint>
</hints>
</connection>
<connection>
<sender>makeCursorsNicer</sender>
<signal>passOnSignal(QMouseEvent*)</signal>
<receiver>controller_iso</receiver>
<slot>graphMousePress(QMouseEvent*)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>288</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendTriggerValue(double)</signal>
<receiver>triggerLevelValue</receiver>
<slot>setValue(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1241</x>
<y>263</y>
</hint>
</hints>
</connection>
<connection>
<sender>triggerGroup</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>triggerGroupStateChange(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1249</x>
<y>296</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>disableWindow(bool)</signal>
<receiver>deviceConnected</receiver>
<slot>connectedStatusChanged(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>54</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterPauseCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>controller_iso</receiver>
<slot>pauseEnable_multimeter(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1079</x>
<y>596</y>
</hint>
<hint type="destinationlabel">
<x>1251</x>
<y>892</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendVmax_CH1(double)</signal>
<receiver>voltageInfoMaxDisplay_CH1</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1073</x>
<y>184</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendVmin_CH1(double)</signal>
<receiver>voltageInfoMinDisplay_CH1</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1073</x>
<y>186</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendVmean_CH1(double)</signal>
<receiver>voltageInfoMeanDisplay_CH1</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1073</x>
<y>188</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendVmax_CH2(double)</signal>
<receiver>voltageInfoMaxDisplay_CH2</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1240</x>
<y>184</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendVmin_CH2(double)</signal>
<receiver>voltageInfoMinDisplay_CH2</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1240</x>
<y>186</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendVmean_CH2(double)</signal>
<receiver>voltageInfoMeanDisplay_CH2</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1240</x>
<y>188</y>
</hint>
</hints>
</connection>
<connection>
<sender>lockPsuCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>lockPsuCheckBox</receiver>
<slot>resetTimer(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1424</x>
<y>336</y>
</hint>
<hint type="destinationlabel">
<x>1424</x>
<y>336</y>
</hint>
</hints>
</connection>
<connection>
<sender>lockPsuCheckBox</sender>
<signal>toggled(bool)</signal>
<receiver>lockPsuCheckBox</receiver>
<slot>resetTimer()</slot>
<hints>
<hint type="sourcelabel">
<x>1424</x>
<y>336</y>
</hint>
<hint type="destinationlabel">
<x>1424</x>
<y>336</y>
</hint>
</hints>
</connection>
<connection>
<sender>psuSlider</sender>
<signal>sliderMoved(int)</signal>
<receiver>lockPsuCheckBox</receiver>
<slot>resetTimer()</slot>
<hints>
<hint type="sourcelabel">
<x>1290</x>
<y>292</y>
</hint>
<hint type="destinationlabel">
<x>1424</x>
<y>336</y>
</hint>
</hints>
</connection>
<connection>
<sender>pause_LA</sender>
<signal>toggled(bool)</signal>
<receiver>pausedLabeL_CH1</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1423</x>
<y>451</y>
</hint>
<hint type="destinationlabel">
<x>1074</x>
<y>108</y>
</hint>
</hints>
</connection>
<connection>
<sender>pausedLabeL_CH1</sender>
<signal>toggled(bool)</signal>
<receiver>pause_LA</receiver>
<slot>setChecked(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1074</x>
<y>108</y>
</hint>
<hint type="destinationlabel">
<x>1423</x>
<y>451</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_fg</sender>
<signal>setMaxFreq_CH2(double)</signal>
<receiver>frequencyValue_CH2</receiver>
<slot>setMax(double)</slot>
<hints>
<hint type="sourcelabel">
<x>904</x>
<y>364</y>
</hint>
<hint type="destinationlabel">
<x>1242</x>
<y>745</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_fg</sender>
<signal>setMinFreq_CH2(double)</signal>
<receiver>frequencyValue_CH2</receiver>
<slot>setMin(double)</slot>
<hints>
<hint type="sourcelabel">
<x>904</x>
<y>364</y>
</hint>
<hint type="destinationlabel">
<x>1242</x>
<y>745</y>
</hint>
</hints>
</connection>
<connection>
<sender>frequencyValue_CH2</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_fg</receiver>
<slot>freqUpdate_CH2(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>745</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>frequencyValue_CH1</sender>
<signal>valueChanged(double)</signal>
<receiver>controller_fg</receiver>
<slot>freqUpdate_CH1(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>745</y>
</hint>
<hint type="destinationlabel">
<x>904</x>
<y>364</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_fg</sender>
<signal>setMaxFreq_CH1(double)</signal>
<receiver>frequencyValue_CH1</receiver>
<slot>setMax(double)</slot>
<hints>
<hint type="sourcelabel">
<x>904</x>
<y>364</y>
</hint>
<hint type="destinationlabel">
<x>1071</x>
<y>745</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_fg</sender>
<signal>setMinFreq_CH1(double)</signal>
<receiver>frequencyValue_CH1</receiver>
<slot>setMin(double)</slot>
<hints>
<hint type="sourcelabel">
<x>904</x>
<y>364</y>
</hint>
<hint type="destinationlabel">
<x>1071</x>
<y>745</y>
</hint>
</hints>
</connection>
<connection>
<sender>frequencyValue_CH1</sender>
<signal>valueChanged(double)</signal>
<receiver>frequencyValue_CH1</receiver>
<slot>changeStepping(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1071</x>
<y>745</y>
</hint>
<hint type="destinationlabel">
<x>1071</x>
<y>745</y>
</hint>
</hints>
</connection>
<connection>
<sender>frequencyValue_CH2</sender>
<signal>valueChanged(double)</signal>
<receiver>frequencyValue_CH2</receiver>
<slot>changeStepping(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1242</x>
<y>745</y>
</hint>
<hint type="destinationlabel">
<x>1242</x>
<y>745</y>
</hint>
</hints>
</connection>
<connection>
<sender>debugButton2</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>reinitUsb()</slot>
<hints>
<hint type="sourcelabel">
<x>1431</x>
<y>769</y>
</hint>
<hint type="destinationlabel">
<x>682</x>
<y>738</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterRComboBox</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>MainWindow</receiver>
<slot>rSourceIndexChanged(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1079</x>
<y>511</y>
</hint>
<hint type="destinationlabel">
<x>1025</x>
<y>616</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>multimeterREnabled(int)</signal>
<receiver>MainWindow</receiver>
<slot>rSourceIndexChanged(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1040</x>
<y>881</y>
</hint>
<hint type="destinationlabel">
<x>1095</x>
<y>621</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterRComboBox</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>controller_iso</receiver>
<slot>rSourceChanged(int)</slot>
<hints>
<hint type="sourcelabel">
<x>1079</x>
<y>511</y>
</hint>
<hint type="destinationlabel">
<x>1095</x>
<y>879</y>
</hint>
</hints>
</connection>
<connection>
<sender>multimeterGroup</sender>
<signal>toggled(bool)</signal>
<receiver>MainWindow</receiver>
<slot>multimeterStateChange(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>1032</x>
<y>418</y>
</hint>
<hint type="destinationlabel">
<x>1034</x>
<y>388</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>multimeterRMS(double)</signal>
<receiver>multimeterRmsDisplay</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1189</x>
<y>877</y>
</hint>
<hint type="destinationlabel">
<x>1179</x>
<y>499</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendMultimeterLabel1(QString)</signal>
<receiver>multimeterMaxLabel</receiver>
<slot>setText(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1124</x>
<y>427</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendMultimeterLabel3(QString)</signal>
<receiver>multimeterMeanLabel</receiver>
<slot>setText(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1124</x>
<y>475</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>multimeterMax(double)</signal>
<receiver>multimeterMaxDisplay</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1179</x>
<y>427</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>multimeterMean(double)</signal>
<receiver>multimeterMeanDisplay</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1179</x>
<y>475</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendMultimeterLabel2(QString)</signal>
<receiver>multimeterMinLabel</receiver>
<slot>setText(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1124</x>
<y>451</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>sendMultimeterLabel4(QString)</signal>
<receiver>multimeterRmsLabel</receiver>
<slot>setText(QString)</slot>
<hints>
<hint type="sourcelabel">
<x>1117</x>
<y>882</y>
</hint>
<hint type="destinationlabel">
<x>1124</x>
<y>499</y>
</hint>
</hints>
</connection>
<connection>
<sender>controller_iso</sender>
<signal>multimeterMin(double)</signal>
<receiver>multimeterMinDisplay</receiver>
<slot>display(double)</slot>
<hints>
<hint type="sourcelabel">
<x>1251</x>
<y>892</y>
</hint>
<hint type="destinationlabel">
<x>1179</x>
<y>451</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>timeBaseNeedsChanging(bool)</slot>
<slot>reinitUsb()</slot>
<slot>rSourceIndexChanged(int)</slot>
<slot>multimeterStateChange(bool)</slot>
</slots>
</ui>