#include <LoadWinStatList.h>
List of all members.
Constructor & Destructor Documentation
References TRACE.
: Dialog(parent, fl)
{
TRACE;
setupUi(this);
connect(buttonOk, SIGNAL(clicked()), this, SLOT(accept()) );
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()) );
}
Member Function Documentation
References TRACE.
{
TRACE;
for(int i=0; i<lists.count();++i) {
if(statList->item(i)->isSelected()) selList.append(lists.at(i));
}
}
References TRACE.
{
TRACE;
statList->clear();
for(QList<AbstractStation *>::iterator it=lists.begin(); it!=lists.end();++it) {
statList->addItem((*it)->name());
}
}
The documentation for this class was generated from the following files: