Changeset 2755 in ntrip
- Timestamp:
- Dec 1, 2010, 2:13:45 PM (14 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmap.h
r2753 r2755 24 24 private: 25 25 26 int_scale;27 float_LaOff;26 double _scale; 27 double _LaOff; 28 28 29 29 QGraphicsView* _mapView; -
trunk/BNC/bnctabledlg.cpp
r2753 r2755 303 303 304 304 bncMap* winMap = new bncMap(this); 305 winMap->setGeometry( x(), y()+height()*1.2, 860, 400 );305 winMap->setGeometry( x(), int(y()+height()*1.2), 860, 400 ); 306 306 307 307 connect(this, SIGNAL(newPoint(QPointF, QString, QPen)),
Note:
See TracChangeset
for help on using the changeset viewer.