Implement exporting PNG images

This commit is contained in:
G.K.MacGregor
2021-06-03 22:26:54 +01:00
parent 23c2623bcf
commit c8e57150eb
5 changed files with 90 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ public slots:
void toggleReveal(bool);
void toggleMix(bool);
void updateFlashTimer(int);
void pauseFlash(bool);
void refreshRow(int);
void setControlBit(int, bool);
@@ -119,6 +120,7 @@ public slots:
void updateCursor();
void updateSelection();
void toggleGrid(bool);
void hideGUIElements(bool);
void setFullScreenColour(const QColor &);
void setFullRowColour(int, const QColor &);