This is a simple Qt widget to manage tags. The tags are read from a user supplied SQL database (see dbManager.cpp:27).
A user should only interact with the TagManager class and provide the tablename within the SQL database which holds the tag data. The function TagManager::getSelectedTagIds() provides the primary keys to the selected tags.
Any contributions gratefully appreciated.