<ui version=“4.0”>
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>371</width>
<height>440</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>93</width>
<height>27</height>
</rect>
</property>
<property name="text">
<string>PushButton</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>140</x>
<y>20</y>
<width>104</width>
<height>84</height>
</rect>
</property>
</widget>
<widget class="Plot2d" name="plot2d">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>320</width>
<height>240</height>
</rect>
</property>
<property name="toolTip">
<string>ImageView</string>
</property>
<property name="whatsThis">
<string>Widget for displaying sonar data.</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>371</width>
<height>27</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<customwidgets>
<customwidget>
<class>Plot2d</class>
<extends>QWidget</extends>
<header>vtk/plot2d/Plot2d.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>