<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ResultsWindow</class> <widget class="QWidget" name="ResultsWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="minimumSize"> <size> <width>400</width> <height>300</height> </size> </property> <property name="maximumSize"> <size> <width>400</width> <height>300</height> </size> </property> <property name="windowTitle"> <string>Results</string> </property> <widget class="QTextEdit" name="output"> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>380</width> <height>250</height> </rect> </property> </widget> <widget class="QPushButton" name="res_ok_but"> <property name="geometry"> <rect> <x>320</x> <y>270</y> <width>75</width> <height>24</height> </rect> </property> <property name="text"> <string>OK</string> </property> </widget> <widget class="QPushButton" name="res_save_but"> <property name="geometry"> <rect> <x>240</x> <y>270</y> <width>75</width> <height>24</height> </rect> </property> <property name="text"> <string>Save</string> </property> </widget> </widget> <tabstops> <tabstop>output</tabstop> <tabstop>res_save_but</tabstop> <tabstop>res_ok_but</tabstop> </tabstops> <resources/> <connections> <connection> <sender>res_ok_but</sender> <signal>clicked(bool)</signal> <receiver>ResultsWindow</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>357</x> <y>281</y> </hint> <hint type="destinationlabel"> <x>199</x> <y>149</y> </hint> </hints> </connection> </connections> </ui>