MagicSmoke
$VERSION$
|
#include "servercfg.h"
#include "msinterface.h"
#include "templates.h"
#include "MTGetAllContactTypes"
#include "MTGetAllShipping"
#include "MTGetPrintAtHomeSettings"
#include "MTSetPrintAtHomeSettings"
#include <QBoxLayout>
#include <QCheckBox>
#include <QComboBox>
#include <QCoreApplication>
#include <QDebug>
#include <QFormLayout>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QPushButton>
#include <QSettings>
#include <QSpinBox>
Macros | |
#define | INIT_TIMER 5*60 |
#define | INVOICECS "InvoiceChecksum" |
#define | INVOICENM "InvoiceName" |
#define | MAILCONTACTS "MailContactTypes" |
#define | MAILCS "MailChecksum" |
#define | SHIPPING "ShippingTypes" |
#define | TICKETCS "TicketChecksum" |
#define | TICKETNM "TicketName" |
#define | VOUCHERCS "VoucherChecksum" |
#define | VOUCHERNM "VoucherName" |
Functions | |
static QPair< QString, QString > | str2strpair (const QString &str) |
static QString | strpair2str (const QPair< QString, QString > &pair) |
static QString | strpair2str (const QString &checksum, const QString &filename) |
#define INIT_TIMER 5*60 |
#define INVOICECS "InvoiceChecksum" |
Referenced by MPServerConfig::save().
#define INVOICENM "InvoiceName" |
Referenced by MPServerConfig::billFileName(), and MPServerConfig::save().
#define MAILCONTACTS "MailContactTypes" |
Referenced by MPServerConfig::mailContactTypeIds(), and MPServerConfig::save().
#define MAILCS "MailChecksum" |
Referenced by MPServerConfig::save().
#define SHIPPING "ShippingTypes" |
Referenced by MPServerConfig::save(), and MPServerConfig::shippingIds().
#define TICKETCS "TicketChecksum" |
Referenced by MPServerConfig::save().
#define TICKETNM "TicketName" |
Referenced by MPServerConfig::save(), and MPServerConfig::ticketFileName().
#define VOUCHERCS "VoucherChecksum" |
Referenced by MPServerConfig::save().
#define VOUCHERNM "VoucherName" |
Referenced by MPServerConfig::save(), and MPServerConfig::voucherFileName().
|
inlinestatic |
|
inlinestatic |
Referenced by MPServerConfig::MPServerConfig(), and strpair2str().
|
inlinestatic |
References strpair2str().