mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-06-07 11:01:02 -04:00
Fix for help menu on Windows, dropdown still has graphical issues
This commit is contained in:
parent
69299ad956
commit
5a8439906a
@ -127,6 +127,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
|||||||
self.ui.console_select_dropdown.currentIndexChanged.connect(self.selected_console_changed)
|
self.ui.console_select_dropdown.currentIndexChanged.connect(self.selected_console_changed)
|
||||||
# Fix the annoying background on the help menu items.
|
# Fix the annoying background on the help menu items.
|
||||||
self.ui.menuHelp.setWindowFlags(self.ui.menuHelp.windowFlags() | Qt.FramelessWindowHint)
|
self.ui.menuHelp.setWindowFlags(self.ui.menuHelp.windowFlags() | Qt.FramelessWindowHint)
|
||||||
|
self.ui.menuHelp.setWindowFlags(self.ui.menuHelp.windowFlags() | Qt.NoDropShadowWindowHint)
|
||||||
self.ui.menuHelp.setAttribute(Qt.WA_TranslucentBackground)
|
self.ui.menuHelp.setAttribute(Qt.WA_TranslucentBackground)
|
||||||
# Title tree loading code. Now powered by Models:tm:
|
# Title tree loading code. Now powered by Models:tm:
|
||||||
wii_model = NUSGetTreeModel(wii_database, root_name="Wii Titles")
|
wii_model = NUSGetTreeModel(wii_database, root_name="Wii Titles")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user