#Sentinel File Organizer Devlog #4
Today I added the basic layout of my GUI:
I implemented the main window layout using PyQt6. The interface is now divided into two panels:
Left Panel:
Activity Feed label
Activity Feed list widget
Displays files detected by the watcher in real time
Right Panel
Status label
Status list widget
Undo button (Currently Does Not Work, Still did not Wire everything)
I used QVBoxLayout, QLabel, QPushButton, Q Widget and QListWidget
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.