All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Brief description of class still missing. More...
#include <PeakEditor.h>
Signals | |
| void | touched () |
Public Member Functions | |
| PeakEditor (QWidget *parent=0) | |
| void | setStations (QList< AbstractStation * > stations) |
| ~PeakEditor () | |
Brief description of class still missing.
Full description of class still missing
| MonoStation::PeakEditor::PeakEditor | ( | QWidget * | parent = 0 | ) |
| void MonoStation::PeakEditor::setStations | ( | QList< AbstractStation * > | stations | ) |
References TRACE.
Referenced by MonoStation::WinResults::editPeaks().
{
TRACE;
peakTable->setModel(new PeakItemModel(stations, this));
peakTable->setSelectionBehavior(QAbstractItemView::SelectRows);
peakTable->setSelectionMode(QAbstractItemView::ExtendedSelection);
Settings::columnWidth(peakTable, "PeakEditorTable");
}
| void MonoStation::PeakEditor::touched | ( | ) | [signal] |