Changeset 6649 in ntrip
- Timestamp:
- Mar 11, 2015, 10:37:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6648 r6649 660 660 oLayout->setColumnMinimumWidth(0,14*ww); 661 661 _rnxIntrComboBox->setMaximumWidth(9*ww); 662 662 //_rnxSamplSpinBox->setMaximumWidth(9*ww); 663 663 664 664 oLayout->addWidget(new QLabel("Saving RINEX observation files."),0, 0, 1,50); 665 665 oLayout->addWidget(new QLabel("Directory"), 1, 0); 666 oLayout->addWidget(_rnxPathLineEdit, 1, 1, 1, 24);666 oLayout->addWidget(_rnxPathLineEdit, 1, 1, 1, 20); 667 667 oLayout->addWidget(new QLabel("Interval"), 2, 0); 668 668 oLayout->addWidget(_rnxIntrComboBox, 2, 1); … … 670 670 oLayout->addWidget(_rnxSamplSpinBox, 2, 3, Qt::AlignLeft); 671 671 oLayout->addWidget(new QLabel("Skeleton extension"), 3, 0); 672 oLayout->addWidget(_rnxSkelLineEdit, 3, 1, 1, 1,Qt::AlignLeft);672 oLayout->addWidget(_rnxSkelLineEdit, 3, 1, Qt::AlignLeft); 673 673 oLayout->addWidget(new QLabel("Script (full path)"), 4, 0); 674 oLayout->addWidget(_rnxScrpLineEdit, 4, 1, 1, 24);674 oLayout->addWidget(_rnxScrpLineEdit, 4, 1, 1, 20); 675 675 oLayout->addWidget(new QLabel("Version 2"), 5, 0); 676 oLayout->addWidget(_rnxV2Priority, 5, 1 );677 oLayout->addWidget(new QLabel(" Signal priority"), 5, 2, 1,15);676 oLayout->addWidget(_rnxV2Priority, 5, 1, 1, 2); 677 oLayout->addWidget(new QLabel(" Signal priority"), 5, 3); 678 678 oLayout->addWidget(new QLabel("Version 3"), 6, 0); 679 679 oLayout->addWidget(_rnxV3CheckBox, 6, 1);
Note:
See TracChangeset
for help on using the changeset viewer.