mirror of
https://github.com/qgis/QGIS.git
synced 2025-05-01 00:02:48 -04:00
Spell check: accurancy->accuracy
This commit is contained in:
parent
4d42d769e6
commit
02b4f6c770
@ -26,8 +26,8 @@ struct QgsGPSInformation
|
|||||||
double pdop;
|
double pdop;
|
||||||
double hdop;
|
double hdop;
|
||||||
double vdop;
|
double vdop;
|
||||||
double hacc; //horizontal accurancy in meters
|
double hacc; //horizontal accuracy in meters
|
||||||
double vacc; //vertical accurancy in meters
|
double vacc; //vertical accuracy in meters
|
||||||
QDateTime utcDateTime;
|
QDateTime utcDateTime;
|
||||||
QChar fixMode;
|
QChar fixMode;
|
||||||
int fixType;
|
int fixType;
|
||||||
|
@ -502,8 +502,8 @@
|
|||||||
<widget objectName="mLblSatellitesUsed" class="QLabel" label="Satellites"/>
|
<widget objectName="mLblSatellitesUsed" class="QLabel" label="Satellites"/>
|
||||||
<widget objectName="mTxtHacc" class="QLineEdit" label=""/>
|
<widget objectName="mTxtHacc" class="QLineEdit" label=""/>
|
||||||
<widget objectName="mTxtVacc" class="QLineEdit" label=""/>
|
<widget objectName="mTxtVacc" class="QLineEdit" label=""/>
|
||||||
<widget objectName="mLblHacc" class="QLabel" label="H accurancy"/>
|
<widget objectName="mLblHacc" class="QLabel" label="H accuracy"/>
|
||||||
<widget objectName="mLblVacc" class="QLabel" label="V accurancy"/>
|
<widget objectName="mLblVacc" class="QLabel" label="V accuracy"/>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
<widget objectName="qt_scrollarea_hcontainer" class="QWidget" label=""/>
|
<widget objectName="qt_scrollarea_hcontainer" class="QWidget" label=""/>
|
||||||
|
@ -116,6 +116,7 @@ accumlate:accumulate
|
|||||||
accumlated:accumulated
|
accumlated:accumulated
|
||||||
accumlates:accumulates
|
accumlates:accumulates
|
||||||
accumlating:accumulating
|
accumlating:accumulating
|
||||||
|
accurancy:accuracy
|
||||||
accussed:accused
|
accussed:accused
|
||||||
acedemic:academic
|
acedemic:academic
|
||||||
acess:access
|
acess:access
|
||||||
|
@ -46,8 +46,8 @@ struct CORE_EXPORT QgsGPSInformation
|
|||||||
double pdop;
|
double pdop;
|
||||||
double hdop;
|
double hdop;
|
||||||
double vdop;
|
double vdop;
|
||||||
double hacc; //horizontal accurancy in meters
|
double hacc; //horizontal accuracy in meters
|
||||||
double vacc; //vertical accurancy in meters
|
double vacc; //vertical accuracy in meters
|
||||||
QDateTime utcDateTime;
|
QDateTime utcDateTime;
|
||||||
QChar fixMode;
|
QChar fixMode;
|
||||||
int fixType;
|
int fixType;
|
||||||
|
@ -616,14 +616,14 @@ gray = no data
|
|||||||
<item row="12" column="0">
|
<item row="12" column="0">
|
||||||
<widget class="QLabel" name="mLblHacc">
|
<widget class="QLabel" name="mLblHacc">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>H accurancy</string>
|
<string>H accuracy</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="13" column="0">
|
<item row="13" column="0">
|
||||||
<widget class="QLabel" name="mLblVacc">
|
<widget class="QLabel" name="mLblVacc">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>V accurancy</string>
|
<string>V accuracy</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user