Changeset 2199 in ntrip


Ignore:
Timestamp:
Jan 6, 2010, 10:51:46 AM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r2198 r2199  
    508508  gLayout->addWidget(new QLabel("Auto start"),                   3, 0);
    509509  gLayout->addWidget(_autoStartCheckBox,                         3, 1);
    510   gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 50, Qt::AlignLeft); // 2
     510  gLayout->addWidget(new QLabel("General settings for logfile, file handling, configuration on-the-fly, and auto-start."),4, 0, 1, 50, Qt::AlignLeft);
    511511  gLayout->addWidget(new QLabel("    "),5,0);
    512512  ggroup->setLayout(gLayout);
     
    650650  aLayout->addWidget(new QLabel("Script (full path)"),            3, 0);
    651651  aLayout->addWidget(_adviseScriptLineEdit,                       3, 1,1,30);
    652   aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes."),5,0,1,50,Qt::AlignLeft);
     652  aLayout->addWidget(new QLabel("Failure and recovery reports, advisory notes."),4,0,1,50,Qt::AlignLeft);
     653  aLayout->addWidget(new QLabel("    "),                          5, 0);
    653654  agroup->setLayout(aLayout);
    654655
     
    698699  pppLayout->addWidget(new QLabel("Coordinates from Precise Point Positioning (PPP)."),4, 0,1,15);
    699700  pppLayout->addWidget(new QLabel("    "),                   5, 0);
    700   pppLayout->addWidget(new QLabel("    "),                   6, 0);
    701   pppLayout->addWidget(new QLabel("    "),                   7, 0);
    702701  pppgroup->setLayout(pppLayout);
    703702
Note: See TracChangeset for help on using the changeset viewer.