Changeset 1950 in ntrip
- Timestamp:
- Nov 13, 2009, 9:52:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncfigure.cpp ΒΆ
r1949 r1950 168 168 169 169 int xx = xMin+100+anchor*40; 170 int yy = int(yLength * (it.value()->_mean / _maxRate));171 170 172 171 painter.drawText(xx, yMax-10, staID.left(5)); 173 172 174 173 if(_maxRate > 0.0) { 174 int yy = int(yLength * (it.value()->_mean / _maxRate)); 175 175 painter.fillRect(xx, yMax-40-yy, 30, yy, 176 176 QBrush(Qt::blue,Qt::SolidPattern));
Note:
See TracChangeset
for help on using the changeset viewer.