Changeset 6718 in ntrip
- Timestamp:
- Mar 24, 2015, 11:40:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/pppWidgets.cpp
r6717 r6718 82 82 _delStaButton = new QPushButton("Delete Station"); _widgets << _delStaButton; 83 83 84 _addStaButton->setWhatsThis(tr("<p>Hit the 'Add Station' button to add a new line to the Station table.</p>")); 85 _delStaButton->setWhatsThis(tr("<p>Hit the 'Delete Station' button to delete a highlighted row from the Station table.</p>")); 86 84 87 _plotCoordinates = new QLineEdit; _plotCoordinates ->setObjectName("PPP/plotCoordinates"); _widgets << _plotCoordinates; 85 88 _mapWinButton = new QPushButton; _mapWinButton ->setObjectName("PPP/mapWinButton"); _widgets << _mapWinButton;
Note:
See TracChangeset
for help on using the changeset viewer.