Changeset 3604 in ntrip
- Timestamp:
- Jan 22, 2012, 10:30:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncwindow.cpp ΒΆ
r3603 r3604 956 956 pppLayout->addWidget(new QLabel("PPP Plot"), ir, 8); 957 957 ++ir; 958 pppLayout->addWidget(new QLabel("<b>Post-Processing</b>") , ir, 0);959 pppLayout->addWidget(new QLabel("Input (RINEX)"), ir, 1);960 pppLayout->addWidget(_postObsFileChooser, ir, 2);961 pppLayout->addWidget(new QLabel("Obs"), ir, 3);962 pppLayout->addWidget(_postNavFileChooser, ir, 4);963 pppLayout->addWidget(new QLabel("Nav"), ir, 5);964 ++ir;965 pppLayout->addWidget(_postCorrFileChooser, ir, 2);966 ++ir;967 pppLayout->addWidget(new QLabel(" "), ir, 0);968 pppLayout-> setRowStretch(ir, 99);958 pppLayout->addWidget(new QLabel("<b>Post-Processing</b>")); 959 QHBoxLayout* hlpLayout = new QHBoxLayout; 960 { 961 hlpLayout->addWidget(_postObsFileChooser); 962 hlpLayout->addWidget(new QLabel("Obs")); 963 hlpLayout->addWidget(_postNavFileChooser); 964 hlpLayout->addWidget(new QLabel("Nav")); 965 hlpLayout->addWidget(_postCorrFileChooser); 966 hlpLayout->addWidget(new QLabel("Corr")); 967 } 968 pppLayout->addLayout(hlpLayout, ir, 1, 1, 7); 969 969 970 970 pppgroup->setLayout(pppLayout);
Note:
See TracChangeset
for help on using the changeset viewer.