mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
GUI adjustments, display settings
This commit is contained in:
@ -51,6 +51,14 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
enum DisplayMode
|
||||
{
|
||||
Separations,
|
||||
ColorWarningInkCoverage,
|
||||
ColorWarningRichBlack,
|
||||
InkCoverage
|
||||
};
|
||||
|
||||
void updateInks();
|
||||
void updatePaperColorWidgets();
|
||||
|
||||
@ -67,7 +75,11 @@ private:
|
||||
|
||||
void updatePageImage();
|
||||
void onPageImageRendered();
|
||||
RenderedImage renderPage(const pdf::PDFPage* page, QSize renderSize, pdf::PDFRGB paperColor, uint32_t activeColorMask);
|
||||
RenderedImage renderPage(const pdf::PDFPage* page,
|
||||
QSize renderSize,
|
||||
pdf::PDFRGB paperColor,
|
||||
uint32_t activeColorMask,
|
||||
pdf::PDFTransparencyRendererSettings::Flags additionalFlags);
|
||||
bool isRenderingDone() const;
|
||||
|
||||
Ui::OutputPreviewDialog* ui;
|
||||
|
Reference in New Issue
Block a user