mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 04:40:37 +02:00
GUI Update 2
This commit is contained in:
@@ -87,7 +87,6 @@ void slotCreateFloodFillTool();
|
||||
void slotAboutDialog();
|
||||
|
||||
void slotChangeDim();
|
||||
void slotGetDim();
|
||||
|
||||
void slotEnterPressed();
|
||||
|
||||
@@ -112,6 +111,8 @@ void setDefaultToolValue();
|
||||
|
||||
// What we'll draw on
|
||||
PaintingArea* paintingArea;
|
||||
int maxHeight;
|
||||
int maxWidth;
|
||||
|
||||
const QSize Buttonsize = QSize(35,35);
|
||||
QPixmap preview;
|
||||
@@ -177,7 +178,6 @@ QAction* actionCreateFloodFillTool;
|
||||
|
||||
// dimension actions
|
||||
QAction*actionChangeDim;
|
||||
QAction*actionGetDim;
|
||||
|
||||
// dialog actions
|
||||
QAction* actionAboutDialog;
|
||||
|
||||
Reference in New Issue
Block a user