Skip to content

Commit

Permalink
Re work (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
duskfallcrew authored Dec 26, 2024
2 parents 5f77fd1 + 6c8aecc commit ad81493
Show file tree
Hide file tree
Showing 12 changed files with 371 additions and 627 deletions.
247 changes: 0 additions & 247 deletions dataset-viewer-stable.py

This file was deleted.

82 changes: 0 additions & 82 deletions future toys/themed-viewer-setup.py

This file was deleted.

Binary file removed icon.png
Binary file not shown.
9 changes: 9 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import sys
from PyQt6.QtWidgets import QApplication
from ui import MainWindow # Import our main window class

if __name__ == "__main__":
app = QApplication(sys.argv)
window = MainWindow() # Initialize our main window.
window.show()
sys.exit(app.exec())
Loading

0 comments on commit ad81493

Please sign in to comment.