Having tooltips on all but the most obviously-named menu actions would be helpful for users. I've tried adding them to some new menus/actions I'm coding, but they aren't displayed regardless of whether they're specified in the .rc file with:

    <Action ... tooltip="some text">

or in code with:

    createAction(...)->setToolTip("some text");

After doing online research I also added:

    findMenu("some_menu")->setToolTipsVisible(true);

because there's nothing to do that in the ActionFileParser code. But the tooltips still aren't displayed.

Any suggestions appreciated. One more newbie question: Am I correct in understanding that ActionFileParser and defining the UI in .rc XML files is a custom Rosegarden text-based alternative to QtDesigner?


_______________________________________________
Rosegarden-devel mailing list
Rosegarden-devel@lists.sourceforge.net - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to