Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 861 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 861 Bytes

Tagging Widget for Qt

This is a simple Qt widget to manage tags. The tags are read from a user supplied SQL database (see dbManager.cpp:27).

Usage

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.

Screenshots

Contributions

Any contributions gratefully appreciated.