source: ntrip/trunk/BNC/src/PPP/tab2.ui@ 5685

Last change on this file since 5685 was 5685, checked in by mervart, 10 years ago
File size: 3.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Form</class>
4 <widget class="QWidget" name="Form">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>779</width>
10 <height>541</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <widget class="QLabel" name="label">
17 <property name="geometry">
18 <rect>
19 <x>20</x>
20 <y>20</y>
21 <width>201</width>
22 <height>21</height>
23 </rect>
24 </property>
25 <property name="text">
26 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:12pt; font-weight:600;&quot;&gt;Precise Point Positioning&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
27 </property>
28 </widget>
29 <widget class="QLabel" name="label_2">
30 <property name="geometry">
31 <rect>
32 <x>20</x>
33 <y>50</y>
34 <width>91</width>
35 <height>31</height>
36 </rect>
37 </property>
38 <property name="text">
39 <string>GPS LCs</string>
40 </property>
41 </widget>
42 <widget class="QLabel" name="label_3">
43 <property name="geometry">
44 <rect>
45 <x>20</x>
46 <y>80</y>
47 <width>81</width>
48 <height>31</height>
49 </rect>
50 </property>
51 <property name="text">
52 <string>GLONASS LCs</string>
53 </property>
54 </widget>
55 <widget class="QLabel" name="label_4">
56 <property name="geometry">
57 <rect>
58 <x>20</x>
59 <y>120</y>
60 <width>71</width>
61 <height>21</height>
62 </rect>
63 </property>
64 <property name="text">
65 <string>Galileo LCs</string>
66 </property>
67 </widget>
68 <widget class="QComboBox" name="comboBox">
69 <property name="geometry">
70 <rect>
71 <x>160</x>
72 <y>50</y>
73 <width>71</width>
74 <height>25</height>
75 </rect>
76 </property>
77 </widget>
78 <widget class="QComboBox" name="comboBox_2">
79 <property name="geometry">
80 <rect>
81 <x>160</x>
82 <y>80</y>
83 <width>71</width>
84 <height>25</height>
85 </rect>
86 </property>
87 </widget>
88 <widget class="QComboBox" name="comboBox_3">
89 <property name="geometry">
90 <rect>
91 <x>160</x>
92 <y>120</y>
93 <width>71</width>
94 <height>25</height>
95 </rect>
96 </property>
97 </widget>
98 <widget class="QLabel" name="label_5">
99 <property name="geometry">
100 <rect>
101 <x>270</x>
102 <y>60</y>
103 <width>52</width>
104 <height>15</height>
105 </rect>
106 </property>
107 <property name="text">
108 <string>Sigma C1</string>
109 </property>
110 </widget>
111 <widget class="QLineEdit" name="lineEdit">
112 <property name="geometry">
113 <rect>
114 <x>330</x>
115 <y>50</y>
116 <width>113</width>
117 <height>25</height>
118 </rect>
119 </property>
120 </widget>
121 <widget class="QLabel" name="label_6">
122 <property name="geometry">
123 <rect>
124 <x>480</x>
125 <y>60</y>
126 <width>52</width>
127 <height>15</height>
128 </rect>
129 </property>
130 <property name="text">
131 <string>Sigma L1</string>
132 </property>
133 </widget>
134 <widget class="QLineEdit" name="lineEdit_2">
135 <property name="geometry">
136 <rect>
137 <x>560</x>
138 <y>50</y>
139 <width>113</width>
140 <height>25</height>
141 </rect>
142 </property>
143 </widget>
144 <widget class="QLabel" name="label_7">
145 <property name="geometry">
146 <rect>
147 <x>20</x>
148 <y>190</y>
149 <width>111</width>
150 <height>31</height>
151 </rect>
152 </property>
153 <property name="text">
154 <string>Wait for Corrections</string>
155 </property>
156 </widget>
157 <widget class="QSpinBox" name="spinBox">
158 <property name="geometry">
159 <rect>
160 <x>160</x>
161 <y>190</y>
162 <width>71</width>
163 <height>25</height>
164 </rect>
165 </property>
166 </widget>
167 </widget>
168 <resources/>
169 <connections/>
170</ui>
Note: See TracBrowser for help on using the repository browser.