Changeset 8089 in ntrip for branches/BNC_2.12/src/upload/bnccustomtrafo.cpp
- Timestamp:
- Mar 23, 2017, 1:59:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bnccustomtrafo.cpp
r7666 r8089 113 113 editLayout->addWidget(new QLabel(tr("t0 [y]")), 4, 4, Qt::AlignRight); 114 114 editLayout->addWidget(_t0LineEdit, 4, 5); 115 editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS 08"), 5, 0, 1, 6, Qt::AlignCenter);115 editLayout->addWidget(new QLabel("Specify up to 14 Helmert Transformation Parameters for transformation from IGS14"), 5, 0, 1, 6, Qt::AlignCenter); 116 116 editLayout->addWidget(new QLabel("into target reference system."), 6, 0, 1, 6, Qt::AlignCenter); 117 117 … … 120 120 _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this); 121 121 connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis())); 122 122 123 123 _buttonCancel = new QPushButton(tr("Cancel"), this); 124 124 connect(_buttonCancel, SIGNAL(clicked()), this, SLOT(reject()));
Note:
See TracChangeset
for help on using the changeset viewer.