]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - matrix-gui-v2/image-gallery.git/blob - mainwindow.ui
Initial Commit
[matrix-gui-v2/image-gallery.git] / 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>680</width>
10     <height>386</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QLabel" name="label">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>0</y>
22       <width>391</width>
23       <height>191</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string/>
28     </property>
29    </widget>
30    <widget class="QPushButton" name="prevImage">
31     <property name="geometry">
32      <rect>
33       <x>0</x>
34       <y>210</y>
35       <width>93</width>
36       <height>27</height>
37      </rect>
38     </property>
39     <property name="text">
40      <string>Previous</string>
41     </property>
42    </widget>
43    <widget class="QPushButton" name="nextImage">
44     <property name="geometry">
45      <rect>
46       <x>300</x>
47       <y>210</y>
48       <width>93</width>
49       <height>27</height>
50      </rect>
51     </property>
52     <property name="text">
53      <string>Next</string>
54     </property>
55    </widget>
56    <widget class="QPushButton" name="clearImages">
57     <property name="geometry">
58      <rect>
59       <x>150</x>
60       <y>210</y>
61       <width>93</width>
62       <height>27</height>
63      </rect>
64     </property>
65     <property name="text">
66      <string>Clear</string>
67     </property>
68    </widget>
69   </widget>
70   <widget class="QMenuBar" name="menuBar">
71    <property name="geometry">
72     <rect>
73      <x>0</x>
74      <y>0</y>
75      <width>680</width>
76      <height>23</height>
77     </rect>
78    </property>
79   </widget>
80   <widget class="QStatusBar" name="statusBar"/>
81   <widget class="QToolBar" name="mainToolBar">
82    <attribute name="toolBarArea">
83     <enum>TopToolBarArea</enum>
84    </attribute>
85    <attribute name="toolBarBreak">
86     <bool>false</bool>
87    </attribute>
88   </widget>
89  </widget>
90  <layoutdefault spacing="6" margin="11"/>
91  <resources/>
92  <connections/>
93 </ui>