#include <configuration.h>
Public Attributes | |
bool | UseFtp |
whether we are using FTP transfer | |
bool | UseThumb |
whether we are using thumbnail transfer | |
bool | UseOffline |
whether we are using offline image | |
QString | Host |
the ftp host | |
int | Port |
the ftp host | |
QString | User |
the ftp user for login | |
QString | Password |
the ftp password to be used to connect ro the ftp host | |
QString | TransferPath |
the path on the ftp server to transfer the pictures to. |
Definition at line 61 of file configuration.h.