The ImportElementTextPatternDialog class A dialog use for ask user to select a element text pattern. This dialog is highly inspired from QInputDialog::getItem. In fact this the same + a check box.
More...
#include <importelementtextpatterndialog.h>
Inherits QDialog.
|
| static QString | getItem (QWidget *parent, const QString &title, const QString &label, const QStringList &items, bool *ok=nullptr, bool *erase=nullptr) |
| | ImportElementTextPatternDialog::getItem For all arguments see QInputDialog::getItem, except for erase, they store the state of the check box. More...
|
| |
|
| Ui::ImportElementTextPatternDialog * | ui |
| |
The ImportElementTextPatternDialog class A dialog use for ask user to select a element text pattern. This dialog is highly inspired from QInputDialog::getItem. In fact this the same + a check box.
◆ ImportElementTextPatternDialog()
| ImportElementTextPatternDialog::ImportElementTextPatternDialog |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~ImportElementTextPatternDialog()
| ImportElementTextPatternDialog::~ImportElementTextPatternDialog |
( |
| ) |
|
◆ getItem()
| QString ImportElementTextPatternDialog::getItem |
( |
QWidget * |
parent, |
|
|
const QString & |
title, |
|
|
const QString & |
label, |
|
|
const QStringList & |
items, |
|
|
bool * |
ok = nullptr, |
|
|
bool * |
erase = nullptr |
|
) |
| |
|
static |
◆ setComboBoxItems()
| void ImportElementTextPatternDialog::setComboBoxItems |
( |
const QStringList & |
items | ) |
|
◆ setLabelText()
| void ImportElementTextPatternDialog::setLabelText |
( |
const QString & |
label | ) |
|
◆ textValue()
| QString ImportElementTextPatternDialog::textValue |
( |
| ) |
const |
◆ ui
| Ui::ImportElementTextPatternDialog* ImportElementTextPatternDialog::ui |
|
private |
The documentation for this class was generated from the following files: