You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<string><html><head/><body><p>Offset (in bytes) to be <span style=" font-weight:600;">added to</span> existing offsets listed in telemetry text files</p></body></html></string>
163
+
</property>
164
+
<propertyname="buttonSymbols">
165
+
<enum>QAbstractSpinBox::NoButtons</enum>
166
+
</property>
167
+
</widget>
168
+
</item>
169
+
<itemrow="2"column="2">
170
+
<widgetclass="QSpinBox"name="sbCmdOffsetPri">
171
+
<propertyname="enabled">
172
+
<bool>false</bool>
173
+
</property>
174
+
<propertyname="toolTip">
175
+
<string><html><head/><body><p>Offset (in bytes) to be added <span style=" font-weight:600;">after</span> the <span style=" font-weight:600;">primary</span> header in a command packet</p></body></html></string>
176
+
</property>
177
+
<propertyname="buttonSymbols">
178
+
<enum>QAbstractSpinBox::NoButtons</enum>
179
+
</property>
180
+
</widget>
181
+
</item>
182
+
<itemrow="2"column="1">
183
+
<widgetclass="QComboBox"name="cbCmdHeaderVer">
184
+
<item>
185
+
<propertyname="text">
186
+
<string>1</string>
187
+
</property>
188
+
</item>
189
+
<item>
190
+
<propertyname="text">
191
+
<string>2</string>
192
+
</property>
193
+
</item>
194
+
<item>
195
+
<propertyname="text">
196
+
<string>Custom</string>
197
+
</property>
198
+
</item>
199
+
</widget>
200
+
</item>
201
+
<itemrow="2"column="3">
202
+
<widgetclass="QSpinBox"name="sbCmdOffsetSec">
151
203
<propertyname="enabled">
152
204
<bool>false</bool>
153
205
</property>
154
206
<propertyname="toolTip">
155
-
<string><html><head/><body><p>Offset (in bytes) to be *added to* existing offsets listed in tlm/cmd text files</p></body></html></string>
207
+
<string><html><head/><body><p>Offset (in bytes) to be added <span style=" font-weight:600;">after</span> the <span style=" font-weight:600;">secondary</span> header in a command packet</p></body></html></string>
self.sbOffset.setToolTip(_translate("MainWindow", "<html><head/><body><p>Offset (in bytes) to be *added to* existing offsets listed in tlm/cmd text files</p></body></html>"))
self.sbTlmOffset.setToolTip(_translate("MainWindow", "<html><head/><body><p>Offset (in bytes) to be <span style=\" font-weight:600;\">added to</span> existing offsets listed in telemetry text files</p></body></html>"))
166
+
self.sbCmdOffsetPri.setToolTip(_translate("MainWindow", "<html><head/><body><p>Offset (in bytes) to be added <span style=\" font-weight:600;\">after</span> the <span style=\" font-weight:600;\">primary</span> header in a command packet</p></body></html>"))
self.sbCmdOffsetSec.setToolTip(_translate("MainWindow", "<html><head/><body><p>Offset (in bytes) to be added <span style=\" font-weight:600;\">after</span> the <span style=\" font-weight:600;\">secondary</span> header in a command packet</p></body></html>"))
0 commit comments