Changeset 107 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Sep 7, 2006, 8:57:05 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r106 r107  
    105105  _rnxSamplSpinBox->setMaximum(60);
    106106  _rnxSamplSpinBox->setSingleStep(5);
     107  _rnxSamplSpinBox->setMaximumWidth(9*ww);
    107108  _rnxSamplSpinBox->setValue(settings.value("rnxSampl").toInt());
    108109  _mountPointsTable   = new QTableWidget(0,2);
     
    151152  layout->addWidget(new QLabel("RINEX path"),                    4, 1);
    152153  layout->addWidget(_rnxPathLineEdit,                            4, 2, 1, 3);
    153   layout->addWidget(new QLabel("RINEX script"),                  5, 1);
     154  layout->addWidget(new QLabel("RINEX script (full path)"),      5, 1);
    154155  layout->addWidget(_rnxScrpLineEdit,                            5, 2, 1, 3);
    155156  layout->addWidget(new QLabel("RINEX file interval"),           6, 1);
Note: See TracChangeset for help on using the changeset viewer.