]> git.sesse.net Git - nageru/blob - ui_mainwindow.ui
Throw up some widgets.
[nageru] / ui_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>1038</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QWidget" name="gridLayoutWidget">
18     <property name="geometry">
19      <rect>
20       <x>20</x>
21       <y>20</y>
22       <width>381</width>
23       <height>211</height>
24      </rect>
25     </property>
26     <layout class="QGridLayout" name="gridLayout_2">
27      <item row="0" column="1">
28       <widget class="QGraphicsView" name="input2_display"/>
29      </item>
30      <item row="0" column="0">
31       <widget class="QGraphicsView" name="input1_display"/>
32      </item>
33      <item row="1" column="0">
34       <widget class="QGraphicsView" name="input3_display"/>
35      </item>
36      <item row="1" column="1">
37       <widget class="QGraphicsView" name="input4_display"/>
38      </item>
39     </layout>
40    </widget>
41    <widget class="QLabel" name="label">
42     <property name="geometry">
43      <rect>
44       <x>90</x>
45       <y>240</y>
46       <width>261</width>
47       <height>17</height>
48      </rect>
49     </property>
50     <property name="text">
51      <string>Current inputs</string>
52     </property>
53     <property name="alignment">
54      <set>Qt::AlignCenter</set>
55     </property>
56    </widget>
57    <widget class="QGraphicsView" name="preview_display">
58     <property name="geometry">
59      <rect>
60       <x>410</x>
61       <y>20</y>
62       <width>281</width>
63       <height>192</height>
64      </rect>
65     </property>
66    </widget>
67    <widget class="QGraphicsView" name="live_display">
68     <property name="geometry">
69      <rect>
70       <x>705</x>
71       <y>20</y>
72       <width>291</width>
73       <height>192</height>
74      </rect>
75     </property>
76    </widget>
77    <widget class="QLabel" name="label_2">
78     <property name="geometry">
79      <rect>
80       <x>470</x>
81       <y>240</y>
82       <width>191</width>
83       <height>17</height>
84      </rect>
85     </property>
86     <property name="text">
87      <string>Preview output</string>
88     </property>
89     <property name="alignment">
90      <set>Qt::AlignCenter</set>
91     </property>
92    </widget>
93    <widget class="QLabel" name="label_3">
94     <property name="geometry">
95      <rect>
96       <x>760</x>
97       <y>230</y>
98       <width>191</width>
99       <height>17</height>
100      </rect>
101     </property>
102     <property name="text">
103      <string>Current output</string>
104     </property>
105     <property name="alignment">
106      <set>Qt::AlignCenter</set>
107     </property>
108    </widget>
109   </widget>
110  </widget>
111  <resources/>
112  <connections/>
113 </ui>