Changeset 5145 in ntrip
- Timestamp:
- May 7, 2013, 4:44:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5144 r5145 1107 1107 reqcLayout->addWidget(new QLabel("Directory for plots"), ir, 0, Qt::AlignLeft); 1108 1108 reqcLayout->addWidget(_reqcPlotDirLineEdit, ir, 1, Qt::AlignRight); 1109 reqcLayout->addWidget(_reqcSkyPlotSystems, ir, 2, Qt::AlignRight); 1109 ++ir; 1110 reqcLayout->addWidget(new QLabel("Sky Plots for"), ir, 0, Qt::AlignLeft); 1111 reqcLayout->addWidget(_reqcSkyPlotSystems, ir, 1, Qt::AlignRight); 1110 1112 ++ir; 1111 1113 reqcLayout->addWidget(new QLabel(""), ir, 1);
Note:
See TracChangeset
for help on using the changeset viewer.