Re: [Mscore-developer] Score Diffing / Basic Version Control

2016-12-22 Thread Lasconic
Hi, The actions are accessed via getAction("nameOfTheShortcut"). Grep for "fullscreen" to see where this action is accessed and added to the menu or toolbar. The menus and toolbars are defined in the MuseScore QMainWindow constructor. lasconic -

Re: [Mscore-developer] Score Diffing / Basic Version Control

2016-12-22 Thread Igneous01
Hi, Can someone tell me where the QActions are defined for the menubar and toolbar? I found a large container called _sc in Shortcuts but I don't see how this ties to the toolbar. I tried searching actionFull_Screen as an example but could not find anything. ___