All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
#include <LoadFormat.h>
Public Member Functions | |
SignalFileFormat | format () const |
LoadFormat (QWidget *parent=0) | |
void | setSignalFileName (const QString &f) |
GeopsyGui::LoadFormat::LoadFormat | ( | QWidget * | parent = 0 | ) |
Referenced by GeopsyGui::GeopsyGuiEngine::askLoadFormat().
{
return _formats.at(fileFormat->currentIndex()).second;
}
void GeopsyGui::LoadFormat::setSignalFileName | ( | const QString & | f | ) |
Referenced by GeopsyGui::GeopsyGuiEngine::askLoadFormat().
{ QString s=f; if(s.count()>40) { s="..."+s.right(40); } signalFileName->setText(s); }