Changeset 6668 in ntrip
- Timestamp:
- Mar 15, 2015, 2:20:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6665 r6668 891 891 pppLayout2sub->addWidget(_pppWidgets._addStaButton); 892 892 pppLayout2sub->addWidget(_pppWidgets._delStaButton); 893 pppLayout2sub->addStretch(99); 893 pppLayout2sub->addStretch(99); // weber 894 894 895 895 pppLayout2->addLayout(pppLayout2sub); … … 1009 1009 1010 1010 _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.")); 1012 1012 1013 1013 _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>")); 1014 1015 connect(_reqcSkyPlotSignals, SIGNAL(textChanged(const QString &)), 1015 1016 this, SLOT(slotBncTextChanged()));
Note:
See TracChangeset
for help on using the changeset viewer.