Have you try with QwtPlotDict::itemList()?

It's return a list of QwtPlotItem. You can retrieve the list of all items if you don't pass any argument, or you can pass the rtti of the QwtPlotItem you want.