Re: QAction and KGlobalAccel::globalShortcutChanged signal in KF5

2013-08-07 Thread Reza Shah
Thanks a lot. Regards, Reza On Wed, Aug 7, 2013 at 7:50 PM, Kevin Ottens wrote: > Hello, > > On Wednesday 07 August 2013 17:11:09 Reza Shah wrote: > > Below are the new codes(simplified), but i have doubt how to use > > globalShortcutChanged, and effectShortcutChanged properly. > > ---

Re: QAction and KGlobalAccel::globalShortcutChanged signal in KF5

2013-08-07 Thread Kevin Ottens
Hello, On Wednesday 07 August 2013 17:11:09 Reza Shah wrote: > Below are the new codes(simplified), but i have doubt how to use > globalShortcutChanged, and effectShortcutChanged properly. > --- > QList cubeShortcut; > QList cylinderShortcut; > > QAction* cubeAction; > QAc