So, i'm pretty new in PySide and QT, and want to know how to remove menuitem (it does not matter what kind of (undo, redo, copy, paste and etc)) from QTextEdit standart context menu.
Or tell me a way to get QMenu object of this context menu. Then i can apply removeAction method to menuitem.
TIA.