-
Notifications
You must be signed in to change notification settings - Fork 677
More properties for MenuItem: icon
#7791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
a:language-slint
Compiler for the .slint language (mO,bF)
Comments
redstrate
added a commit
to redstrate/slint
that referenced
this issue
Apr 14, 2025
By default it's enabled, of course. This property is not only added to MenuItem, but Menu as well - since they can be nested. It's also possible to select a disabled item, but it's hard to modify that since it's logic is written in Slint. You should be prevented from activating it with a tap or key press at least. See slint-ui#7791
redstrate
added a commit
to redstrate/slint
that referenced
this issue
Apr 14, 2025
By default it's enabled, of course. This property is not only added to MenuItem, but Menu as well - since they can be nested. It's also possible to select a disabled item, but it's hard to modify that since it's logic is written in Slint. You should be prevented from activating it with a tap or key press at least. See slint-ui#7791
ogoffart
pushed a commit
that referenced
this issue
Apr 15, 2025
By default it's enabled, of course. This property is not only added to MenuItem, but Menu as well - since they can be nested. It's also possible to select a disabled item, but it's hard to modify that since it's logic is written in Slint. You should be prevented from activating it with a tap or key press at least. See #7791
enabled
, icon
enabled
~~, icon
enabled
~~, icon
enabled
~~, icon
enabled
~~, icon
icon
redstrate
added a commit
to redstrate/slint
that referenced
this issue
Apr 16, 2025
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. Closes slint-ui#7791
redstrate
added a commit
to redstrate/slint
that referenced
this issue
Apr 28, 2025
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. Closes slint-ui#7791
redstrate
added a commit
to redstrate/slint
that referenced
this issue
Apr 28, 2025
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. Closes slint-ui#7791
redstrate
added a commit
to redstrate/slint
that referenced
this issue
May 7, 2025
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. Closes slint-ui#7791
redstrate
added a commit
to redstrate/slint
that referenced
this issue
May 7, 2025
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. Closes slint-ui#7791
redstrate
added a commit
to redstrate/slint
that referenced
this issue
May 7, 2025
This adds an icon that is displayed to the left of the title, and is also shown for Menus are inside of a parent menu. Closes slint-ui#7791
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We should add a way to disable MenuItem and have an Icon
Update:
enabled
property was added in #8145This issue now tracks the
icon
property.The text was updated successfully, but these errors were encountered: