13 #ifndef MAGICSMOKE_PAYEDIT_H
14 #define MAGICSMOKE_PAYEDIT_H
23 class QStandardItemModel;
26 #include "MOPaymentType"
38 void changeDescription();
53 QList<MOPaymentType>all;
54 QStandardItemModel*model;
MPaymentEditor(QWidget *)
instantiate the editor
Definition: payedit.cpp:46
qint64 value() const
returns the currently set money value in cents
Definition: payedit.cpp:361
void setMaximum(qint64)
set the maximum that can be entered
Definition: payedit.cpp:351
an editor for payment types, this is a direct interface to the paymenttype table on the server side ...
Definition: payedit.h:29
QString paytype() const
returns the selected payment type
Definition: payedit.cpp:366
simple dialog to enter payment data
Definition: payedit.h:60
QString paydata() const
returns the currently entered payment data
Definition: payedit.cpp:371
void setValue(qint64)
set the current money value in cents
Definition: payedit.cpp:356
MPaymentDialog(QWidget *parent=0, Qt::WindowFlags f=0)
instantiate the dialog
Definition: payedit.cpp:313