source: experimental/osgVisual-GUI/Sichtsystem-GUI/visualGUI_ObjectPosition.ui @ 236

Last change on this file since 236 was 236, checked in by Torben Dannhauer, 13 years ago
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>visualGUI_ObjectPositionClass</class>
4 <widget class="QWidget" name="visualGUI_ObjectPositionClass">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>361</width>
10    <height>138</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>visualGUI_ObjectPosition</string>
15  </property>
16  <widget class="QWidget" name="layoutWidget">
17   <property name="geometry">
18    <rect>
19     <x>10</x>
20     <y>10</y>
21     <width>229</width>
22     <height>74</height>
23    </rect>
24   </property>
25   <layout class="QGridLayout" name="gridLayout">
26    <item row="0" column="0">
27     <widget class="QDoubleSpinBox" name="dSB_Lat">
28      <property name="prefix">
29       <string>Lat: </string>
30      </property>
31      <property name="suffix">
32       <string>°</string>
33      </property>
34      <property name="decimals">
35       <number>6</number>
36      </property>
37      <property name="minimum">
38       <double>-90.000000000000000</double>
39      </property>
40      <property name="maximum">
41       <double>90.000000000000000</double>
42      </property>
43      <property name="value">
44       <double>48.342816999999997</double>
45      </property>
46     </widget>
47    </item>
48    <item row="0" column="1">
49     <widget class="QDoubleSpinBox" name="dSB_bank_phi">
50      <property name="wrapping">
51       <bool>true</bool>
52      </property>
53      <property name="accelerated">
54       <bool>true</bool>
55      </property>
56      <property name="prefix">
57       <string>Bank (Phi): </string>
58      </property>
59      <property name="suffix">
60       <string>°</string>
61      </property>
62      <property name="minimum">
63       <double>-180.000000000000000</double>
64      </property>
65      <property name="maximum">
66       <double>180.000000000000000</double>
67      </property>
68     </widget>
69    </item>
70    <item row="1" column="0">
71     <widget class="QDoubleSpinBox" name="dSB_Lon">
72      <property name="prefix">
73       <string>Lon: </string>
74      </property>
75      <property name="suffix">
76       <string>°</string>
77      </property>
78      <property name="decimals">
79       <number>6</number>
80      </property>
81      <property name="minimum">
82       <double>-180.000000000000000</double>
83      </property>
84      <property name="maximum">
85       <double>180.000000000000000</double>
86      </property>
87      <property name="value">
88       <double>11.778843999999999</double>
89      </property>
90     </widget>
91    </item>
92    <item row="1" column="1">
93     <widget class="QDoubleSpinBox" name="dSB_pitch_theta">
94      <property name="wrapping">
95       <bool>true</bool>
96      </property>
97      <property name="accelerated">
98       <bool>true</bool>
99      </property>
100      <property name="prefix">
101       <string>Pitch (Theta):  </string>
102      </property>
103      <property name="suffix">
104       <string>°</string>
105      </property>
106      <property name="minimum">
107       <double>-180.000000000000000</double>
108      </property>
109      <property name="maximum">
110       <double>180.000000000000000</double>
111      </property>
112     </widget>
113    </item>
114    <item row="2" column="0">
115     <widget class="QDoubleSpinBox" name="dSB_Alt">
116      <property name="accelerated">
117       <bool>true</bool>
118      </property>
119      <property name="prefix">
120       <string>Alt: </string>
121      </property>
122      <property name="suffix">
123       <string>m</string>
124      </property>
125      <property name="minimum">
126       <double>-2000.000000000000000</double>
127      </property>
128      <property name="maximum">
129       <double>9999999.000000000000000</double>
130      </property>
131      <property name="singleStep">
132       <double>50.000000000000000</double>
133      </property>
134      <property name="value">
135       <double>550.000000000000000</double>
136      </property>
137     </widget>
138    </item>
139    <item row="2" column="1">
140     <widget class="QDoubleSpinBox" name="dSB_azimuth_psi">
141      <property name="wrapping">
142       <bool>true</bool>
143      </property>
144      <property name="accelerated">
145       <bool>true</bool>
146      </property>
147      <property name="prefix">
148       <string>Azimuth (Psi): </string>
149      </property>
150      <property name="suffix">
151       <string>°</string>
152      </property>
153      <property name="maximum">
154       <double>359.990000000000009</double>
155      </property>
156     </widget>
157    </item>
158   </layout>
159  </widget>
160  <widget class="QWidget" name="">
161   <property name="geometry">
162    <rect>
163     <x>20</x>
164     <y>110</y>
165     <width>221</width>
166     <height>22</height>
167    </rect>
168   </property>
169   <layout class="QHBoxLayout" name="horizontalLayout">
170    <item>
171     <widget class="QLabel" name="label">
172      <property name="text">
173       <string>ID to track:</string>
174      </property>
175     </widget>
176    </item>
177    <item>
178     <widget class="QSpinBox" name="idToTrack"/>
179    </item>
180   </layout>
181  </widget>
182 </widget>
183 <layoutdefault spacing="6" margin="11"/>
184 <resources/>
185 <connections/>
186</ui>
Note: See TracBrowser for help on using the repository browser.