QsMenuButtonType

QsMenuButtonType: QtObject [enum]

import Quickshell

Button type associated with a QsMenuEntry. More

Variants

Functions

Detailed Description

See QsMenuEntry.buttonType.

Variant Details

CheckBox

This menu item should draw a checkbox.

None

This menu item does not have a checkbox or a radiobutton associated with it.

RadioButton

This menu item should draw a radiobutton.

Function Details

string toString(value: QsMenuButtonType)

No details provided.