Initial Commit
[HECS.git] / gui / startscreen.ui
blob8c8e47926b34b7ce30c25d7611cee7191d234577
1 <ui version="4.0" >
2  <class>StartScreen</class>
3  <widget class="QDialog" name="StartScreen" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>610</width>
9     <height>570</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <widget class="QWidget" name="layoutWidget" >
16    <property name="geometry" >
17     <rect>
18      <x>0</x>
19      <y>0</y>
20      <width>2</width>
21      <height>2</height>
22     </rect>
23    </property>
24    <layout class="QHBoxLayout" name="horizontalLayout" />
25   </widget>
26   <widget class="QLabel" name="label" >
27    <property name="geometry" >
28     <rect>
29      <x>9</x>
30      <y>9</y>
31      <width>381</width>
32      <height>413</height>
33     </rect>
34    </property>
35    <property name="text" >
36     <string/>
37    </property>
38    <property name="pixmap" >
39     <pixmap resource="../icons/hecsIconRes.qrc" >:/Icons/logo_hecs_gradient_crop.png</pixmap>
40    </property>
41    <property name="scaledContents" >
42     <bool>true</bool>
43    </property>
44   </widget>
45   <widget class="QPushButton" name="startAppButton" >
46    <property name="geometry" >
47     <rect>
48      <x>30</x>
49      <y>490</y>
50      <width>162</width>
51      <height>58</height>
52     </rect>
53    </property>
54    <property name="text" >
55     <string/>
56    </property>
57    <property name="icon" >
58     <iconset resource="../icons/hecsIconRes.qrc" >
59      <normaloff>:/Icons/startbutton_148px.png</normaloff>:/Icons/startbutton_148px.png</iconset>
60    </property>
61    <property name="iconSize" >
62     <size>
63      <width>148</width>
64      <height>50</height>
65     </size>
66    </property>
67   </widget>
68  </widget>
69  <resources>
70   <include location="../icons/hecsIconRes.qrc" />
71  </resources>
72  <connections>
73   <connection>
74    <sender>startAppButton</sender>
75    <signal>clicked()</signal>
76    <receiver>StartScreen</receiver>
77    <slot>close()</slot>
78    <hints>
79     <hint type="sourcelabel" >
80      <x>108</x>
81      <y>517</y>
82     </hint>
83     <hint type="destinationlabel" >
84      <x>309</x>
85      <y>522</y>
86     </hint>
87    </hints>
88   </connection>
89  </connections>
90 </ui>