Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BBC-Esq authored Jul 31, 2024
1 parent e3a4102 commit 268971a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyqt6_pdf_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def search_text(self, text):
if __name__ == '__main__':
import sys
app = QApplication(sys.argv)
app.setStyle("Fusion")
win = MainWindow()
win.show()
sys.exit(app.exec())
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyQt6==6.5.2
PyQt6-WebEngine==6.5.0
PyQt6
PyQt6-WebEngine

0 comments on commit 268971a

Please sign in to comment.