<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DevStatusWindow</class> <widget class="QWidget" name="DevStatusWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>600</height> </rect> </property> <property name="windowTitle"> <string>DevStatusWindow</string> </property> <widget class="QPushButton" name="sigGenButt"> <property name="geometry"> <rect> <x>50</x> <y>50</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock SignalGenerator</string> </property> </widget> <widget class="QPushButton" name="freqTunButt"> <property name="geometry"> <rect> <x>270</x> <y>50</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock FrequencyTuning</string> </property> </widget> <widget class="QPushButton" name="bctButt"> <property name="geometry"> <rect> <x>490</x> <y>50</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock BCodeTerminal</string> </property> </widget> <widget class="QPushButton" name="tmSwiButt"> <property name="geometry"> <rect> <x>50</x> <y>120</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock TimeSwitcher</string> </property> </widget> <widget class="QPushButton" name="freqSwiButt"> <property name="geometry"> <rect> <x>270</x> <y>120</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock FreqSwitcher</string> </property> </widget> <widget class="QPushButton" name="tmRepButt"> <property name="geometry"> <rect> <x>50</x> <y>190</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock TimeReplicator</string> </property> </widget> <widget class="QPushButton" name="freqRepButt"> <property name="geometry"> <rect> <x>270</x> <y>190</y> <width>180</width> <height>40</height> </rect> </property> <property name="text"> <string>Mock FreqReplicator</string> </property> </widget> </widget> <resources/> <connections/> </ui>