hi,
im using Qt Eclipse integration (windows), bu it's frustrating the fact that "template suggestions" are not working with UI objects.
for example i have frmMain.ui, frmMain.h & frmMain.cpp and i can't reach objects defined in ui_frmmain.h.

when i eneter
Qt Code:
  1. ui.
To copy to clipboard, switch view to plain text mode 
i expect a list of objects (and methods) within ui.

how to make eclipse do that?