Trouble with QxtGlobalShortcut

前端 未结 2 508
你的背包
你的背包 2021-01-03 07:07

I\'m trying to set global shortcut for my applcation using QxtGlobalShortcut. Here is my code:

QxtGlobalShortcut m_hotkeyHandle;

m_hotkeyHandle.setShortcut(         


        
2条回答
  •  Happy的楠姐
    2021-01-03 07:10

    There was a bug in Qxt-lib 0.5 with shortcut. I spoke with developer and knew that i just need to update library from dev-branch (0.5.1 is worked).

提交回复
热议问题