Changeset 10524 in ntrip for trunk/BNC/src/reqcdlg.cpp
- Timestamp:
- Aug 19, 2024, 4:14:37 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/reqcdlg.cpp
r9850 r10524 64 64 setWindowTitle(tr("RINEX Editing Options")); 65 65 66 int ww = QFontMetrics(font()). width('w');66 int ww = QFontMetrics(font()).horizontalAdvance('w'); 67 67 68 68 const QString timeFmtString = "yyyy-MM-dd hh:mm:ss";
Note:
See TracChangeset
for help on using the changeset viewer.