Changeset 6668 in ntrip


Ignore:
Timestamp:
Mar 15, 2015, 2:20:36 PM (9 years ago)
Author:
weber
Message:

Documentation completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r6665 r6668  
    891891  pppLayout2sub->addWidget(_pppWidgets._addStaButton);
    892892  pppLayout2sub->addWidget(_pppWidgets._delStaButton);
    893   pppLayout2sub->addStretch(99);
     893  pppLayout2sub->addStretch(99); // weber
    894894 
    895895  pppLayout2->addLayout(pppLayout2sub);
     
    10091009
    10101010  _reqcPlotDirLineEdit = new QLineEdit(settings.value("reqcPlotDir").toString());
    1011   _reqcPlotDirLineEdit->setWhatsThis(tr("Specify the directory name for saving plots."));
     1011  _reqcPlotDirLineEdit->setWhatsThis(tr("Specify the directory name for saving plots in PNG format."));
    10121012
    10131013  _reqcSkyPlotSignals = new QLineEdit(settings.value("reqcSkyPlotSignals").toString());
     1014  _reqcSkyPlotSignals->setWhatsThis(tr("<p>G:1&2 R:1&2 J:1&2 E:1&7 C:1&6</p><p>G:1C&5X</p><p>C:6I&7I</p>"));
    10141015  connect(_reqcSkyPlotSignals, SIGNAL(textChanged(const QString &)),
    10151016          this, SLOT(slotBncTextChanged()));
Note: See TracChangeset for help on using the changeset viewer.