Changeset 2755 in ntrip for trunk/BNC/bnctabledlg.cpp
- Timestamp:
- Dec 1, 2010, 2:13:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.