Crear Qaction con Icon en Pyqt
test = QAction(QIcon("myIcon.svg"), "new Item", self)
Jenova
test = QAction(QIcon("myIcon.svg"), "new Item", self)