MagicSmoke
$VERSION$
|
#include "centbox.h"
#include "main.h"
#include "misc.h"
#include "msinterface.h"
#include "orderwin.h"
#include "customerdlg.h"
#include "carttab.h"
#include "MTGetAllShipping"
#include "MTGetCoupon"
#include "MTGetEvent"
#include "MTGetValidVoucherPrices"
#include "MTGetVoucher"
#include "MTCreateOrder"
#include "MTCreateReservation"
#include "MOCoupon"
#include "MOCouponRule"
#include <QApplication>
#include <QBoxLayout>
#include <QComboBox>
#include <QDebug>
#include <QFormLayout>
#include <QFrame>
#include <QGridLayout>
#include <QInputDialog>
#include <QLabel>
#include <QMenu>
#include <QMenuBar>
#include <QMessageBox>
#include <QPushButton>
#include <QSettings>
#include <QSpinBox>
#include <QStandardItemModel>
#include <QTableView>
#include <QTextEdit>
Macros | |
#define | COL_AMOUNT 0 |
#define | COL_NOTES 4 |
#define | COL_PRICE 3 |
#define | COL_START 2 |
#define | COL_TITLE 1 |
Variables | |
static const int | CART_EVENTDATAROLE =Qt::UserRole+6 |
static const int | CART_IDROLE =Qt::UserRole |
static const int | CART_NOTECOPY =Qt::UserRole+7 |
static const int | CART_ORIGPRICEIDROLE =Qt::UserRole+5 |
static const int | CART_PRICEIDROLE =Qt::UserRole+3 |
static const int | CART_PRICEROLE =Qt::UserRole+4 |
static const int | CART_TICKET =1 |
static const int | CART_TYPEROLE =Qt::UserRole+2 |
static const int | CART_VALUEROLE =Qt::UserRole+1 |
static const int | CART_VOUCHER =2 |
static const int | SHIPPING_IDROLE = Qt::UserRole |
static const int | SHIPPING_PRICEROLE = Qt::UserRole+1 |
#define COL_AMOUNT 0 |
#define COL_NOTES 4 |
#define COL_PRICE 3 |
#define COL_START 2 |
#define COL_TITLE 1 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Referenced by MCartTab::updateShipping().
|
static |
Referenced by MCartTab::updateShipping().