TagStudio icon indicating copy to clipboard operation
TagStudio copied to clipboard

Qt refactor

Open Loran425 opened this issue 9 months ago • 1 comments

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

Loran425 avatar Apr 28 '24 00:04 Loran425

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.

Loran425 avatar Apr 28 '24 02:04 Loran425