/usr/share/qt5/doc/qtquickcontrols/qml-qtquick-controls-menuitem.html is in qtquickcontrols5-doc-html 5.3.2-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qquickmenuitem.cpp -->
<title>MenuItem QML Type | QtQuickControls 5.3</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li>Qt 5.3</li>
<li><a href="qtquickcontrols-index.html">Qt Quick Controls</a></li>
<li><a href="qtquick-controls-qmlmodule.html">QML Types</a></li>
<li>MenuItem QML Type</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#signals">Signals</a></li>
<li class="level1"><a href="#methods">Methods</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">MenuItem QML Type</h1>
<span class="subtitle"></span>
<!-- $$$MenuItem-brief -->
<p>MenuItem provides an item to add in a menu or a menu bar. <a href="#details">More...</a></p>
<!-- @@@MenuItem -->
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> </b><tt>import QtQuick.Controls 1.2</tt></td></tr></table><ul>
<li><a href="qml-qtquick-controls-menuitem-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2>Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#action-prop">action</a></b></b> : Action</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#checkable-prop">checkable</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#checked-prop">checked</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#enabled-prop">enabled</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#exclusiveGroup-prop">exclusiveGroup</a></b></b> : ExclusiveGroup</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#iconName-prop">iconName</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#iconSource-prop">iconSource</a></b></b> : url</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#shortcut-prop">shortcut</a></b></b> : keysequence</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#text-prop">text</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#type-prop">type</a></b></b> : enumeration</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#visible-prop">visible</a></b></b> : bool</li>
</ul>
<a name="signals"></a>
<h2>Signals</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#toggled-signal">toggled</a></b></b>(checked)</li>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#triggered-signal">triggered</a></b></b>()</li>
</ul>
<a name="methods"></a>
<h2>Methods</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtquick-controls-menuitem.html#trigger-method">trigger</a></b></b>()</li>
</ul>
<!-- $$$MenuItem-description -->
<a name="details"></a>
<h2>Detailed Description</h2>
<p class="centerAlign"><img src="images/menu.png" alt="" /></p><pre class="cpp">Menu {
text: <span class="string">"Edit"</span>
MenuItem {
text: <span class="string">"Cut"</span>
shortcut: <span class="string">"Ctrl+X"</span>
onTriggered: <span class="operator">.</span><span class="operator">.</span><span class="operator">.</span>
}
MenuItem {
text: <span class="string">"Copy"</span>
shortcut: <span class="string">"Ctrl+C"</span>
onTriggered: <span class="operator">.</span><span class="operator">.</span><span class="operator">.</span>
}
MenuItem {
text: <span class="string">"Paste"</span>
shortcut: <span class="string">"Ctrl+V"</span>
onTriggered: <span class="operator">.</span><span class="operator">.</span><span class="operator">.</span>
}
}</pre>
<p><b>See also </b><a href="qml-qtquick-controls-menubar.html">MenuBar</a>, <a href="qml-qtquick-controls-menu.html">Menu</a>, <a href="qml-qtquick-controls-menuseparator.html">MenuSeparator</a>, and <a href="qml-qtquick-controls-action.html">Action</a>.</p>
<!-- @@@MenuItem -->
<h2>Property Documentation</h2>
<!-- $$$action -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="action-prop"></a><span class="name">action</span> : <span class="type"><a href="qml-qtquick-controls-action.html">Action</a></span></p></td></tr></table></div><div class="qmldoc"><p>The action bound to this menu item. It will provide values for all the properties of the menu item. However, it is possible to override the action's <tt>text</tt>, <tt>iconSource</tt>, and <tt>iconName</tt> properties by just assigning these properties, allowing some customization.</p>
<p>In addition, the menu item <tt>triggered()</tt> and <tt>toggled()</tt> signals will not be emitted. Instead, the action <tt>triggered()</tt> and <tt>toggled()</tt> signals will be.</p>
<p>Defaults to <tt>null</tt>, meaning no action is bound to the menu item.</p>
</div></div><!-- @@@action -->
<br/>
<!-- $$$checkable -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="checkable-prop"></a><span class="name">checkable</span> : <span class="type"><a href="../qtqml/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>Whether the menu item can be checked, or toggled. Defaults to <tt>false</tt>.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#checked-prop">checked</a>.</p>
</div></div><!-- @@@checkable -->
<br/>
<!-- $$$checked -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="checked-prop"></a><span class="name">checked</span> : <span class="type"><a href="../qtqml/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>If the menu item is checkable, this property reflects its checked state. Defaults to <tt>false</tt>.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#checkable-prop">checkable</a> and <a href="qml-qtquick-controls-action.html#toggled-signal">Action::toggled</a>.</p>
</div></div><!-- @@@checked -->
<br/>
<!-- $$$enabled -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="enabled-prop"></a><span class="name">enabled</span> : <span class="type"><a href="../qtqml/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>Whether the menu item is enabled, and responsive to user interaction. Defaults to <tt>true</tt>.</p>
</div></div><!-- @@@enabled -->
<br/>
<!-- $$$exclusiveGroup -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="exclusiveGroup-prop"></a><span class="name">exclusiveGroup</span> : <span class="type"><a href="qml-qtquick-controls-exclusivegroup.html">ExclusiveGroup</a></span></p></td></tr></table></div><div class="qmldoc"><p>If a menu item is checkable, an <a href="qml-qtquick-controls-exclusivegroup.html">ExclusiveGroup</a> can be attached to it. All the menu items sharing the same exclusive group, and by extension, any <a href="qml-qtquick-controls-action.html">Action</a> sharing it, become mutually exclusive selectable, meaning that only the last checked menu item will actually be checked.</p>
<p>Defaults to <tt>null</tt>, meaning no exclusive behavior is to be expected.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#checked-prop">checked</a> and <a href="qml-qtquick-controls-menuitem.html#checkable-prop">checkable</a>.</p>
</div></div><!-- @@@exclusiveGroup -->
<br/>
<!-- $$$iconName -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="iconName-prop"></a><span class="name">iconName</span> : <span class="type"><a href="../qtqml/qml-string.html">string</a></span></p></td></tr></table></div><div class="qmldoc"><p>Sets the icon name for the <a href="qml-qtquick-controls-menuitem.html">MenuItem</a> icon. This will pick the icon with the given name from the current theme. Overrides the item's bound action <tt>iconName</tt> property. Defaults to the empty string.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#iconSource-prop">iconSource</a> and <a href="qml-qtquick-controls-action.html#iconName-prop">Action::iconName</a>.</p>
</div></div><!-- @@@iconName -->
<br/>
<!-- $$$iconSource -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="iconSource-prop"></a><span class="name">iconSource</span> : <span class="type"><a href="../qtqml/qml-url.html">url</a></span></p></td></tr></table></div><div class="qmldoc"><p>Sets the icon file or resource url for the <a href="qml-qtquick-controls-menuitem.html">MenuItem</a> icon. Overrides the item's bound action <tt>iconSource</tt> property. Defaults to the empty URL.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#iconName-prop">iconName</a> and <a href="qml-qtquick-controls-action.html#iconSource-prop">Action::iconSource</a>.</p>
</div></div><!-- @@@iconSource -->
<br/>
<!-- $$$shortcut -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="shortcut-prop"></a><span class="name">shortcut</span> : <span class="type">keysequence</span></p></td></tr></table></div><div class="qmldoc"><p>Shortcut bound to the menu item. The keysequence can be a string or a <a href="../qtgui/qkeysequence.html#StandardKey-enum">standard key</a>.</p>
<p>Defaults to an empty string.</p>
<pre class="qml"><span class="type"><a href="qml-qtquick-controls-menuitem.html">MenuItem</a></span> {
<span class="name">id</span>: <span class="name">copyItem</span>
<span class="name">text</span>: <span class="name">qsTr</span>(<span class="string">"&Copy"</span>)
<span class="name">shortcut</span>: <span class="name">StandardKey</span>.<span class="name">Copy</span>
}</pre>
<p><b>See also </b><a href="qml-qtquick-controls-action.html#shortcut-prop">Action::shortcut</a>.</p>
</div></div><!-- @@@shortcut -->
<br/>
<!-- $$$text -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="text-prop"></a><span class="name">text</span> : <span class="type"><a href="../qtqml/qml-string.html">string</a></span></p></td></tr></table></div><div class="qmldoc"><p>Text for the menu item. Overrides the item's bound action <tt>text</tt> property.</p>
<p>Mnemonics are supported by prefixing the shortcut letter with &. For instance, <tt>"\&Open"</tt> will bind the <tt>Alt-O</tt> shortcut to the <tt>"Open"</tt> menu item. Note that not all platforms support mnemonics.</p>
<p>Defaults to the empty string.</p>
<p><b>See also </b><a href="qml-qtquick-controls-action.html#text-prop">Action::text</a>.</p>
</div></div><!-- @@@text -->
<br/>
<!-- $$$type -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="type-prop"></a><span class="name">type</span> : <span class="type"><a href="../qtqml/qml-enumeration.html">enumeration</a></span></p></td></tr></table></div><div class="qmldoc"><p>This property is read-only and constant, and its value is MenuItemType.Item.</p>
</div></div><!-- @@@type -->
<br/>
<!-- $$$visible -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlPropNode"><p><a name="visible-prop"></a><span class="name">visible</span> : <span class="type"><a href="../qtqml/qml-bool.html">bool</a></span></p></td></tr></table></div><div class="qmldoc"><p>Whether the menu item should be visible. Defaults to <tt>true</tt>.</p>
</div></div><!-- @@@visible -->
<br/>
<h2>Signal Documentation</h2>
<!-- $$$toggled -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlFuncNode"><p><a name="toggled-signal"></a><span class="name">toggled</span>(<span class="type"><a href="qml-qtquick-controls-menuitem.html#checked-prop">checked</a></span>)</p></td></tr></table></div><div class="qmldoc"><p>Emitted whenever a menu item's <tt>checked</tt> property changes. This usually happens at the same time as <a href="qml-qtquick-controls-menuitem.html#triggered-signal">triggered</a>.</p>
<p>The corresponding handler is <tt>onToggled</tt>.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#checked-prop">checked</a>, <a href="qml-qtquick-controls-menuitem.html#triggered-signal">triggered</a>, <a href="qml-qtquick-controls-action.html#triggered-signal">Action::triggered</a>, and <a href="qml-qtquick-controls-action.html#toggled-signal">Action::toggled</a>.</p>
</div></div><!-- @@@toggled -->
<br/>
<!-- $$$triggered -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlFuncNode"><p><a name="triggered-signal"></a><span class="name">triggered</span>()</p></td></tr></table></div><div class="qmldoc"><p>Emitted when either the menu item or its bound action have been activated.</p>
<p>The corresponding handler is <tt>onTriggered</tt>.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#trigger-method">trigger()</a>, <a href="qml-qtquick-controls-action.html#triggered-signal">Action::triggered</a>, and <a href="qml-qtquick-controls-action.html#toggled-signal">Action::toggled</a>.</p>
</div></div><!-- @@@triggered -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$trigger -->
<div class="qmlitem"><div class="qmlproto"><table class="qmlname"><tr valign="top" class="odd"><td class="tblQmlFuncNode"><p><a name="trigger-method"></a><span class="name">trigger</span>()</p></td></tr></table></div><div class="qmldoc"><p>Manually trigger a menu item. Will also trigger the item's bound action.</p>
<p><b>See also </b><a href="qml-qtquick-controls-menuitem.html#triggered-signal">triggered</a> and <a href="qml-qtquick-controls-action.html#trigger-method">Action::trigger()</a>.</p>
</div></div><!-- @@@trigger -->
<br/>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2014 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|