Changeset 8101 in ntrip for branches/BNC_2.12/src/bncwindow.cpp
- Timestamp:
- Apr 10, 2017, 11:12:15 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r8089 r8101 2603 2603 QComboBox* system = new QComboBox(); 2604 2604 system->setEditable(false); 2605 system->addItems(QString(" ,IGS14,ETRF2000,NAD83,GDA94,SIRGAS95,SIRGAS2000,DREF91,Custom").split(","));2605 system->addItems(QString("IGS14,ETRF2000,NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(",")); 2606 2606 system->setFrame(false); 2607 2607 _uploadTable->setCellWidget(iRow, iCol, system);
Note:
See TracChangeset
for help on using the changeset viewer.