folderProperties Class Reference

A widget to manipulate folder properties. More...

#include <folderproperties.h>

List of all members.

Public Member Functions

 folderProperties (QWidget *parent=0)
virtual ~folderProperties ()
void setText (const QString &text)
QString text () const


Detailed Description

A widget to manipulate folder properties.

Actually, it only provides a field for the name.

Definition at line 30 of file folderproperties.h.


Constructor & Destructor Documentation

folderProperties::folderProperties ( QWidget *  parent = 0  ) 

The constructor.

Parameters:
parent The parent.

Definition at line 26 of file folderproperties.cpp.

folderProperties::~folderProperties (  )  [virtual]

The destructor.

Definition at line 36 of file folderproperties.cpp.


Member Function Documentation

void folderProperties::setText ( const QString &  text  ) 

Sets the text of the line editor.

Parameters:
text The text that will be set.

Definition at line 40 of file folderproperties.cpp.

QString folderProperties::text (  )  const

Returns:
The text of the line editor.

Definition at line 45 of file folderproperties.cpp.

Referenced by stationlistModel::helper_addNewFolder().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:

doxygen