mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Color Warnings (ink coverage + rich black)
This commit is contained in:
@ -59,7 +59,10 @@ private:
|
||||
void onAlarmColorButtonClicked();
|
||||
void onSimulateSeparationsChecked(bool checked);
|
||||
void onSimulatePaperColorChecked(bool checked);
|
||||
void onDisplayModeChanged();
|
||||
void onInksChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight, const QVector<int>& roles);
|
||||
void onInkCoverageLimitChanged(double value);
|
||||
void onRichBlackLimtiChanged(double value);
|
||||
|
||||
struct RenderedImage
|
||||
{
|
||||
|
Reference in New Issue
Block a user