Changeset 1292 in ntrip for trunk/BNC/bncwindow.cpp
- Timestamp:
- Dec 9, 2008, 12:10:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r1242 r1292 64 64 setMinimumSize(80*ww, 65*ww); 65 65 66 setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1. 6"));66 setWindowTitle(tr("BKG Ntrip Client (BNC) Version 1.7")); 67 67 68 68 connect((bncApp*)qApp, SIGNAL(newMessage(QByteArray)), … … 888 888 img->setPixmap(QPixmap(":ntrip-logo.png")); 889 889 dlgLayout->addWidget(img, 0,0); 890 dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1. 6"), 0,1);890 dlgLayout->addWidget(new QLabel("BKG Ntrip Client (BNC) Version 1.7"), 0,1); 891 891 dlgLayout->addWidget(tb,1,0,1,2); 892 892 dlgLayout->addWidget(_closeButton,2,1,Qt::AlignRight);
Note:
See TracChangeset
for help on using the changeset viewer.