Changeset 1465 in ntrip


Ignore:
Timestamp:
Jan 13, 2009, 5:01:50 PM (15 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r1461 r1465  
    226226
    227227  static const QStringList labels = QString("mountpoint,identifier,format,"
    228     "format-details,carrier,system,network,country,latitude,longitude,"
    229     "nmea,solution,generator,compress.,authentic.,fee,bitrate,"
     228    "format-details,carrier,system,network,country,lat,long,"
     229    "nmea,solution,generator,compress.,auth.,fee,bitrate,"
    230230    "misc").split(",");
    231231
     
    258258    int ww = QFontMetrics(this->font()).width('w');
    259259    _table->horizontalHeader()->resizeSection(0,10*ww);
     260    _table->horizontalHeader()->resizeSection(1,10*ww);
    260261    _table->horizontalHeader()->resizeSection(2,8*ww);
    261     _table->horizontalHeader()->resizeSection(3,15*ww);
    262     _table->horizontalHeader()->resizeSection(4,8*ww);
     262    _table->horizontalHeader()->resizeSection(3,22*ww);
     263    _table->horizontalHeader()->resizeSection(4,5*ww);
    263264    _table->horizontalHeader()->resizeSection(5,8*ww);
    264265    _table->horizontalHeader()->resizeSection(6,8*ww);
    265     _table->horizontalHeader()->resizeSection(7,8*ww);
    266     _table->horizontalHeader()->resizeSection(8,8*ww);
    267     _table->horizontalHeader()->resizeSection(9,8*ww);
    268     _table->horizontalHeader()->resizeSection(10,8*ww);
    269     _table->horizontalHeader()->resizeSection(11,8*ww);
     266    _table->horizontalHeader()->resizeSection(7,7*ww);
     267    _table->horizontalHeader()->resizeSection(8,6*ww);
     268    _table->horizontalHeader()->resizeSection(9,6*ww);
     269    _table->horizontalHeader()->resizeSection(10,6*ww);
     270    _table->horizontalHeader()->resizeSection(11,6*ww);
    270271    _table->horizontalHeader()->resizeSection(12,15*ww);
    271272    _table->horizontalHeader()->resizeSection(13,8*ww);
    272     _table->horizontalHeader()->resizeSection(14,8*ww);
    273     _table->horizontalHeader()->resizeSection(15,8*ww);
    274     _table->horizontalHeader()->resizeSection(16,8*ww);
     273    _table->horizontalHeader()->resizeSection(14,5*ww);
     274    _table->horizontalHeader()->resizeSection(15,5*ww);
     275    _table->horizontalHeader()->resizeSection(16,7*ww);
    275276    _table->horizontalHeader()->resizeSection(17,15*ww);
    276277  }
Note: See TracChangeset for help on using the changeset viewer.