mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Color percent indicator for output preview
This commit is contained in:
@ -53,8 +53,10 @@ public:
|
||||
private:
|
||||
void updateInks();
|
||||
void updatePaperColorWidgets();
|
||||
void updateAlarmColorButtonIcon();
|
||||
|
||||
void onPaperColorChanged();
|
||||
void onAlarmColorButtonClicked();
|
||||
void onSimulateSeparationsChecked(bool checked);
|
||||
void onSimulatePaperColorChecked(bool checked);
|
||||
void onInksChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight, const QVector<int>& roles);
|
||||
|
Reference in New Issue
Block a user