-
Notifications
You must be signed in to change notification settings - Fork 12
/
optionsdialog.ui
206 lines (206 loc) · 7.37 KB
/
optionsdialog.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>OptionsDialog</class>
<widget class="QDialog" name="OptionsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>415</width>
<height>236</height>
</rect>
</property>
<property name="windowTitle">
<string>Little Navconnect - Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QSpinBox" name="spinBoxOptionsUpdateRate">
<property name="toolTip">
<string>Allowed range is 50 up to 5000 milliseconds (5 seconds).
Little Navconnect fetches data from Flight Simulator and sends it to all clients (i.e. Little Navmap) using this time interval.
Lower values will result in a more fluid aircraft movement but can potentially induce stutters in the simulator.
Use higher values (i.e. slower update rates) if you have a slow network or experience problems.</string>
</property>
<property name="statusTip">
<string>Allowed range is 50 milliseconds up to 2 seconds. Little Navconnect fetches data from Flight Simulator and sends it to all clients (i.e. Little Navmap) using this time interval.</string>
</property>
<property name="suffix">
<string> ms</string>
</property>
<property name="minimum">
<number>50</number>
</property>
<property name="maximum">
<number>5000</number>
</property>
<property name="singleStep">
<number>50</number>
</property>
<property name="value">
<number>500</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelOptionsPort">
<property name="text">
<string>&Network Port:</string>
</property>
<property name="buddy">
<cstring>spinBoxOptionsPort</cstring>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxFetchAiAircraft">
<property name="toolTip">
<string>Deselect to disable fetching and transmission of AI or multiplayer aircraft</string>
</property>
<property name="statusTip">
<string>Deselect to disable fetching and transmission of AI or multiplayer aircraft</string>
</property>
<property name="text">
<string>Fetch AI or &multiplayer aircraft</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxHideHostname">
<property name="toolTip">
<string>Select this if you do not want to reveal your hostname or IP address in the log window.
This can be useful for streaming sessions where others can see your desktop.</string>
</property>
<property name="statusTip">
<string>Select this if you do not want to reveal your hostname or IP address in the log window.\nThis can be useful for streaming sessions where others can see your desktop.</string>
</property>
<property name="text">
<string>&Hide hostname and IP in log window</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="spinBoxOptionsPort">
<property name="toolTip">
<string>This can normally be left at default.
Change this value only if another application occupies this port and
you get an error message like "The bound address is already in use".</string>
</property>
<property name="statusTip">
<string>This can normally be left at default.\nChange this value only if another application occupies this port and \nyou get an error message like "The bound address is already in use".</string>
</property>
<property name="minimum">
<number>1024</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
<property name="value">
<number>51968</number>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelConnectAiFetchRadius">
<property name="text">
<string>&AI fetch radius (not used for X-Plane):</string>
</property>
<property name="buddy">
<cstring>spinBoxOptionsAiFetchRadius</cstring>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QCheckBox" name="checkBoxFetchAiShip">
<property name="toolTip">
<string>Deselect to disable fetching and transmission of AI or multiplayer ships. This option does not apply to X-Plane.</string>
</property>
<property name="statusTip">
<string>Deselect to disable fetching and transmission of AI or multiplayer ships. This option does not apply to X-Plane.</string>
</property>
<property name="text">
<string>Fetch AI or multiplayer &ships</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="spinBoxOptionsAiFetchRadius">
<property name="toolTip">
<string>Changes the radius around the user aircraft that is used to include AI or multiplayer aircraft.
Using higher values with a lot of AI or multiplayer aircraft might induce stutters in the simulator.
The unit is always nautical miles (1 NM equals to 1.852 km).
FSX, P3D and MSFS allow a maxium of 105 NM.</string>
</property>
<property name="suffix">
<string> NM</string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>105</number>
</property>
<property name="singleStep">
<number>1</number>
</property>
<property name="value">
<number>105</number>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="labelOptionsUpdateRate">
<property name="text">
<string>&Update Time Interval:</string>
</property>
<property name="buddy">
<cstring>spinBoxOptionsUpdateRate</cstring>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBoxOptions">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>spinBoxOptionsUpdateRate</tabstop>
<tabstop>spinBoxOptionsPort</tabstop>
<tabstop>spinBoxOptionsAiFetchRadius</tabstop>
<tabstop>checkBoxFetchAiAircraft</tabstop>
<tabstop>checkBoxFetchAiShip</tabstop>
<tabstop>checkBoxHideHostname</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>