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