PictureCrypt  1.4.1
An image-steganography project
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAboutPCThe About Page dialog
 CControllerPCThe ControllerPC class Controller class, which controls View and Model layers
 CEncryptDialogClass to get the image and key to store secret info
 CModelPCThe ModelPC class Model Layer of the app. Main class that does the work of PictureCrypt logic Controled by ControllerPC
 CQAESEncryptionSmall and portable AES encryption class for Qt. Supports all key sizes - 128/192/256 bits - ECB, CBC, CFB and OFB modes. Class made entirely by bricke. Github: https://github.com/bricke/Qt-AES
 CViewPCView layer of the app. Controls EncryptDialog and ProgressDialog