#include <folderpropertiesdialog.h>
Public Member Functions | |
folderPropertiesDialog (QWidget *parent=0) | |
virtual | ~folderPropertiesDialog () |
Public Attributes | |
folderProperties * | centralWidget |
Uses folderProperties as central widget.
Definition at line 30 of file folderpropertiesdialog.h.
folderPropertiesDialog::folderPropertiesDialog | ( | QWidget * | parent = 0 |
) |
The constructor.
parent | The parent. |
Definition at line 23 of file folderpropertiesdialog.cpp.
References centralWidget.
folderPropertiesDialog::~folderPropertiesDialog | ( | ) | [virtual] |
The destructor.
Definition at line 30 of file folderpropertiesdialog.cpp.
A direct access to the central widget.
Definition at line 42 of file folderpropertiesdialog.h.
Referenced by folderPropertiesDialog(), and stationlistModel::helper_addNewFolder().