How to show Windows Explorer context (right click) menu?

后端 未结 4 982
无人及你
无人及你 2020-12-10 08:50

I want to show the Windows Explorer context menu.

I don\'t want to add my application to it, I just want to display it inside my application.

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 09:35

    You have two options:

    1) Implement each functionality on your own, creating the corresponing actions on a custom context menu, or

    2) Access the Windows API... and this is just what Qt is not intended to considering that Qt is cross-platform.

提交回复
热议问题