7#ifndef DLG_FILTER_THREAD_H
8#define DLG_FILTER_THREAD_H
39 QPixmap m_pixmapOriginal;
virtual void run()
Run this thread.
DlgFilterThread(const QPixmap &pixmapOriginal, QRgb rgbBackground, DlgSettingsColorFilter &dlgSettingsColorFilter)
Single constructor.
void signalTransferPiece(int xLeft, QImage image)
Send a processed vertical piece of the original pixmap. The destination is between xLeft and xLeft+pi...
Class for processing new filter settings. This is based on http://blog.debao.me/2013/08/how-to-use-qw...
Dialog for editing filtering settings.