291 <h4>QRegularExpressionWizardWidget.__sendCommand</h4> |
291 <h4>QRegularExpressionWizardWidget.__sendCommand</h4> |
292 <b>__sendCommand</b>(<i>command, **kw</i>) |
292 <b>__sendCommand</b>(<i>command, **kw</i>) |
293 <p> |
293 <p> |
294 Private method to send a command to the PyQt5 server. |
294 Private method to send a command to the PyQt5 server. |
295 </p><dl> |
295 </p><dl> |
296 <dt><i>commandDict</i></dt> |
296 <dt><i>command</i></dt> |
297 <dd> |
297 <dd> |
298 dictionary with command string and related |
298 dictionary with command string and related |
299 data (dict) |
299 data (dict) |
|
300 </dd><dt><i>kw=</i></dt> |
|
301 <dd> |
|
302 parameters for the command |
300 </dd> |
303 </dd> |
301 </dl><dl> |
304 </dl><dl> |
302 <dt>Returns:</dt> |
305 <dt>Returns:</dt> |
303 <dd> |
306 <dd> |
304 flag indicating a successful transmission (boolean) |
307 flag indicating a successful transmission (boolean) |