very naughty, I know Change-Id: Ia63f4e0d0e02ad66144ba64e256750586150aac8
@@ -203,6 +203,8 @@ QVariant PictureModel::data(const QModelIndex &index, int role) const
switch (role) {
case SizeRole:
return QSize(1222,900);
+ case RatioRole:
+ return 1222/900;
case NameRole:
return "Qt logo";
case PathRole: