1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <ui version="4.0"> |
---|
3 | <class>DefaultProjectorWidget</class> |
---|
4 | <widget class="QWidget" name="DefaultProjectorWidget"> |
---|
5 | <property name="geometry"> |
---|
6 | <rect> |
---|
7 | <x>0</x> |
---|
8 | <y>0</y> |
---|
9 | <width>190</width> |
---|
10 | <height>141</height> |
---|
11 | </rect> |
---|
12 | </property> |
---|
13 | <property name="windowTitle"> |
---|
14 | <string>Projection Settings</string> |
---|
15 | </property> |
---|
16 | <layout class="QHBoxLayout"> |
---|
17 | <property name="spacing"> |
---|
18 | <number>6</number> |
---|
19 | </property> |
---|
20 | <property name="margin"> |
---|
21 | <number>0</number> |
---|
22 | </property> |
---|
23 | <item> |
---|
24 | <widget class="QGroupBox" name="projectionGroup"> |
---|
25 | <property name="title"> |
---|
26 | <string>Projection</string> |
---|
27 | </property> |
---|
28 | <layout class="QHBoxLayout"> |
---|
29 | <property name="spacing"> |
---|
30 | <number>6</number> |
---|
31 | </property> |
---|
32 | <property name="margin"> |
---|
33 | <number>0</number> |
---|
34 | </property> |
---|
35 | <item> |
---|
36 | <layout class="QVBoxLayout"> |
---|
37 | <property name="spacing"> |
---|
38 | <number>6</number> |
---|
39 | </property> |
---|
40 | <property name="margin"> |
---|
41 | <number>4</number> |
---|
42 | </property> |
---|
43 | <item> |
---|
44 | <layout class="QHBoxLayout"> |
---|
45 | <property name="spacing"> |
---|
46 | <number>6</number> |
---|
47 | </property> |
---|
48 | <property name="margin"> |
---|
49 | <number>0</number> |
---|
50 | </property> |
---|
51 | <item> |
---|
52 | <widget class="QLabel" name="fovLabel"> |
---|
53 | <property name="text"> |
---|
54 | <string>FOV</string> |
---|
55 | </property> |
---|
56 | </widget> |
---|
57 | </item> |
---|
58 | <item> |
---|
59 | <widget class="QLineEdit" name="fovEdit"/> |
---|
60 | </item> |
---|
61 | <item> |
---|
62 | <widget class="QLabel" name="aspectLabel"> |
---|
63 | <property name="text"> |
---|
64 | <string>Aspect</string> |
---|
65 | </property> |
---|
66 | </widget> |
---|
67 | </item> |
---|
68 | <item> |
---|
69 | <widget class="QLineEdit" name="aspectRatioEdit"/> |
---|
70 | </item> |
---|
71 | </layout> |
---|
72 | </item> |
---|
73 | <item> |
---|
74 | <layout class="QHBoxLayout"> |
---|
75 | <property name="spacing"> |
---|
76 | <number>6</number> |
---|
77 | </property> |
---|
78 | <property name="margin"> |
---|
79 | <number>0</number> |
---|
80 | </property> |
---|
81 | <item> |
---|
82 | <widget class="QLabel" name="nearLabel"> |
---|
83 | <property name="text"> |
---|
84 | <string>Near</string> |
---|
85 | </property> |
---|
86 | </widget> |
---|
87 | </item> |
---|
88 | <item> |
---|
89 | <widget class="QLineEdit" name="nearEdit"/> |
---|
90 | </item> |
---|
91 | <item> |
---|
92 | <widget class="QLabel" name="farLabel"> |
---|
93 | <property name="text"> |
---|
94 | <string>Far</string> |
---|
95 | </property> |
---|
96 | </widget> |
---|
97 | </item> |
---|
98 | <item> |
---|
99 | <widget class="QLineEdit" name="farEdit"/> |
---|
100 | </item> |
---|
101 | </layout> |
---|
102 | </item> |
---|
103 | <item> |
---|
104 | <layout class="QHBoxLayout"> |
---|
105 | <property name="spacing"> |
---|
106 | <number>6</number> |
---|
107 | </property> |
---|
108 | <property name="margin"> |
---|
109 | <number>0</number> |
---|
110 | </property> |
---|
111 | <item> |
---|
112 | <widget class="QLabel" name="offaxisLabel"> |
---|
113 | <property name="text"> |
---|
114 | <string>Off-axis </string> |
---|
115 | </property> |
---|
116 | </widget> |
---|
117 | </item> |
---|
118 | <item> |
---|
119 | <widget class="QLabel" name="offaxisXLabel"> |
---|
120 | <property name="text"> |
---|
121 | <string>X</string> |
---|
122 | </property> |
---|
123 | </widget> |
---|
124 | </item> |
---|
125 | <item> |
---|
126 | <widget class="QLineEdit" name="offaxisXEdit"/> |
---|
127 | </item> |
---|
128 | <item> |
---|
129 | <widget class="QLabel" name="offaxisYLabel"> |
---|
130 | <property name="text"> |
---|
131 | <string>Y</string> |
---|
132 | </property> |
---|
133 | </widget> |
---|
134 | </item> |
---|
135 | <item> |
---|
136 | <widget class="QLineEdit" name="offaxisYEdit"/> |
---|
137 | </item> |
---|
138 | </layout> |
---|
139 | </item> |
---|
140 | </layout> |
---|
141 | </item> |
---|
142 | </layout> |
---|
143 | </widget> |
---|
144 | </item> |
---|
145 | </layout> |
---|
146 | </widget> |
---|
147 | <tabstops> |
---|
148 | <tabstop>fovEdit</tabstop> |
---|
149 | <tabstop>aspectRatioEdit</tabstop> |
---|
150 | <tabstop>nearEdit</tabstop> |
---|
151 | <tabstop>farEdit</tabstop> |
---|
152 | </tabstops> |
---|
153 | <resources/> |
---|
154 | <connections/> |
---|
155 | </ui> |
---|