113 return d->m_relative;
Represents a cloud service.
void setUrl(const QString &url)
Sets the url of the Cloud service.
QString url() const
Gets the url of the Cloud service.
void setQuota(qulonglong quota)
Sets the quota of the Cloud service.
void setRelative(float relative)
Sets the relative of the Cloud service.
void setUsed(qulonglong used)
Sets the used amount of the Cloud service.
QUrl icon() const
Gets the icon of the Cloud service.
QString name() const
Gets the name of the Cloud service.
Cloud & operator=(const Cloud &other)
Assignment operator.
qulonglong quota() const
Gets the quota of the Cloud service.
void setKey(const QString &privateKey)
Sets the private key of the Cloud service.
void setName(const QString &name)
Sets the name of the Cloud service.
void setFree(qulonglong free)
Sets the free amount of the Cloud service.
qulonglong free() const
Gets the free amount of the Cloud service.
float relative() const
Gets the relative of the Cloud service.
QString key() const
Gets the private key of the Cloud service.
void setIcon(const QUrl &icon)
Sets the icon of the Cloud service.
Cloud()
Creates an empty Cloud.
qulonglong used() const
Gets the used amount of the Cloud service.