#include <Dialog.h>
Collaboration diagram for Dialog:
Public Member Functions | |
Dialog (DatabaseManager *, string title, bool addbutton) | |
Private Slots | |
virtual void | deleteClicked () |
virtual void | addClicked () |
virtual void | quitClicked () |
virtual void | showDetails (QModelIndex) |
Private Member Functions | |
void | setModelData () |
Private Attributes | |
DatabaseManager * | manager |
QTextEdit | details |
QHBoxLayout | layout_main |
QVBoxLayout | layout_ctrlbutt |
TreeModel | treemodel |
QTreeView | treeview |
QPushButton * | butt_QUIT |
QPushButton * | butt_DELETE |
QPushButton * | butt_ADD |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|