50 bool load(
const QUrl& file,
bool fit =
true);
51 void setImage(
const QImage& img,
bool fit =
true);
52 void setText(
const QString& text,
const QColor& color = Qt::white);
53 void setBusy(
bool b,
const QString& text = QString());
54 void setThumbnail(
const QPixmap& preview = QPixmap());
55 void setButtonText(
const QString& text);
56 void setButtonVisible(
bool b);
57 void setSelectionAreaPossible(
bool b);
65 void setSelectionArea(
const QRectF& rectangle);
66 QRectF getSelectionArea()
const;
75 void slotLoad(
const QUrl& url);
79 void slotProgressTimerDone();
84 Private*
const d =
nullptr;