Any good docs on using QT Designer ?

I have created the Menubar in QT Designer and I want that on clicked it calls a function ShowGroups()

How do I access the menubar items created in designer in the .cpp files ?

ps : should I dump the designer and just hand code everything ?? I cant find any good docs for designer...