24 class QmlProfile :
public QObject
27 Q_PROPERTY(
int width READ width CONSTANT)
28 Q_PROPERTY(
int height READ height CONSTANT)
29 Q_PROPERTY(
double aspectRatio READ aspectRatio CONSTANT)
30 Q_PROPERTY(
double fps READ fps CONSTANT)
33 static QmlProfile& singleton();
37 double aspectRatio()
const;
41 explicit QmlProfile();
42 QmlProfile(QmlProfile
const&);
43 void operator=(QmlProfile
const&);