First commit woohoo
[tomamp] / 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>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralWidget">
17    <widget class="QLCDNumber" name="timeLcd">
18     <property name="geometry">
19      <rect>
20       <x>683</x>
21       <y>422</y>
22       <width>111</width>
23       <height>51</height>
24      </rect>
25     </property>
26    </widget>
27    <widget class="QTableWidget" name="musicTable">
28     <property name="geometry">
29      <rect>
30       <x>10</x>
31       <y>10</y>
32       <width>601</width>
33       <height>411</height>
34      </rect>
35     </property>
36    </widget>
37    <widget class="QSlider" name="horizontalSlider">
38     <property name="geometry">
39      <rect>
40       <x>10</x>
41       <y>430</y>
42       <width>661</width>
43       <height>20</height>
44      </rect>
45     </property>
46     <property name="orientation">
47      <enum>Qt::Horizontal</enum>
48     </property>
49    </widget>
50   </widget>
51  </widget>
52  <layoutdefault spacing="6" margin="11"/>
53  <resources/>
54  <connections/>
55 </ui>