Changeset 8411 in ntrip for branches/BNC_2.12/src/bncwindow.cpp
- Timestamp:
- Jul 6, 2018, 11:29:35 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncwindow.cpp
r8404 r8411 2584 2584 QComboBox* system = new QComboBox(); 2585 2585 system->setEditable(false); 2586 system->addItems(QString("IGS14,ETRF2000, NAD83,GDA2020,SIRGAS2000,DREF91,Custom").split(","));2586 system->addItems(QString("IGS14,ETRF2000,GDA2020,SIRGAS2000,DREF91,Custom").split(",")); 2587 2587 system->setFrame(false); 2588 2588 _uploadTable->setCellWidget(iRow, iCol, system);
Note:
See TracChangeset
for help on using the changeset viewer.