Hello,

there are a way to cast QList<QLabel*> in QList<QAction*> ?

I want to use the entries from the QList<QLabel*> into a Pulldown menu. and add them with addActions(...).

Thanks for help.