- Timestamp:
- Jan 5, 2010, 10:47:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r2188 r2189 694 694 pppLayout->addWidget(new QLabel("NMEA file (full path)"), 3, 0); 695 695 pppLayout->addWidget(_pppNMEALineEdit, 3, 1, 1, 6); 696 pppLayout->addWidget(new QLabel("NMEA port"), 4, 0); 697 pppLayout->addWidget(_pppNMEAPortLineEdit, 4, 1, 1, 2); 698 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),5, 0,1,15); 696 pppLayout->addWidget(new QLabel(" port"), 3, 7, 1, 1); 697 pppLayout->addWidget(_pppNMEAPortLineEdit, 3, 8, 1, 2); 698 pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15); 699 pppLayout->addWidget(new QLabel(" "), 5, 0); 699 700 pppLayout->addWidget(new QLabel(" "), 6, 0); 700 701 pppLayout->addWidget(new QLabel(" "), 7, 0);
Note:
See TracChangeset
for help on using the changeset viewer.