Changeset 1015 in ntrip
- Timestamp:
- Aug 1, 2008, 8:31:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNS/bnswindow.cpp
r1014 r1015 42 42 img->setPixmap(QPixmap(":ntrip-logo.png")); 43 43 dlgLayout->addWidget(img, 0,0); 44 dlgLayout->addWidget(new QLabel("BKG Ntrip S erver (BNS) Version 1.0"), 0,1);44 dlgLayout->addWidget(new QLabel("BKG Ntrip State Space Server (BNS) Version 1.0"), 0,1); 45 45 dlgLayout->addWidget(tb,1,0,1,2); 46 46 dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight); … … 99 99 int ww = QFontMetrics(this->font()).width('w'); 100 100 setMinimumSize(77*ww, 65*ww); 101 setWindowTitle(tr("BKG Ntrip S erver (BNS) Version 1.0"));101 setWindowTitle(tr("BKG Ntrip State Space Server (BNS) Version 1.0")); 102 102 setWindowIcon(QPixmap(":ntrip-logo.png")); 103 103
Note:
See TracChangeset
for help on using the changeset viewer.