This is a minor niggle... Qt uses camelCase throughout, but when adding menu items using the designer, ampersands are replaced with an underscore - I always end up renaming these.
For example, if you add a menu item called E&xit the designer will create a QActioncalled actionE_xit. Bah. Just ignore ampersands and call it actionExit.
No comments:
Post a Comment