PictureCrypt
1.4.1
An image-steganography project
|
#include <QObject>
#include <QImage>
#include <QByteArray>
#include <QColor>
#include <QPoint>
#include <QVector>
#include <QProcess>
#include <QTime>
#include <QFileInfo>
#include <QtGui>
#include <QtCore/QRandomGenerator>
#include <QPair>
#include "qaesencryption.h"
#include <QCryptographicHash>
Go to the source code of this file.
Classes | |
class | ModelPC |
The ModelPC class Model Layer of the app. Main class that does the work of PictureCrypt logic Controled by ControllerPC. More... | |