![]() |
MyBooks
|
Book title database maintenance. More...
#include <dlgnewbook.hpp>
Classes | |
class | NewBookPrivate |
Public Member Functions | |
DlgNewBook (QWidget *parent=0) | |
~DlgNewBook () | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
void | showEvent (QShowEvent *) |
void | resizeEvent (QResizeEvent *) |
void | closeEvent (QCloseEvent *) |
Private Slots | |
void | slotAddBook () |
Private Member Functions | |
void | showError (const QSqlError &err) |
*d-ptr to GUI designer form More... | |
void | loadTitles () |
void | displaySettings () |
load books data into table for display More... | |
void | readSettings () |
display all settings values if used More... | |
void | saveSettings () |
read DlgNewBook settings from file More... | |
Private Attributes | |
NewBookPrivate * | d |
Ui::DlgNewBook * | ui |
*d-ptr to local private vars More... | |
Book title database maintenance.
This dialog provides an interface to the Books database table to allow add, update, and delete of all New Titles records.
This dialog uses the Relational Table Model and delegates to maintain the related fields.
|
explicit |
DlgNewBook::~DlgNewBook | ( | ) |
|
protected |
|
protected |
|
private |
load books data into table for display
|
private |
|
private |
display all settings values if used
|
protected |
|
private |
read DlgNewBook settings from file
|
private |
*d-ptr to GUI designer form
|
protected |
|
privateslot |
|
private |
|
private |
*d-ptr to local private vars