Documentation/Source/eric5.E5Gui.E5Action.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
146 </p><dl> 146 </p><dl>
147 <dt><i>args</i></dt> 147 <dt><i>args</i></dt>
148 <dd> 148 <dd>
149 argument list of the constructor. This list is one of 149 argument list of the constructor. This list is one of
150 <ul> 150 <ul>
151 <li>text (string), icon (QIcon), menu text (string), 151 <li>text (string), icon (QIcon), menu text (string),
152 accelarator (QKeySequence), alternative accelerator (QKeySequence), 152 accelarator (QKeySequence), alternative accelerator (QKeySequence),
153 parent (QObject), name (string), toggle (boolean)</li> 153 parent (QObject), name (string), toggle (boolean)</li>
154 <li>text (string), icon (QIcon), menu text (string), 154 <li>text (string), icon (QIcon), menu text (string),
155 accelarator (QKeySequence), alternative accelerator (QKeySequence), 155 accelarator (QKeySequence), alternative accelerator (QKeySequence),
156 parent (QObject), name (string)</li> 156 parent (QObject), name (string)</li>
157 <li>text (string), menu text (string), 157 <li>text (string), menu text (string),
158 accelarator (QKeySequence), alternative accelerator (QKeySequence), 158 accelarator (QKeySequence), alternative accelerator (QKeySequence),
159 parent (QObject), name (string), toggle (boolean)</li> 159 parent (QObject), name (string), toggle (boolean)</li>
160 <li>text (string), menu text (string), 160 <li>text (string), menu text (string),
161 accelarator (QKeySequence), alternative accelerator (QKeySequence), 161 accelarator (QKeySequence), alternative accelerator (QKeySequence),
162 parent (QObject), name (string)</li> 162 parent (QObject), name (string)</li>
163 </ul> 163 </ul>
164 </dd> 164 </dd>
165 </dl><a NAME="E5Action.__ammendToolTip" ID="E5Action.__ammendToolTip"></a> 165 </dl><a NAME="E5Action.__ammendToolTip" ID="E5Action.__ammendToolTip"></a>
166 <h4>E5Action.__ammendToolTip</h4> 166 <h4>E5Action.__ammendToolTip</h4>
204 Public slot to set the list of keyboard shortcuts. 204 Public slot to set the list of keyboard shortcuts.
205 </p><dl> 205 </p><dl>
206 <dt><i>shortcuts</i></dt> 206 <dt><i>shortcuts</i></dt>
207 <dd> 207 <dd>
208 list of keyboard accelerators (list of QKeySequence) 208 list of keyboard accelerators (list of QKeySequence)
209 or key for a platform dependent list of accelerators 209 or key for a platform dependent list of accelerators
210 (QKeySequence.StandardKey) 210 (QKeySequence.StandardKey)
211 </dd> 211 </dd>
212 </dl> 212 </dl>
213 <div align="right"><a href="#top">Up</a></div> 213 <div align="right"><a href="#top">Up</a></div>
214 <hr /><hr /> 214 <hr /><hr />
229 </dl> 229 </dl>
230 <div align="right"><a href="#top">Up</a></div> 230 <div align="right"><a href="#top">Up</a></div>
231 <hr /><hr /> 231 <hr /><hr />
232 <a NAME="createActionGroup" ID="createActionGroup"></a> 232 <a NAME="createActionGroup" ID="createActionGroup"></a>
233 <h2>createActionGroup</h2> 233 <h2>createActionGroup</h2>
234 <b>createActionGroup</b>(<i>parent, name = None, exclusive = False</i>) 234 <b>createActionGroup</b>(<i>parent, name=None, exclusive=False</i>)
235 <p> 235 <p>
236 Module function to create an action group. 236 Module function to create an action group.
237 </p><dl> 237 </p><dl>
238 <dt><i>parent</i></dt> 238 <dt><i>parent</i></dt>
239 <dd> 239 <dd>

eric ide

mercurial