Heart 1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
|
#include <QStandardPaths>
Go to the source code of this file.
Macros | |
#define | WAIT_TIME 30000 |
#define | WAIT_RESPOCE_TIME 10000 |
#define | LOCAL_SERVER "127.0.0.1" |
#define | DEFAULT_PORT 3090 |
#define | WAIT_CONFIRM_TIME WAIT_TIME |
#define | DEFAULT_DB_NAME "Storage.sqlite" |
#define | DEFAULT_DB_PATH QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) |
#define | DEFAULT_DB_INIT_FILE_PATH ":/sql/res/BaseDB.sql" |
#define | DEFAULT_UPDATE_INTERVAL 3600000 |
#define | QH_DB_DRIVER "DBDriver" |
#define | QH_DB_FILE_PATH "DBFilePath" |
#define | QH_DB_INIT_FILE "DBInitFile" |
#define | QH_DB_PASS "DBPass" |
#define | QH_DB_LOGIN "DBLogin" |
#define | QH_DB_HOST "DBHost" |
#define | QH_DB_PORT "DBPort" |
#define | QH_DB_BACKUP_PATH "DBBackUpPath" |
#define | ROUTE_CACHE_LIMIT 1000 |
#define | TRANSPORT_PACKAGES_CACHE 1000 |
#define | PACKAGE_CACHE_SIZE 1000 |
#define DEFAULT_DB_PATH QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) |