1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StarHopperDialog</class>
4 <widget class="QDialog" name="StarHopperDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>348</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Star-Hopper Results</string>
15  </property>
16  <widget class="QListWidget" name="listWidget">
17   <property name="geometry">
18    <rect>
19     <x>20</x>
20     <y>20</y>
21     <width>361</width>
22     <height>211</height>
23    </rect>
24   </property>
25  </widget>
26  <widget class="QWidget" name="horizontalWidget" native="true">
27   <property name="geometry">
28    <rect>
29     <x>40</x>
30     <y>290</y>
31     <width>321</width>
32     <height>61</height>
33    </rect>
34   </property>
35   <layout class="QHBoxLayout" name="horizontalLayout">
36    <item>
37     <widget class="QPushButton" name="DetailsButton">
38      <property name="text">
39       <string>Details</string>
40      </property>
41     </widget>
42    </item>
43    <item>
44     <widget class="QPushButton" name="GotoButton">
45      <property name="text">
46       <string>Center</string>
47      </property>
48     </widget>
49    </item>
50    <item>
51     <widget class="QPushButton" name="NextButton">
52      <property name="text">
53       <string>Next</string>
54      </property>
55     </widget>
56    </item>
57   </layout>
58  </widget>
59  <widget class="QLabel" name="directionsLabel">
60   <property name="geometry">
61    <rect>
62     <x>20</x>
63     <y>240</y>
64     <width>361</width>
65     <height>51</height>
66    </rect>
67   </property>
68   <property name="text">
69    <string/>
70   </property>
71  </widget>
72  <zorder>directionsLabel</zorder>
73  <zorder>horizontalWidget</zorder>
74  <zorder>listWidget</zorder>
75 </widget>
76 <layoutdefault spacing="6" margin="11"/>
77 <resources/>
78 <connections/>
79</ui>
80