Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
quick-controls-menu
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yuya Nishihara
quick-controls-menu
Graph
master
Select Git revision
Branches
2
master
default
protected
menu-ext
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Aug
15
May
Leverage QQuickMenuItem::shortcut() to get mnemonic key
menu-ext
menu-ext
Remove dead README.ja.txt
Do not close menu by Alt+<key>, but by Alt
Propagate shortcut key event to active menu
Suppress debug output by global event filter
Move current index before triggering it
Add sub menu to test behavior
Add &mnemonic handling without Alt modifier
Clean up HackedMenu internals
Close menu by Alt key
Remove QQuickMenuBarItem subclass which is no longer used
Add QQuickMenuBar subclass to completely disable shortcut while menu is open
Add missed explicit to HackedMenu constructor
Remove QQuickMenuItem subclass which is no longer used
Reimplement hook of MenuItem by using eventFilter()
Add button that may conflict with menu item
Trigger menu item if not ambiguous
Clean up Menu structure
Add weird hack to temporarily disable MenuBarItem shortcuts
Reimplement &mnemonic handling of QQuickMenuItem
Add stub to modify behavior of MenuBarItem and MenuItem
Install event filter to debug print shortcut events
Add debug output to key events
Add HackedMenu to hook events of QQuickMenu
Add menu actions to test &mnemonic behavior
master
master
Fix typo
Add example of custom style
Add README.ja.md
Add example of menu bar customization
Add QtQuick.Controls 2 configuration
Add example of enabling pass-through dpi scaling
Add example of dynamic menu registration
Add menu bar
Clean up CMakeLists.txt
Import project skeleton
Loading