You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a separate entry that used an existing QT MainWindow that would make cutelog easily added to other QT based programs.
Possibly add a way to pass through a custom program name as well, so it could display in the title bar "ProgramName Logs (powered by cutelog)" or similar.
The text was updated successfully, but these errors were encountered:
But has an issue with resource paths (installed via pip)
Once a log message is sent:
File "...venv/lib/python3.8/site-packages/cutelog/logger_tab.py", line 512, in setupUi
self.ui = loadUi(CONFIG.get_ui_qfile('logger.ui'), baseinstance=self)
File "..../venv/lib/python3.8/site-packages/cutelog/config.py", line 160, in get_ui_qfile
raise FileNotFoundError('ui file not found: ":/ui/{}"'.format(name))
FileNotFoundError: ui file not found: ":/ui/logger.ui"
It would be nice to have a separate entry that used an existing QT MainWindow that would make
cutelog
easily added to other QT based programs.Possibly add a way to pass through a custom program name as well, so it could display in the title bar "ProgramName Logs (powered by cutelog)" or similar.
The text was updated successfully, but these errors were encountered: