Move to using Fusion theme for app
This commit is contained in:
@@ -10,7 +10,6 @@ import itertools
|
|||||||
import threading
|
import threading
|
||||||
|
|
||||||
import networkx as nx
|
import networkx as nx
|
||||||
import qdarktheme
|
|
||||||
from ast import literal_eval
|
from ast import literal_eval
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
from shutil import move
|
from shutil import move
|
||||||
@@ -3251,6 +3250,6 @@ if __name__ == '__main__':
|
|||||||
application = QtWidgets.QApplication(sys.argv)
|
application = QtWidgets.QApplication(sys.argv)
|
||||||
application.setOrganizationName("AccentuSoft")
|
application.setOrganizationName("AccentuSoft")
|
||||||
application.setApplicationName("LinkScope Client")
|
application.setApplicationName("LinkScope Client")
|
||||||
qdarktheme.setup_theme()
|
application.setStyle('fusion')
|
||||||
mainWindow = MainWindow()
|
mainWindow = MainWindow()
|
||||||
sys.exit(application.exec())
|
sys.exit(application.exec())
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
PySide6
|
PySide6
|
||||||
pyqtdarktheme
|
|
||||||
|
|
||||||
|
|
||||||
# For python-magic, the following packages may be required:
|
# For python-magic, the following packages may be required:
|
||||||
|
|||||||
Reference in New Issue
Block a user