#include <widgets/MultiInputDialog.h>
|
| MultiInputDialog (const QString &title, QWidget *parent=NULL) |
|
void | addInputField (const QString &name, const QString &description, const QString &data, bool multiLine=false) |
|
QString | getInput (const QString &name) |
|
◆ MultiInputDialog()
◆ addInputField()
void addInputField |
( |
const QString & |
name, |
|
|
const QString & |
description, |
|
|
const QString & |
data, |
|
|
bool |
multiLine = false |
|
) |
| |
◆ getInput()
QString getInput |
( |
const QString & |
name | ) |
|
◆ mInputFields
std::map<QString, QWidget*> mInputFields |
|
protected |
◆ mButtonBox
QDialogButtonBox* mButtonBox |
|
protected |
◆ mLayout
The documentation for this class was generated from the following file: