![]() |
MyBooks
|
Book title database maintenance. More...
#include <dlgbooks.hpp>
Classes | |
class | BooksPrivate |
Public Member Functions | |
DlgBooks (QWidget *parent=0) | |
~DlgBooks () | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
void | showEvent (QShowEvent *) |
void | resizeEvent (QResizeEvent *) |
void | closeEvent (QCloseEvent *) |
Private Slots | |
void | findTitle () |
void | findAuthTitles () |
responds to a change in the title search box text More... | |
void | slotClrSrch () |
responds to a change in the author search box text More... | |
void | slotAddBook () |
responds to Clear button click event More... | |
void | slotRowSel () |
responds to a add new book button click More... | |
void | slotEditBook () |
responds to a click in a row of the titles list. More... | |
void | slotDelBook () |
responds to a edit book button click event More... | |
void | slotActivateDel () |
responds to a delete botton click. More... | |
Private Member Functions | |
void | loadTable () |
void | displaySettings () |
void | readSettings () |
void | saveSettings () |
Private Attributes | |
BooksPrivate * | d |
Ui::DlgBooks * | ui |
Book title database maintenance.
This dialog provides an interface to the Books database table to allow add, update, and delete of all Books records and / or foreign keys.
|
explicit |
DlgBooks::~DlgBooks | ( | ) |
|
protected |
|
protected |
|
private |
|
privateslot |
responds to a change in the title search box text
|
privateslot |
|
private |
|
private |
|
protected |
|
private |
|
protected |
|
privateslot |
responds to a delete botton click.
|
privateslot |
responds to Clear button click event
|
privateslot |
responds to a change in the author search box text
|
privateslot |
responds to a edit book button click event
|
privateslot |
responds to a click in a row of the titles list.
|
privateslot |
responds to a add new book button click
|
private |
|
private |