I'm going through some PyQt4 GUI tutorials and often see strings such as "&File" or "&Exit" in menus and the like.
My question is what is the purpose of the "&" symbol in this string? I can't see a difference when I miss it out. I've not come across it in other Python tutorials - is it somehow unique to PyQt?
Thanks.