23class 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)
30 Q_PROPERTY(
double sar READ sar CONSTANT)
33 static QmlProfile &singleton();
37 double aspectRatio()
const;
42 void profileChanged();
45 explicit QmlProfile();
46 QmlProfile(QmlProfile
const &);
47 void operator=(QmlProfile
const &);