#include <folderproperties.h>
Public Member Functions | |
folderProperties (QWidget *parent=0) | |
virtual | ~folderProperties () |
void | setText (const QString &text) |
QString | text () const |
Actually, it only provides a field for the name.
Definition at line 30 of file folderproperties.h.
folderProperties::folderProperties | ( | QWidget * | parent = 0 |
) |
folderProperties::~folderProperties | ( | ) | [virtual] |
The destructor.
Definition at line 36 of file folderproperties.cpp.
void folderProperties::setText | ( | const QString & | text | ) |
Sets the text of the line editor.
text | The text that will be set. |
Definition at line 40 of file folderproperties.cpp.
QString folderProperties::text | ( | ) | const |
Definition at line 45 of file folderproperties.cpp.
Referenced by stationlistModel::helper_addNewFolder().