#include <qlayout.h>
#include <qlabel.h>
#include <qcombobox.h>
#include <qpushbutton.h>
#include <qframe.h>
#include <qslider.h>
#include <qtooltip.h>
#include <qsizegrip.h>
#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.
Defines | |
#define | SLIDER_RADIUS 50 |
#define SLIDER_RADIUS 50 |
Definition at line 33 of file grainEditor.cpp.
Referenced by HistogramEditor::adjustImage(), GrainEditor::GrainEditor(), and HistogramEditor::HistogramEditor().