-
Right now, BackgroundThreads will automatically show up in the status bar and can set their status there. Is there another recommended way to allow a plugin to add elements to the status bar? |
Beta Was this translation helpful? Give feedback.
Answered by
psifertex
Oct 18, 2023
Replies: 1 comment
-
We don't have any convenient helper UIs for this, nor do we plan to add any as we believe it's not a good UI design pattern to encourage, however you can easily do this using standard QT code like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
psifertex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't have any convenient helper UIs for this, nor do we plan to add any as we believe it's not a good UI design pattern to encourage, however you can easily do this using standard QT code like: