<div dir="ltr">@pyqtSlot has a name attribute that can be used to define a PyQt name following the JavaScript function name convention while allowing the implementing python method's name to follow PEP8. For example:<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>@pyqtSlot(name='deleteItem')</div><div>def delete_item(self):</div></blockquote><div><div><br></div><div>@pyqtProperty doesn't have a name attribute. There's got to be a reason why it doesn't. I looked in the PyQt archive and didn't see one. </div><div><br></div><div>Why doesn't @pyqtProperty have a name attribute?</div><div><br></div><div>Thanks,</div><div> <br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Jim Stearns<div><div><br></div><div>Software Engineer, NOAA Affiliate</div><div>Earth Resources Technology, Inc. (ERT, Inc)</div></div></div></div>
</div></div>