Window for adding a new item to an enumeration.
More...
#include <enumerationmemberwindow.h>
|
|
void | accept () Q_DECL_OVERRIDE |
| | Validates all data and closes this window if successful.
|
| |
|
| virtual void | showEvent (QShowEvent *event) Q_DECL_OVERRIDE |
| | Sets up this window, e.g. by setting the focus on the first widget. More...
|
| |
Window for adding a new item to an enumeration.
◆ EnumerationMemberWindow()
| EnumerationMemberWindow::EnumerationMemberWindow |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Constructs a new window for adding a new item to an enumeration.
- Parameters
-
| parent | Optional owner widget. |
◆ getText()
| QString EnumerationMemberWindow::getText |
( |
| ) |
const |
Gets the item to add.
- Returns
- Item to add.
◆ showEvent()
| void EnumerationMemberWindow::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
Sets up this window, e.g. by setting the focus on the first widget.
- Parameters
-
| event | Event for showing this window. |
The documentation for this class was generated from the following files: