Preprozessor

This commit is contained in:
Sonaion
2019-12-06 07:51:55 +01:00
parent fd1a6d2f9d
commit c9086c8e32
4 changed files with 25 additions and 10 deletions

View File

@@ -17,7 +17,7 @@ class PaintingArea : public QWidget
Q_OBJECT
public:
PaintingArea(int maxWidth=1000, int maxHeight=800, QWidget *parent = nullptr);
PaintingArea(int maxWidth=600, int maxHeight=600, QWidget *parent = nullptr);
// Handles all events
bool openImage(const QString &fileName);