Indicate loading, refresh info on tap
[evehomescreen] / src / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>394</width>
10     <height>236</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QPushButton" name="fetchButton">
18     <property name="geometry">
19      <rect>
20       <x>280</x>
21       <y>150</y>
22       <width>90</width>
23       <height>22</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string>Fetch!</string>
28     </property>
29    </widget>
30    <widget class="QLabel" name="iconLabel">
31     <property name="geometry">
32      <rect>
33       <x>80</x>
34       <y>60</y>
35       <width>70</width>
36       <height>70</height>
37      </rect>
38     </property>
39     <property name="text">
40      <string>TextLabel</string>
41     </property>
42    </widget>
43    <widget class="QLabel" name="trainingLabel">
44     <property name="geometry">
45      <rect>
46       <x>10</x>
47       <y>150</y>
48       <width>221</width>
49       <height>20</height>
50      </rect>
51     </property>
52     <property name="text">
53      <string/>
54     </property>
55     <property name="alignment">
56      <set>Qt::AlignCenter</set>
57     </property>
58    </widget>
59   </widget>
60   <widget class="QMenuBar" name="menubar">
61    <property name="geometry">
62     <rect>
63      <x>0</x>
64      <y>0</y>
65      <width>394</width>
66      <height>20</height>
67     </rect>
68    </property>
69   </widget>
70   <widget class="QStatusBar" name="statusbar"/>
71  </widget>
72  <resources/>
73  <connections/>
74 </ui>