PictureCrypt  1.4.1
An image-steganography project
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CQDialog
 CAboutPCThe About Page dialog
 CEncryptDialogClass to get the image and key to store secret info
 CQMainWindow
 CViewPCView layer of the app. Controls EncryptDialog and ProgressDialog
 CQObject
 CControllerPCThe ControllerPC class Controller class, which controls View and Model layers
 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