|
Book Shelf
|
The BookInput class is a dialog that allows the user to input a new book. More...
#include <bookinput.h>
Public Member Functions | |
| BookInput (BookTableModel *model, QWidget *parent=nullptr) | |
| Construct a new BookInput object. | |
| ~BookInput () | |
| Destroy the BookInput object. | |
The BookInput class is a dialog that allows the user to input a new book.
|
explicit |
Construct a new BookInput object.
| model | The model that contains the books. |
| parent | The parent widget. |