
This folder contains copies of the *.{cpp,h,ui} files from the frontend
QBanking in AqBanking.

The only different source/header files are qbanking.cpp and qbanking.h, 
because QBankManager needs the QBanking class to inherit the class App
instead of directy inheriting the class Banking.

All other source/ui/header files can be copied between AqBanking and
QBankManager.

