23 class QmlProfile :
public QObject
26 Q_PROPERTY(
int width READ width CONSTANT)
27 Q_PROPERTY(
int height READ height CONSTANT)
28 Q_PROPERTY(
double aspectRatio READ aspectRatio CONSTANT)
29 Q_PROPERTY(
double fps READ fps CONSTANT)
32 static QmlProfile& singleton();
36 double aspectRatio()
const;
40 void profileChanged();
43 explicit QmlProfile();
44 QmlProfile(QmlProfile
const&);
45 void operator=(QmlProfile
const&);