17 #ifndef KDREPORTSPREVIEWWIDGET_H
18 #define KDREPORTSPREVIEWWIDGET_H
27 class PreviewWidgetPrivate;
55 bool isSelected(
int pageNumber)
const;
64 void setPageSizeChangeAllowed(
bool b);
71 void setShowTableSettingsDialog(
bool b);
77 void setWidthForEndlessPrinter(qreal widthMM);
90 bool printWithDialog();
95 void setShowPageListWidget(
bool show);
105 QSize sizeHint()
const override;
108 #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
114 void pageSizeChanged(
const QPageSize &pageSize);
135 friend class PreviewWidgetPrivate;
136 std::unique_ptr<PreviewWidgetPrivate> d;