*Querying webAPI for adverts content;
*Starting browsers new tab with url specified in json file
*Basic QML items and models
*Overview tab layout changes
*Storing images on harddrive (temporary solution)
*Sending queries to webAPI straight from widget (temporary solution)
coming next:
-store whole json file as url/desription need to be stored for further use
-display images of adverts from QImage, not from file stored on harddrive
-hide/show adverts button tweaking
-proper webAPI base class for querying various servers for data (prypto for instance)
*
Running through the qmake/make process will now look for the Linux paths instead of Windows paths. Currently, this will build on Linux, but still references a lot of Windows paths. Doing more research, one should be able to replace all paths with Linux-based paths that should also work under CYGWIN on Windows.