Changeset 173 in ntrip


Ignore:
Timestamp:
Sep 14, 2006, 6:32:59 PM (18 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.qrc

    r169 r173  
    11<!DOCTYPE RCC><RCC version="1.0">
    22<qresource>
     3    <file>ntrip-logo.png</file>
    34    <file>ntrip-logo-grau.bmp</file>
    45    <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>
     1Developed 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>
    23<br>
    34Software by:<br>
    45Czech Technical University, Prague<br>
    5 Faculty of Civil Engineering (<a><u>http://www.fsv.cvut.cz</u></a>)<br>
     6Faculty of Civil Engineering<br>
    67Department of Advanced Geodesy<br>
     8<u>http://www.fsv.cvut.cz</u><br>
    79<br>
    810For:<br>
    9 Federal Agency for Cartography and Geodesy (<a><u>http://www.bkg.bund.de</u></a>)<br>
     11Federal Agency for Cartography and Geodesy<br>
    1012Department of Geodesy<br>
    1113Frankfurt, Germany<br>
     14<u>http://www.bkg.bund.de</u><br>
    1215<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>
     16This software is provided 'as is'.<br>
     17Make sure you installed the latest version available from:<br>
     18<u>http://igs.bkg.bund.de/index_ntrip_down.htm</u><br>
    1519<br>
    1620Disclaimer:<br>
  • trunk/BNC/bnchelp.html

    r169 r173  
    281281
    282282<br>
    283 <a name=annex>
     283<a name="annex">
    284284<p><h3>E - Annex</h3></p>
    285285<p>
     
    448448<p>
    449449</p>
    450 
  • trunk/BNC/bncmain.cpp

    r142 r173  
    5555    }
    5656   
    57     app.setWindowIcon(QPixmap(":ntrip-logo-grau.bmp"));
     57    app.setWindowIcon(QPixmap(":ntrip-logo.png"));
    5858
    5959    bncWindow* bncWin = new bncWindow();
  • trunk/BNC/bncwindow.cpp

    r169 r173  
    428428  QGridLayout* dlgLayout = new QGridLayout();
    429429  QLabel* img = new QLabel();
    430   img->setPixmap(QPixmap(":ntrip-logo-grau.bmp"));
     430  img->setPixmap(QPixmap(":ntrip-logo.png"));
    431431  dlgLayout->addWidget(img, 0,0);
    432432  dlgLayout->addWidget(new QLabel("BKG NTRIP Client (BNC), Version 1.0"), 0,1);
Note: See TracChangeset for help on using the changeset viewer.