Changeset 173 in ntrip
- Timestamp:
- Sep 14, 2006, 6:32:59 PM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 1 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.qrc
r169 r173 1 1 <!DOCTYPE RCC><RCC version="1.0"> 2 2 <qresource> 3 <file>ntrip-logo.png</file> 3 4 <file>ntrip-logo-grau.bmp</file> 4 5 <file>ntrip-logo-blau.bmp</file> -
trunk/BNC/bncabout.html
r169 r173 1 Developed under GNU General Public License for \"Networked Transport of RTCM via Internet Protocol\" to receive GNSS streaming data over the Internet. Visit <a><u>http://igs.bkg.bund.de/index_ntrip.htm</u></a> for details.<br> 1 Developed under GNU General Public License for 'Networked Transport of RTCM via Internet Protocol' (NTRIP) to receive GNSS streaming data over the Internet.<br> 2 <u>http://igs.bkg.bund.de/index_ntrip.htm</u><br> 2 3 <br> 3 4 Software by:<br> 4 5 Czech Technical University, Prague<br> 5 Faculty of Civil Engineering (<a><u>http://www.fsv.cvut.cz</u></a>)<br>6 Faculty of Civil Engineering<br> 6 7 Department of Advanced Geodesy<br> 8 <u>http://www.fsv.cvut.cz</u><br> 7 9 <br> 8 10 For:<br> 9 Federal Agency for Cartography and Geodesy (<a><u>http://www.bkg.bund.de</u></a>)<br>11 Federal Agency for Cartography and Geodesy<br> 10 12 Department of Geodesy<br> 11 13 Frankfurt, Germany<br> 14 <u>http://www.bkg.bund.de</u><br> 12 15 <br> 13 This software is provided \"as is\".<br> 14 Make sure you installed the latest version <a>http://igs.bkg.bund.de/root_ftp/NTRIP/software/BNC_Windows.zip</u></a>.<br> 16 This software is provided 'as is'.<br> 17 Make sure you installed the latest version available from:<br> 18 <u>http://igs.bkg.bund.de/index_ntrip_down.htm</u><br> 15 19 <br> 16 20 Disclaimer:<br> -
trunk/BNC/bnchelp.html
r169 r173 281 281 282 282 <br> 283 <a name= annex>283 <a name="annex"> 284 284 <p><h3>E - Annex</h3></p> 285 285 <p> … … 448 448 <p> 449 449 </p> 450 -
trunk/BNC/bncmain.cpp
r142 r173 55 55 } 56 56 57 app.setWindowIcon(QPixmap(":ntrip-logo -grau.bmp"));57 app.setWindowIcon(QPixmap(":ntrip-logo.png")); 58 58 59 59 bncWindow* bncWin = new bncWindow(); -
trunk/BNC/bncwindow.cpp
r169 r173 428 428 QGridLayout* dlgLayout = new QGridLayout(); 429 429 QLabel* img = new QLabel(); 430 img->setPixmap(QPixmap(":ntrip-logo -grau.bmp"));430 img->setPixmap(QPixmap(":ntrip-logo.png")); 431 431 dlgLayout->addWidget(img, 0,0); 432 432 dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.0"), 0,1);
Note:
See TracChangeset
for help on using the changeset viewer.