QElectroTech 0.100.0-dev
|
#include <QVersionNumber>
#include <QDomElement>
Go to the source code of this file.
Namespaces | |
namespace | QetVersion |
Enumerations | |
enum | QetVersion::VersionType { QetVersion::dev = 0 , QetVersion::alpha1 = 1 , QetVersion::alpha2 = 2 , QetVersion::alpha3 = 3 , QetVersion::stable = 4 } |
Functions | |
QVersionNumber | QetVersion::currentVersion () |
QString | QetVersion::displayedVersion () |
QVersionNumber | QetVersion::versionZeroDotSix () |
void | QetVersion::toXmlAttribute (QDomElement &xml) |
toXmlAttribute Write version as an attribute of xml | |
QVersionNumber | QetVersion::fromXmlAttribute (const QDomElement &xml) |
fromXmlAttribute Read and return a QVersionNumber stored as attribute of xml | |