19 #ifndef CIMPORTINGREDIENTDIALOG_H 20 #define CIMPORTINGREDIENTDIALOG_H 27 #include <QStandardItemModel> 28 #include <QItemSelection> 61 void setPluginList(
const QList<cPlugin*> pluginList);
64 Ui::cImportIngredientDialog*
ui;
69 void on_m_lpSearchButton_clicked();
70 void on_m_lpSearchString_textChanged(
const QString &arg1);
77 void onIngredientListSelectionChanged(
const QItemSelection& selected,
const QItemSelection& deselected);
88 QStandardItem* addGroup(
const QString& group);
98 void initIngredientList();
103 void initIngredientDetails();
106 #endif // CIMPORTINGREDIENTDIALOG_H QStandardItemModel * m_lpIngredientDetailsModel
Definition: cimportingredientdialog.h:66
Ui::cImportIngredientDialog * ui
Definition: cimportingredientdialog.h:64
Definition: cconfigdialog.h:27
This dialog imports ingredients based on the selected import plugin.
Definition: cimportingredientdialog.h:39
QStandardItemModel * m_lpIngredientListModel
Definition: cimportingredientdialog.h:65
QList< cPlugin * > m_pluginList
Definition: cimportingredientdialog.h:80