From 7346a4222736f3a27a75326b641fa5b331c7ad09 Mon Sep 17 00:00:00 2001 From: AccentuSoft Date: Thu, 6 Feb 2025 14:40:01 +0200 Subject: [PATCH] Move to using Fusion theme for app --- LinkScope.py | 3 +-- requirements.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/LinkScope.py b/LinkScope.py index d921b38..0256b19 100644 --- a/LinkScope.py +++ b/LinkScope.py @@ -10,7 +10,6 @@ import itertools import threading import networkx as nx -import qdarktheme from ast import literal_eval from uuid import uuid4 from shutil import move @@ -3251,6 +3250,6 @@ if __name__ == '__main__': application = QtWidgets.QApplication(sys.argv) application.setOrganizationName("AccentuSoft") application.setApplicationName("LinkScope Client") - qdarktheme.setup_theme() + application.setStyle('fusion') mainWindow = MainWindow() sys.exit(application.exec()) diff --git a/requirements.txt b/requirements.txt index 21cc59b..0fe15c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ PySide6 -pyqtdarktheme # For python-magic, the following packages may be required: