Obsolete Members for PieMenu

The following members of QML type PieMenu are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Properties

Property Documentation

activationMode : enumeration

This property determines the method for selecting items in the menu.

  • An activationMode of ActivationMode.ActivateOnPress means that menu items will only be selected when a mouse press event occurs over them.
  • An activationMode of ActivationMode.ActivateOnRelease means that menu items will only be selected when a mouse release event occurs over them. This means that the user must keep the mouse button down after opening the menu and release the mouse over the item they wish to select.
  • An activationMode of ActivationMode.ActivateOnClick means that menu items will only be selected when the user clicks once over them.

Warning: Changing the activationMode while the menu is visible will result in undefined behavior.


© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.