mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 21:00:37 +02:00
added Dimension
added the change and get dimesions stuff
This commit is contained in:
@@ -77,6 +77,9 @@ void slotCreateFloodFillTool();
|
||||
|
||||
void slotAboutDialog();
|
||||
|
||||
void slotChangeDim();
|
||||
void slotGetDim();
|
||||
|
||||
void slotEnterPressed();
|
||||
|
||||
void slotSetWidth();
|
||||
@@ -160,6 +163,10 @@ QAction*actionCreateCircleTool;
|
||||
QAction*actionCreatePolygonTool;
|
||||
QAction*actionCreateFloodFillTool;
|
||||
|
||||
// dimension actions
|
||||
QAction*actionChangeDim;
|
||||
QAction*actionGetDim;
|
||||
|
||||
// dialog actions
|
||||
QAction*actionAboutDialog;
|
||||
QAction*actionAboutQtDialog;
|
||||
|
||||
Reference in New Issue
Block a user