Skip to content

Move MainWindow into mainwindow.py#109

Open
Mounikaishu wants to merge 1 commit intomak448a:mainfrom
Mounikaishu:organize-main-window
Open

Move MainWindow into mainwindow.py#109
Mounikaishu wants to merge 1 commit intomak448a:mainfrom
Mounikaishu:organize-main-window

Conversation

@Mounikaishu
Copy link

@Mounikaishu Mounikaishu commented Oct 11, 2025

  • This PR separates the main window logic from main.py into a new file named mainwindow.py.

  • Created a new file mainwindow.py inside the src/ directory.

  • Moved the main window class and related logic from main.py into this new file.

  • Updated main.py to simply import and run the main window from mainwindow.py.

  • Verified that the application runs as expected after refactoring.

  • Confirmed that no functionality was affected.

@mak448a mak448a changed the title 🧹 Refactor: Moved main window logic into a separate file for better organizationFinal working Qtcord structure with main.py Move MainWindow into mainwindow.py Oct 23, 2025
@mak448a mak448a added the code-cleanup Cleaning for the code label Oct 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-cleanup Cleaning for the code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants