AlbumShaper
1.0a3
|
#include <qlayout.h>
#include <qlabel.h>
#include <qcombobox.h>
#include <qpushbutton.h>
#include <q3frame.h>
#include <qslider.h>
#include <qtooltip.h>
#include <qsizegrip.h>
#include <Q3GridLayout>
#include <QPixmap>
#include <QKeyEvent>
#include "grainEditor.h"
#include "panningPreviewInterface.h"
#include "selectionPlacementInterface.h"
#include "../blurSharpenSlider.h"
#include "../clickableLabel.h"
#include "../../config.h"
#include "../../backend/manipulations/blur.h"
#include "../../backend/manipulations/sharpen.h"
#include "../../backend/manipulations/edgeDetect.h"
#include "../../backend/tools/imageTools.h"
Go to the source code of this file.
Macros | |
#define | SLIDER_RADIUS 50 |
#define SLIDER_RADIUS 50 |
Definition at line 37 of file grainEditor.cpp.
Referenced by GrainEditor::GrainEditor().