#include <Optika_FileNameWidget.hpp>
List of all members.
Detailed Description
A small widget consisting of a button and label that allows the user to select a file through a QFileDialog. The label displays the currently selected file.
Constructor & Destructor Documentation
| Optika::FileNameWidget::FileNameWidget |
( |
QString |
currentFileName = QString(), |
|
|
bool |
mustAlreadyExist = false, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
Constructs a FileNameWidget
- Parameters:
-
| currentFileName | The Filename with which the widget should be initialized. |
| parent | The parent widget. |
Member Function Documentation
| QString Optika::FileNameWidget::getCurrentFileName |
( |
| ) |
|
Gets the current filename in the widget.
- Returns:
- The current filename in the widget.
| void Optika::FileNameWidget::getNewFileName |
( |
| ) |
[slot] |
Opens a QFileDialog allowing the user to select a new filename.
| void Optika::FileNameWidget::setCurrentFileName |
( |
QString |
newName | ) |
|
Sets the current filename in the widget.
- Parameters:
-
| The | name to which the widget should be set. |
The documentation for this class was generated from the following files:
- Optika_FileNameWidget.hpp
- Optika_FileNameWidget.cpp