TagStudio
TagStudio copied to clipboard
Qt refactor
Refactoring work of ts_qt.py
Pardon the messy start gotta copy everything over through some rather odd methods to maintain history. This will be trimmed down a lot
Final intention is for widgets/modals/helpers to be imported to the init.py of each folder so that something like this works
from src.qt.helpers import open_file
rather than
from src.qt.helpers.open_file import open_file
Some of the larger remaining functions or modals are tied pretty closely with the driver, rather than lock this all down while I take a look at it tomorrow this should be good to check for merge.