Skip to content
Snippets Groups Projects
Commit 4140cdf8 authored by passscod's avatar passscod
Browse files

neu

parent 4372c420
No related branches found
No related tags found
No related merge requests found
#include "TranslationDock.h"
#ifndef TRANSLATIONDOCK_H
#define TRANSLATIONDOCK_H
#endif // TRANSLATIONDOCK_H
#ifndef TRANSLATIONDOCK_H
#define TRANSLATIONDOCK_H
class TranslationDock : public QDockWidget{
public:
TranslationDock();
private:
QCheckBox *mirrorCheckbox;
QLineEdit *zoomXInp;
QLineEdit *zoomYInp;
QLineEdit *rotInp;
QLabel *translationLabelA;
QLabel *translationLabelB;
QLabel *translationLabelC;
QLabel *translationLabelD;
QMatrix *transMat;
private slots:
translate();
calcTranslation();
};
#endif // TRANSLATIONDOCK_H
......@@ -7,6 +7,7 @@ HEADERS = imageviewer.h \
ManipulationTool.h \
Picture.h \
Tool.h \
TranslationDock.h \
main.h \
tools/drawTool.h \
tools/floydSteinberg.h \
......@@ -19,6 +20,7 @@ SOURCES = imageviewer.cpp \
InteractionTool.cpp \
ManipulationTool.cpp \
Picture.cpp \
TranslationDock.cpp \
main.cpp \
tools/drawTool.cpp \
tools/floydSteinberg.cpp \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment