gciftci
gciftci
``` @TODO: Implement modular Signal/Slot mechanics ``` https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/main.py#L11
``` @TODO: Implement testing ``` https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/main.py#L10
``` @TODO: Implement more Widgets ``` https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/main.py#L9
``` # @TODO: Implement "app\utils\utils.py" ``` https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/utils/utils.py#L3
https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/utils/logging.py#L3
``` @TODO: Create config parsing ``` https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/utils/config.py#L16
``` def privacy_window(self) -> None: # @TODO: Implement "privacy_window" ``` https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/ui/main_window.py#L111
https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/ui/main_window.py#L106
https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/ui/main_window.py#L33
https://github.com/gciftci/PyQT-Template/blob/0f3f865d8f0457e0983adaaa5f663155a2ad8948/app/ui/widgets/treeview.py#L24