Editor names not showing in GUI
-
Hi!
Our Samson element has several editors. The icons and descriptions are showing perfectly in the GUI, but the editor names are missing:

The getName() methods on the editor's GUI sources are set, as well as other methods in the editor sources like getToolTip() and getText(). Am I missing somethig?
Best regards,
Elisa
-
Yes, it is a bug, which will be fixed in the next SDK version.
You need to implement
getDescription()function in you editor.
Add the following line in the header file of your editor:virtual QString getDescription() const; ///< Returns the menu item textAnd in the source file:
QString SEAwesomeEditor::getDescription() const { return QObject::tr("Awesome editor"); }
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login