Changeset 1465 in ntrip for trunk/BNC/bnctabledlg.cpp
- Timestamp:
- Jan 13, 2009, 5:01:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnctabledlg.cpp
r1461 r1465 226 226 227 227 static const QStringList labels = QString("mountpoint,identifier,format," 228 "format-details,carrier,system,network,country,lat itude,longitude,"229 "nmea,solution,generator,compress.,auth entic.,fee,bitrate,"228 "format-details,carrier,system,network,country,lat,long," 229 "nmea,solution,generator,compress.,auth.,fee,bitrate," 230 230 "misc").split(","); 231 231 … … 258 258 int ww = QFontMetrics(this->font()).width('w'); 259 259 _table->horizontalHeader()->resizeSection(0,10*ww); 260 _table->horizontalHeader()->resizeSection(1,10*ww); 260 261 _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); 263 264 _table->horizontalHeader()->resizeSection(5,8*ww); 264 265 _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); 270 271 _table->horizontalHeader()->resizeSection(12,15*ww); 271 272 _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); 275 276 _table->horizontalHeader()->resizeSection(17,15*ww); 276 277 }
Note:
See TracChangeset
for help on using the changeset viewer.