Changeset 10528 in ntrip for trunk/BNC


Ignore:
Timestamp:
Sep 3, 2024, 2:58:49 PM (3 weeks ago)
Author:
stuerze
Message:

replacement of obsolete qt-class members

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bnccustomtrafo.cpp

    r9911 r10528  
    7272  _t0LineEdit->setWhatsThis(tr("<p>Set reference epoch e.g. 2000.0</p>"));
    7373
    74   int ww = QFontMetrics(font()).width('w');
     74  int ww = QFontMetrics(font()).horizontalAdvance('w');
    7575  _dxLineEdit->setMaximumWidth(9*ww);
    7676  _dyLineEdit->setMaximumWidth(9*ww);
Note: See TracChangeset for help on using the changeset viewer.