21 #ifndef LINEINPUTDIALOG_H 22 #define LINEINPUTDIALOG_H 24 #include "Gui/Utils/Widgets/Dialog.h" 25 #include "Utils/Pimpl.h" 27 UI_FWD(LineInputDialog)
53 LineInputDialog(
const QString& window_title,
const QString& info_text,
const QString& input_text, QWidget* parent=
nullptr);
54 LineInputDialog(
const QString& window_title,
const QString& info_text, QWidget* parent=
nullptr);
57 void set_header_text(
const QString&
text);
58 void set_info_text(
const QString&
text);
59 void set_completer_text(
const QStringList& lst);
87 void cancel_clicked();
90 void showEvent(QShowEvent* e)
override;
91 void closeEvent(QCloseEvent* e)
override;
95 #endif // LINEINPUTDIALOG_H
Definition: AbstractLibrary.h:36
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()...
Definition: Dialog.h:33