1 Star 0 Fork 18

xingwei-liu/qt5-qtbase

forked from src-anolis-os/qt5-qtbase 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-shortcut-show-in-menu-with-default.patch 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
xingwei-liu 提交于 2022-10-12 16:54 . feature: add patchs for DDE
Author: Zhang Hao <zhanghao@uniontech.com>
Date: Thu Mar 4 20:08:13 2021 +0800
Subject: fix QMenu do not show shortcuts in context menus by default
---
Index: qtbase-opensource-src/src/gui/kernel/qplatformtheme.cpp
===================================================================
--- qtbase-opensource-src.orig/src/gui/kernel/qplatformtheme.cpp
+++ qtbase-opensource-src/src/gui/kernel/qplatformtheme.cpp
@@ -523,7 +523,7 @@ QVariant QPlatformTheme::defaultThemeHin
case QPlatformTheme::StyleNames:
return QVariant(QStringList());
case QPlatformTheme::ShowShortcutsInContextMenus:
- return QVariant(true);
+ return QVariant(false);
case TextCursorWidth:
return QVariant(1);
case DropShadow:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xingwei-liu/qt5-qtbase.git
git@gitee.com:xingwei-liu/qt5-qtbase.git
xingwei-liu
qt5-qtbase
qt5-qtbase
a8

搜索帮助

0d507c66 1850385 C8b1a773 1850385