1 #ifndef _BIBLIOTEQ_IMPORT_H_ 2 #define _BIBLIOTEQ_IMPORT_H_ 4 #include "ui_biblioteq_import.h" 15 void closeEvent(QCloseEvent *event);
16 void show(QMainWindow *parent);
19 QMap<int, QString> m_booksMappings;
20 Ui_importBrowser m_ui;
22 void changeEvent(QEvent *event);
23 void importBooks(QProgressDialog *progress,
29 void slotAddBookRow(
void);
30 void slotBooksTemplates(
int index);
32 void slotDeleteBookRow(
void);
33 void slotImport(
void);
35 void slotSelectCSVFile(
void);
Definition: biblioteq_import.h:9
Definition: biblioteq.h:173